Control: tags 936331 + patch
Control: tags 936331 + pending

Dear maintainer,

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

Regards.

diff -Nru construct.legacy-2.5.3/debian/changelog construct.legacy-2.5.3/debian/changelog
--- construct.legacy-2.5.3/debian/changelog	2017-12-09 18:55:47.000000000 -0500
+++ construct.legacy-2.5.3/debian/changelog	2019-10-06 14:38:10.000000000 -0400
@@ -1,3 +1,10 @@
+construct.legacy (2.5.3-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #936331
+
+ -- Sandro Tosi <mo...@debian.org>  Sun, 06 Oct 2019 14:38:10 -0400
+
 construct.legacy (2.5.3-2) unstable; urgency=medium
 
   * Remove bogus -doc package suggestion
diff -Nru construct.legacy-2.5.3/debian/control construct.legacy-2.5.3/debian/control
--- construct.legacy-2.5.3/debian/control	2017-12-09 18:54:15.000000000 -0500
+++ construct.legacy-2.5.3/debian/control	2019-10-06 14:38:02.000000000 -0400
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Hilko Bengen <ben...@debian.org>
 Build-Depends: debhelper (>= 10), dh-python,
- python-all, python3-all,
- python-setuptools, python3-setuptools,
- python-six, python3-six,
+ python3-all,
+ python3-setuptools,
+ python3-six,
 Standards-Version: 4.1.2
 Homepage: https://pypi.python.org/pypi/construct-legacy
 X-Python-Version: >= 2.6
@@ -13,23 +13,6 @@
 Vcs-Git: https://anonscm.debian.org/git/collab-maint/construct.legacy.git
 Vcs-Browser: https://anonscm.debian.org/git/collab-maint/construct.legacy.git
 
-Package: python-construct.legacy
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: legacy fork of declarative binary data parser/builder (Python 2)
- Construct is a Python library for parsing and building of data
- structures (binary or textual).
- .
- It is based on the concept of defining data structures in a declarative
- manner, rather than procedural code: more complex constructs are composed of
- a hierarchy of simpler ones. It's the first library that makes parsing
- fun, instead of the usual headache it is today.
- .
- This is a legacy fork of the original construct 2.5.3 repackaged for
- compatibility purposes.
- .
- This package installs the library for Python 2.
-
 Package: python3-construct.legacy
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
diff -Nru construct.legacy-2.5.3/debian/rules construct.legacy-2.5.3/debian/rules
--- construct.legacy-2.5.3/debian/rules	2017-11-26 18:08:23.000000000 -0500
+++ construct.legacy-2.5.3/debian/rules	2019-10-06 14:38:09.000000000 -0400
@@ -3,4 +3,4 @@
 export PYBUILD_NAME=construct.legacy
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild

Reply via email to