From: Axel Beckert Date: Sun, 16 Sep 2012 15:55:05 +0000 (+0200) Subject: Use dh_gencontrol X-Git-Tag: debian/1.01b-16~26 X-Git-Url: https://git.deb.at/w?p=pkg%2Fmmv.git;a=commitdiff_plain;h=8bbe4b4c2c9537cb04296aedf7954ba707575b3c;hp=e6bfe25d41e0173b71ff2e580c97e7fea2be2e23 Use dh_gencontrol --- diff --git a/debian/rules b/debian/rules index f175d99..36fc258 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,7 @@ binary-arch: build chmod -R g-sw debian/tmp/usr/share/doc/$(p) chown -R root.root debian/tmp/usr/share/doc/$(p) dpkg-shlibdeps debian/tmp/usr/bin/mmv - dpkg-gencontrol -isp + dh_gencontrol cd debian/tmp && find * -type f ! -regex '^DEBIAN/.*' -print0 | \ xargs -r0 md5sum > DEBIAN/md5sums dpkg --build debian/tmp && dpkg-name -o -s .. debian/tmp.deb