Hi,
I uploaded attached patch to DELAYED/2
diff -u balazarbrothers-1.0~rc1/debian/changelog balazarbrothers-1.0~rc1/debian/changelog --- balazarbrothers-1.0~rc1/debian/changelog +++ balazarbrothers-1.0~rc1/debian/changelog @@ -1,3 +1,14 @@ +balazarbrothers (1.0~rc1-4.3) unstable; urgency=medium + + * Non-maintainer upload. + * Convert package form python-support to dh_python2 (closes: #785944) + - add dh-python build dependency + - add DEB_PYTHON2_MODULE_PACKAGES = balazarbrothers to debian/rules + - remove debian/pycompat file (no longer needed) + * Bump minimum required cdbs to 0.4.54 (due to DEB_PYTHON2_MODULE_PACKAGES) + + -- Piotr Ożarowski <pi...@debian.org> Tue, 18 Aug 2015 17:06:49 +0200 + balazarbrothers (1.0~rc1-4.2) unstable; urgency=low * Non-maintainer upload. diff -u balazarbrothers-1.0~rc1/debian/control balazarbrothers-1.0~rc1/debian/control --- balazarbrothers-1.0~rc1/debian/control +++ balazarbrothers-1.0~rc1/debian/control @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Tony Palma <xbyt...@gmail.com> -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), dh-python, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27) +Build-Depends: cdbs (>= 0.4.54), debhelper (>= 5), python-dev (>= 2.3.5-11), dh-python, quilt, patchutils (>= 0.2.25) Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl Standards-Version: 3.8.2 Homepage: http://home.gna.org/oomadness/en/balazar_brothers/ reverted: --- balazarbrothers-1.0~rc1/debian/pycompat +++ balazarbrothers-1.0~rc1.orig/debian/pycompat @@ -1 +0,0 @@ -2 diff -u balazarbrothers-1.0~rc1/debian/rules balazarbrothers-1.0~rc1/debian/rules --- balazarbrothers-1.0~rc1/debian/rules +++ balazarbrothers-1.0~rc1/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- +DEB_PYTHON2_MODULE_PACKAGES = balazarbrothers include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk