From: Axel Beckert Date: Sun, 16 Sep 2012 16:14:47 +0000 (+0200) Subject: Use dh_installdirs X-Git-Tag: debian/1.01b-16~17 X-Git-Url: https://git.deb.at/w?p=pkg%2Fmmv.git;a=commitdiff_plain;h=837fd02949f06cdb663c717615cb887605b5b6f1 Use dh_installdirs --- diff --git a/debian/dirs b/debian/dirs new file mode 100644 index 0000000..e772481 --- /dev/null +++ b/debian/dirs @@ -0,0 +1 @@ +usr/bin diff --git a/debian/rules b/debian/rules index a92ecf6..6736aa8 100755 --- a/debian/rules +++ b/debian/rules @@ -53,9 +53,7 @@ binary-arch: build # Makes a binary package. /bin/rm -rf debian/tmp test -f stamp-build || $(MAKE) -f debian/rules build - install -d -g root -m 755 -o root debian/tmp - chmod g-s debian/tmp - install -d -g root -m 755 -o root debian/tmp/DEBIAN + dh_installdirs dh_install dh_strip dh_installman