diff -u pymacs-0.23/debian/control pymacs-0.23/debian/control --- pymacs-0.23/debian/control +++ pymacs-0.23/debian/control @@ -3,7 +3,7 @@ Priority: optional Homepage: http://pymacs.progiciels-bpi.ca/ Maintainer: Alexandre Fayolle -Build-Depends: debhelper (>= 5.0.37.1), python (>=2.3.5-7), python-dev (>=2.3.5-7), python-central, python-docutils +Build-Depends: debhelper (>= 5.0.37.1), python (>=2.3.5-7), python-dev (>=2.3.5-7), python-docutils Standards-Version: 3.7.3 XS-Python-Version: current diff -u pymacs-0.23/debian/rules pymacs-0.23/debian/rules --- pymacs-0.23/debian/rules +++ pymacs-0.23/debian/rules @@ -44,7 +44,7 @@ # gzip -9 -c ChangeLog > changelog.gz dh_installdocs -i dh_installchangelogs -i ChangeLog - dh_pycentral -i + dh_python2 -i dh_link -i dh_compress -i -X.py dh_fixperms -i diff -u pymacs-0.23/debian/changelog pymacs-0.23/debian/changelog --- pymacs-0.23/debian/changelog +++ pymacs-0.23/debian/changelog @@ -1,3 +1,9 @@ +pymacs (0.23-1.1ubuntu1) precise; urgency=low + + * Build using dh_python2. + + -- Matthias Klose Wed, 14 Dec 2011 15:51:22 +0100 + pymacs (0.23-1.1) unstable; urgency=low * NMU. Rebuild to move files to /usr/share/pyshared. Closes: #490489.