diff -u python-carrot-0.10.7/debian/rules python-carrot-0.10.7/debian/rules --- python-carrot-0.10.7/debian/rules +++ python-carrot-0.10.7/debian/rules @@ -10,7 +10,7 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with=python2 override_dh_auto_clean: rm -rf docs.debian diff -u python-carrot-0.10.7/debian/changelog python-carrot-0.10.7/debian/changelog --- python-carrot-0.10.7/debian/changelog +++ python-carrot-0.10.7/debian/changelog @@ -1,3 +1,9 @@ +python-carrot (0.10.7-1ubuntu1) precise; urgency=low + + * Build using dh_python2 + + -- Matthias Klose Sat, 17 Dec 2011 14:05:40 +0000 + python-carrot (0.10.7-1) unstable; urgency=low * New upstream release. (Closes: #602576) diff -u python-carrot-0.10.7/debian/control python-carrot-0.10.7/debian/control --- python-carrot-0.10.7/debian/control +++ python-carrot-0.10.7/debian/control @@ -2,7 +2,7 @@ Section: python Priority: optional Maintainer: David Watson -Build-Depends: debhelper (>= 7.0.50), python-support, python-setuptools +Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~), python-setuptools Build-Depends-Indep: python-django, python-sphinx, libjs-jquery Standards-Version: 3.9.1 Homepage: http://pypi.python.org/pypi/carrot