Control: tags 936768 + patch

Dear maintainer,

I've prepared an NMU for jpylyzer (versioned as 1.18.0-3.3). The diff
is attached to this message.

Regards.

diff -Nru jpylyzer-1.18.0/debian/changelog jpylyzer-1.18.0/debian/changelog
--- jpylyzer-1.18.0/debian/changelog	2019-12-09 16:30:35.000000000 -0500
+++ jpylyzer-1.18.0/debian/changelog	2019-12-12 21:48:17.000000000 -0500
@@ -1,3 +1,10 @@
+jpylyzer (1.18.0-3.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936768
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 12 Dec 2019 21:48:17 -0500
+
 jpylyzer (1.18.0-3.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru jpylyzer-1.18.0/debian/control jpylyzer-1.18.0/debian/control
--- jpylyzer-1.18.0/debian/control	2019-12-09 16:30:03.000000000 -0500
+++ jpylyzer-1.18.0/debian/control	2019-12-12 21:47:47.000000000 -0500
@@ -7,7 +7,6 @@
                dh-python,
                lmodern,
                pandoc,
-               python (>= 2.6.6-3~), python-setuptools,
                python3 (>= 2.6.6-3~), python3-setuptools,
                texlive-fonts-recommended,
                texlive-xetex
@@ -15,18 +14,6 @@
 X-Python-Version: >= 2.7
 Homepage: https://github.com/openpreserve/jpylyzer
 
-Package: python-jpylyzer
-Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
-Suggests: pirl-image-tools
-Description: JP2 (JPEG 2000 Part 1) validator and properties extractor (Python 2)
- Validator and feature extractor for JP2 (JPEG 2000 Part 1 - ISO/IEC 15444-1)
- images. Jpylyzer was specifically created to check that a JP2 file really
- conforms to the format's specifications. Additionally jpylyzer is able to
- extract the technical characteristics of each image.
- .
- This package contains the Python 2 version of jpylyzer .
-
 Package: python3-jpylyzer
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
diff -Nru jpylyzer-1.18.0/debian/python-jpylyzer.install jpylyzer-1.18.0/debian/python-jpylyzer.install
--- jpylyzer-1.18.0/debian/python-jpylyzer.install	2019-11-28 23:25:04.000000000 -0500
+++ jpylyzer-1.18.0/debian/python-jpylyzer.install	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-/usr/lib/python2*
diff -Nru jpylyzer-1.18.0/debian/python-jpylyzer.manpages jpylyzer-1.18.0/debian/python-jpylyzer.manpages
--- jpylyzer-1.18.0/debian/python-jpylyzer.manpages	2016-02-09 05:12:47.000000000 -0500
+++ jpylyzer-1.18.0/debian/python-jpylyzer.manpages	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-jpylyzer.1
diff -Nru jpylyzer-1.18.0/debian/rules jpylyzer-1.18.0/debian/rules
--- jpylyzer-1.18.0/debian/rules	2019-11-29 00:28:03.000000000 -0500
+++ jpylyzer-1.18.0/debian/rules	2019-12-12 21:48:01.000000000 -0500
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 VERSION=$(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
 

Reply via email to