Package: jpylyzer
Version: 1.18.0-3
Severity: normal
Tags: patch  pending

Dear maintainer,

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

You claim this package is maintainer under the DPMT umbrella, but the repo
is not up to date with the uploads to the Debian archive since 4 years!

Regards.

diff -Nru jpylyzer-1.18.0/debian/changelog jpylyzer-1.18.0/debian/changelog
--- jpylyzer-1.18.0/debian/changelog	2018-10-11 15:24:05.000000000 -0400
+++ jpylyzer-1.18.0/debian/changelog	2019-11-29 00:30:33.000000000 -0500
@@ -1,3 +1,10 @@
+jpylyzer (1.18.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add a python3-jpylyzer package
+
+ -- Sandro Tosi <mo...@debian.org>  Fri, 29 Nov 2019 00:30:33 -0500
+
 jpylyzer (1.18.0-3) unstable; urgency=medium
 
   * Bump Std-Vers. No changes needed
diff -Nru jpylyzer-1.18.0/debian/control jpylyzer-1.18.0/debian/control
--- jpylyzer-1.18.0/debian/control	2018-10-11 15:19:51.000000000 -0400
+++ jpylyzer-1.18.0/debian/control	2019-11-29 00:27:15.000000000 -0500
@@ -8,6 +8,7 @@
                lmodern,
                pandoc,
                python (>= 2.6.6-3~), python-setuptools,
+               python3 (>= 2.6.6-3~), python3-setuptools,
                texlive-fonts-recommended,
                texlive-xetex
 Standards-Version: 4.2.1
@@ -18,6 +19,18 @@
 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}
+Suggests: pirl-image-tools
 Description: JP2 (JPEG 2000 Part 1) validator and properties extractor
  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
diff -Nru jpylyzer-1.18.0/debian/jpylyzer jpylyzer-1.18.0/debian/jpylyzer
--- jpylyzer-1.18.0/debian/jpylyzer	2016-02-09 05:07:54.000000000 -0500
+++ jpylyzer-1.18.0/debian/jpylyzer	2019-11-29 00:29:39.000000000 -0500
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 from jpylyzer.jpylyzer import main
 
 if __name__ == "__main__":
diff -Nru jpylyzer-1.18.0/debian/python3-jpylyzer.install jpylyzer-1.18.0/debian/python3-jpylyzer.install
--- jpylyzer-1.18.0/debian/python3-jpylyzer.install	1969-12-31 19:00:00.000000000 -0500
+++ jpylyzer-1.18.0/debian/python3-jpylyzer.install	2019-11-28 23:25:20.000000000 -0500
@@ -0,0 +1,2 @@
+/usr/lib/python3*
+debian/jpylyzer usr/bin
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	2016-02-09 05:12:47.000000000 -0500
+++ jpylyzer-1.18.0/debian/python-jpylyzer.install	2019-11-28 23:25:04.000000000 -0500
@@ -1,2 +1 @@
-/usr/lib/python*
-debian/jpylyzer usr/bin
+/usr/lib/python2*
diff -Nru jpylyzer-1.18.0/debian/rules jpylyzer-1.18.0/debian/rules
--- jpylyzer-1.18.0/debian/rules	2018-10-11 15:19:06.000000000 -0400
+++ jpylyzer-1.18.0/debian/rules	2019-11-29 00:28:03.000000000 -0500
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
 VERSION=$(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)
 
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to