Control: tags 937836 + patch
Control: tags 937836 + pending

Dear maintainer,

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

Regards.

diff -Nru python-intbitset-2.3.0/debian/changelog python-intbitset-2.3.0/debian/changelog
--- python-intbitset-2.3.0/debian/changelog	2018-04-17 06:34:51.000000000 -0400
+++ python-intbitset-2.3.0/debian/changelog	2019-10-22 00:06:16.000000000 -0400
@@ -1,3 +1,10 @@
+python-intbitset (2.3.0-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937836
+
+ -- Sandro Tosi <mo...@debian.org>  Tue, 22 Oct 2019 00:06:16 -0400
+
 python-intbitset (2.3.0-3) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru python-intbitset-2.3.0/debian/control python-intbitset-2.3.0/debian/control
--- python-intbitset-2.3.0/debian/control	2018-04-17 06:34:51.000000000 -0400
+++ python-intbitset-2.3.0/debian/control	2019-10-22 00:06:07.000000000 -0400
@@ -2,13 +2,9 @@
 Section: python
 Priority: optional
 Maintainer: Maximiliano Curia <m...@debian.org>
-Build-Depends: cython,
+Build-Depends: cython3,
                debhelper (>= 11),
                dh-python,
-               python-dev,
-               python-nose,
-               python-setuptools,
-               python-six,
                python3-dev,
                python3-nose,
                python3-setuptools,
@@ -19,16 +15,6 @@
 Vcs-Git: https://salsa.debian.org/python-team/modules/python-intbitset.git
 Vcs-Browser: https://salsa.debian.org/python-team/modules/python-intbitset
 
-Package: python-intbitset
-Architecture: any
-Depends: python, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
-Description: unordered sets with ultra fast operations
- The ``intbitset`` library provides a set implementation to store sorted
- unsigned integers either 32-bits integers (between ``0`` and
- ``2**31 - 1`` or ``intbitset.__maxelem__``) or an infinite range
- with fast set operations implemented via bit vectors in a *Python C
- extension* for speed and reduced memory usage.
-
 Package: python-intbitset-doc
 Architecture: all
 Depends: ${misc:Depends}, ${sphinxdoc:Depends}
diff -Nru python-intbitset-2.3.0/debian/python-intbitset.install python-intbitset-2.3.0/debian/python-intbitset.install
--- python-intbitset-2.3.0/debian/python-intbitset.install	2018-04-17 06:34:51.000000000 -0400
+++ python-intbitset-2.3.0/debian/python-intbitset.install	1969-12-31 19:00:00.000000000 -0500
@@ -1 +0,0 @@
-usr/lib/python2*
diff -Nru python-intbitset-2.3.0/debian/rules python-intbitset-2.3.0/debian/rules
--- python-intbitset-2.3.0/debian/rules	2018-04-17 06:34:51.000000000 -0400
+++ python-intbitset-2.3.0/debian/rules	2019-10-22 00:06:00.000000000 -0400
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build-indep:
 	python3 setup.py build_sphinx
@@ -9,7 +9,7 @@
 override_dh_auto_build-arch:
 	# Rebuild intbitset.c
 	mv intbitset/intbitset.c intbitset/intbitset.orig.c
-	cython intbitset/intbitset.pyx
+	cython3 intbitset/intbitset.pyx
 	dh_auto_build
 
 override_dh_auto_clean:

Reply via email to