From: Axel Beckert Date: Sun, 16 Sep 2012 15:56:09 +0000 (+0200) Subject: Use dh_md5sums X-Git-Tag: debian/1.01b-16~25 X-Git-Url: https://git.deb.at/w?p=pkg%2Fmmv.git;a=commitdiff_plain;h=2a6c57156b04eda29e9847813c308f73bd52bcd2 Use dh_md5sums --- diff --git a/debian/rules b/debian/rules index 36fc258..425a25a 100755 --- a/debian/rules +++ b/debian/rules @@ -80,6 +80,5 @@ binary-arch: build chown -R root.root debian/tmp/usr/share/doc/$(p) dpkg-shlibdeps debian/tmp/usr/bin/mmv dh_gencontrol - cd debian/tmp && find * -type f ! -regex '^DEBIAN/.*' -print0 | \ - xargs -r0 md5sum > DEBIAN/md5sums + dh_md5sums dpkg --build debian/tmp && dpkg-name -o -s .. debian/tmp.deb