Control: tags 937668 + patch
Control: tags 937668 + pending

Dear maintainer,

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

Regards.

diff -Nru python-crank-0.7.2/debian/changelog python-crank-0.7.2/debian/changelog
--- python-crank-0.7.2/debian/changelog	2019-01-04 11:10:10.000000000 -0500
+++ python-crank-0.7.2/debian/changelog	2019-10-05 19:16:13.000000000 -0400
@@ -1,3 +1,10 @@
+python-crank (0.7.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937668
+
+ -- Sandro Tosi <mo...@debian.org>  Sat, 05 Oct 2019 19:16:13 -0400
+
 python-crank (0.7.2-4) unstable; urgency=medium
 
   [ Ondřej Nový ]
diff -Nru python-crank-0.7.2/debian/control python-crank-0.7.2/debian/control
--- python-crank-0.7.2/debian/control	2019-01-04 11:10:10.000000000 -0500
+++ python-crank-0.7.2/debian/control	2019-10-05 19:15:29.000000000 -0400
@@ -8,13 +8,9 @@
  debhelper (>= 10),
  dh-python,
  openstack-pkg-tools (>= 89),
- python-all,
- python-setuptools,
  python3-all,
  python3-setuptools,
 Build-Depends-Indep:
- python-nose,
- python-webob,
  python3-nose,
  python3-webob,
 Standards-Version: 4.3.0
@@ -22,16 +18,6 @@
 Vcs-Git: https://salsa.debian.org/openstack-team/python/python-crank.git
 Homepage: https://github.com/TurboGears/crank
 
-Package: python-crank
-Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
-Description: dispatch mechanism for use across frameworks - Python 2.7
- Generalized Object based Dispatch mechanism for use across frameworks.
- .
- This package contains the Python 2.7 module.
-
 Package: python3-crank
 Architecture: all
 Depends:
diff -Nru python-crank-0.7.2/debian/rules python-crank-0.7.2/debian/rules
--- python-crank-0.7.2/debian/rules	2019-01-04 11:10:10.000000000 -0500
+++ python-crank-0.7.2/debian/rules	2019-10-05 19:16:13.000000000 -0400
@@ -4,19 +4,15 @@
 include /usr/share/openstack-pkg-tools/pkgos.make
 
 %:
-	dh $@ --buildsystem=python_distutils --with python2,python3
-
-override_dh_auto_install:
-	pkgos-dh_auto_install
+	dh $@ --buildsystem=pybuild --with python3
 
 override_dh_auto_test:
 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-	nosetests -v
 	set -e ; for pyvers in $(PYTHON3S); do \
 		PYTHON=python$$pyvers nosetests3 -v ; \
 	done
 endif
 
 override_dh_clean:
-	dh_clean -O--buildsystem=python_distutils
+	dh_clean -O--buildsystem=pybuild
 	rm -rf build

Reply via email to