Hi, Attached is a diff of the NMU I've just released.
- Jonas -- * Jonas Smedegaard - idealist & Internet-arkitekt * Tlf.: +45 40843136 Website: http://dr.jones.dk/ [x] quote me freely [ ] ask before reusing [ ] keep private
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 <[email protected]> -Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27) +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27) Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl Standards-Version: 3.8.2 Homepage: http://home.gna.org/oomadness/en/balazar_brothers/ 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,8 +1,10 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- +# target binary python package must be declared before CDBS includes +DEB_PYTHON2_MODULE_PACKAGES = balazarbrothers + include /usr/share/cdbs/1/rules/debhelper.mk -DEB_PYTHON_SYSTEM = pysupport include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/patchsys-quilt.mk 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,11 @@ +balazarbrothers (1.0~rc1-4.3) unstable; urgency=medium + + * Non-maintainer upload. + * Switch to dh_python2 helper (from python-support). + Closes: bug#785944. Thanks to dktrkranz and Graham Inggs. + + -- Jonas Smedegaard <[email protected]> Wed, 19 Aug 2015 12:32:56 +0200 + balazarbrothers (1.0~rc1-4.2) unstable; urgency=low * Non-maintainer upload.

