Hi.
The following trivial patch undoes the failed conversion from
dh_pysupport to dh_python2 and does not change anything else.
I suggest an upload with urgency=high. There will be plenty of time to
do the dh-python2 thing "right" afterwards.
Thanks.
diff -ru 333/debian/control 444/debian/control
--- 333/debian/control 2015-08-19 22:37:23.000000000 +0200
+++ 444/debian/control 2015-09-28 13:35:00.297756378 +0200
@@ -4,7 +4,7 @@
Maintainer: Carl Chenet <cha...@ohmytux.com>
Uploaders: Python Applications Packaging Team
<python-apps-t...@lists.alioth.debian.org>
Standards-Version: 3.8.3
-Build-Depends: debhelper (>= 7), cdbs (>= 0.4.43), python (>= 2.3.5-11),
dh-python
+Build-Depends: debhelper (>= 7), cdbs (>= 0.4.43), python (>= 2.3.5-11),
python-support (>= 0.5.3)
Homepage: http://pyzor.sourceforge.net/
Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyzor/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pyzor/trunk/
diff -ru 333/debian/rules 444/debian/rules
--- 333/debian/rules 2015-08-19 22:32:11.000000000 +0200
+++ 444/debian/rules 2015-09-28 13:29:45.924961634 +0200
@@ -1,4 +1,5 @@
#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM=pysupport
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/debhelper.mk
@@ -14,4 +15,4 @@
rm -f lib/pyzor/*.pyc lib/pyzor/*.pyo
binary-install/pyzor::
- dh_python2 -p$(cdbs_curpkg)
+ dh_pysupport -p$(cdbs_curpkg)