Control: tags 937504 + pending

Dear maintainer,

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

Regards.

diff -Nru pyparted-3.11.2/debian/changelog pyparted-3.11.2/debian/changelog
--- pyparted-3.11.2/debian/changelog	2019-04-22 17:03:03.000000000 -0400
+++ pyparted-3.11.2/debian/changelog	2019-10-24 18:40:02.000000000 -0400
@@ -1,3 +1,10 @@
+pyparted (3.11.2-11.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937504
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 24 Oct 2019 18:40:02 -0400
+
 pyparted (3.11.2-11) unstable; urgency=medium
 
   * debian/patches:
diff -Nru pyparted-3.11.2/debian/control pyparted-3.11.2/debian/control
--- pyparted-3.11.2/debian/control	2019-02-14 09:06:36.000000000 -0500
+++ pyparted-3.11.2/debian/control	2019-10-24 18:39:14.000000000 -0400
@@ -7,8 +7,6 @@
                libparted-dev,
                parted,
                pkg-config,
-               python-all-dev (>= 2.6.6-13~),
-               python-six,
                python3-all-dev,
                python3-six
 Standards-Version: 4.3.0
@@ -16,18 +14,6 @@
 Vcs-Git: https://salsa.debian.org/debian/pyparted.git
 Vcs-Browser: https://salsa.debian.org/debian/pyparted
 
-Package: python-parted
-Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Provides: ${python:Provides}
-Suggests: python-parted-doc (>= 3.11.1-5)
-Description: Python interface for libparted
- pyparted is a set of Python modules that provide Python programmers an
- interface to libparted (http://www.gnu.org/software/parted), the GNU parted
- library for disk partitioning and file system manipulation.
- .
- This package contains Python extension itself.
-
 Package: python3-parted
 Architecture: any
 Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
diff -Nru pyparted-3.11.2/debian/rules pyparted-3.11.2/debian/rules
--- pyparted-3.11.2/debian/rules	2019-02-25 11:27:51.000000000 -0500
+++ pyparted-3.11.2/debian/rules	2019-10-24 18:39:28.000000000 -0400
@@ -6,14 +6,12 @@
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-	dh $@ --buildsystem pybuild --with python2,python3
+	dh $@ --buildsystem pybuild --with python3
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -rf debian/python-parted-dbg/usr/lib/python2.7/dist-packages/parted/
 	rm -rf debian/python3-parted-dbg/usr/lib/python3*/dist-packages/parted/
 
 override_dh_clean:
 	dh_clean
 	rm -fr debian/python3-parted-dbg
-	rm -fr debian/python-parted-dbg

Reply via email to