Control: tags -1 patch pending

I've prepared an NMU for yapps2 (versioned as 2.2.1-2.1) and uploaded it
to DELAYED/5.  Please feel free to tell me if I should delay it longer.

(I'd like to get this sorted out so that I can upload a fix for an RC
bug in keymapper without needing an ugly implementation-detail
workaround.)

Regards,

-- 
Colin Watson                                       [cjwat...@debian.org]
diff -u yapps2-2.2.1/debian/changelog yapps2-2.2.1/debian/changelog
--- yapps2-2.2.1/debian/changelog
+++ yapps2-2.2.1/debian/changelog
@@ -1,3 +1,11 @@
+yapps2 (2.2.1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * yapps2 depends on python3-pkg-resources for the entry point wrapper
+    (closes: #913392).
+
+ -- Colin Watson <cjwat...@debian.org>  Sun, 11 Nov 2018 15:41:52 +0000
+
 yapps2 (2.2.1-2) unstable; urgency=medium
 
   * Add setuptools dependencies (closes: #912097).
diff -u yapps2-2.2.1/debian/control yapps2-2.2.1/debian/control
--- yapps2-2.2.1/debian/control
+++ yapps2-2.2.1/debian/control
@@ -11,7 +11,7 @@
 
 Package: yapps2
 Architecture: all
-Depends: ${python:Depends}, python3-yapps (= ${binary:Version}), ${misc:Depends}
+Depends: ${python:Depends}, python3-yapps (= ${binary:Version}), python3-pkg-resources, ${misc:Depends}
 Description: Yet Another Python Parser System
  YAPPS is an easy to use parser generator that is written in Python and
  generates Python code.  There are several parser generator systems

Reply via email to