diff -Nru woof-20091227/debian/changelog woof-20091227/debian/changelog --- woof-20091227/debian/changelog 2011-09-13 21:58:40.000000000 +0000 +++ woof-20091227/debian/changelog 2015-08-19 21:47:53.000000000 +0000 @@ -1,3 +1,10 @@ +woof (20091227-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Port from python-support to dh_python (Closes: #786030) + + -- Benjamin Drung Wed, 19 Aug 2015 23:19:24 +0200 + woof (20091227-2) unstable; urgency=low * debian/patches added: diff -Nru woof-20091227/debian/control woof-20091227/debian/control --- woof-20091227/debian/control 2011-09-13 22:11:53.000000000 +0000 +++ woof-20091227/debian/control 2015-08-19 21:47:53.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Andrea Gasparini Uploaders: Andrea Colangelo -Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90.0) +Build-Depends: debhelper (>= 7.0.50~), dh-python Build-Depends-Indep: python Standards-Version: 3.9.2 Homepage: http://www.home.unix-ag.org/simon/woof.html diff -Nru woof-20091227/debian/rules woof-20091227/debian/rules --- woof-20091227/debian/rules 2010-09-26 20:13:25.000000000 +0000 +++ woof-20091227/debian/rules 2015-08-19 21:47:53.000000000 +0000 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2 SRC_VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(\([0-9]\+\):\)\?\(.*\)-.*/\3/p') TARBALL = woof_$(SRC_VERSION).orig.tar.gz