Control: tags 786030 + patch Control: tags 786030 + pending Dear maintainer,
I've prepared an NMU for woof (versioned as 20091227-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru woof-20091227/debian/changelog woof-20091227/debian/changelog --- woof-20091227/debian/changelog 2011-09-13 23:58:40.000000000 +0200 +++ woof-20091227/debian/changelog 2015-08-19 23:19:24.000000000 +0200 @@ -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 <bdr...@debian.org> 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-14 00:11:53.000000000 +0200 +++ woof-20091227/debian/control 2015-08-19 23:13:33.000000000 +0200 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Andrea Gasparini <ga...@yattaweb.it> Uploaders: Andrea Colangelo <war...@ubuntu.com> -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 22:13:25.000000000 +0200 +++ woof-20091227/debian/rules 2015-08-19 23:14:11.000000000 +0200 @@ -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