Control: tags 936433 + patch

Dear maintainer,

I've prepared an NMU for docopt (versioned as 0.6.2-2.2). The diff
is attached to this message.

Regards.

diff -Nru docopt-0.6.2/debian/changelog docopt-0.6.2/debian/changelog
--- docopt-0.6.2/debian/changelog	2019-10-11 00:57:20.000000000 -0400
+++ docopt-0.6.2/debian/changelog	2019-12-31 14:44:57.000000000 -0500
@@ -1,3 +1,10 @@
+docopt (0.6.2-2.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936433
+
+ -- Sandro Tosi <mo...@debian.org>  Tue, 31 Dec 2019 14:44:57 -0500
+
 docopt (0.6.2-2.1) unstable; urgency=medium
 
   [ Matthias Klose ]
diff -Nru docopt-0.6.2/debian/control docopt-0.6.2/debian/control
--- docopt-0.6.2/debian/control	2019-10-11 00:57:20.000000000 -0400
+++ docopt-0.6.2/debian/control	2019-12-31 14:44:07.000000000 -0500
@@ -3,8 +3,6 @@
 Priority: optional
 Maintainer: Agustin Henze <t...@debian.org>
 Build-Depends: debhelper (>= 11),
- python-all,
- python-setuptools,
  python3-all,
  python3-setuptools,
  dh-python,
@@ -13,15 +11,6 @@
 Vcs-Git: https://salsa.debian.org/debian/docopt.git
 Vcs-Browser: https://salsa.debian.org/debian/docopt
 
-Package: python-docopt
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: command-line interface description language
- docopt helps you define an interface for your command-line app and
- automatically generate a parser for it. Its interface descriptions are
- based on a formalization of the standard conventions used in help
- messages and man pages.
-
 Package: python3-docopt
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
diff -Nru docopt-0.6.2/debian/python-docopt.examples docopt-0.6.2/debian/python-docopt.examples
--- docopt-0.6.2/debian/python-docopt.examples	2019-10-11 00:57:20.000000000 -0400
+++ docopt-0.6.2/debian/python-docopt.examples	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-examples/*
diff -Nru docopt-0.6.2/debian/rules docopt-0.6.2/debian/rules
--- docopt-0.6.2/debian/rules	2019-10-11 00:57:20.000000000 -0400
+++ docopt-0.6.2/debian/rules	2019-12-31 14:44:31.000000000 -0500
@@ -9,7 +9,7 @@
 export PYBUILD_NAME=$(DEB_SOURCE)
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_auto_clean:
 	dh_auto_clean

Reply via email to