X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Frules;h=6736aa86c5b4e073ae5b192f8717ee9adf7bc74c;hb=837fd02949f06cdb663c717615cb887605b5b6f1;hp=f175d991e984f3a9c13ad8d0edc258086b9f9203;hpb=e6bfe25d41e0173b71ff2e580c97e7fea2be2e23;p=pkg%2Fmmv.git diff --git a/debian/rules b/debian/rules index f175d99..6736aa8 100755 --- a/debian/rules +++ b/debian/rules @@ -53,16 +53,10 @@ 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 - install -d -g root -m 755 -o root debian/tmp/usr/bin - install -d -g root -m 755 -o root debian/tmp/usr/share/man/man1 - install -d -g root -m 755 -o root debian/tmp/usr/share/lintian/overrides - install -g root -o root -m 755 mmv debian/tmp/usr/bin + dh_installdirs + dh_install dh_strip - install -g root -o root -m 644 mmv.1 debian/tmp/usr/share/man/man1 - gzip -9f debian/tmp/usr/share/man/man1/mmv.1 + dh_installman (cd debian/tmp/usr/bin;\ ln -s mmv mcp; \ ln -s mmv mad; \ @@ -74,12 +68,10 @@ binary-arch: build install -d -g root -m 755 -o root debian/tmp/usr/share/doc/$(p) dh_installdocs dh_installchangelogs - install -g root -m 644 -o root debian/lintian-overrides \ - debian/tmp/usr/share/lintian/overrides/mmv - 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 - 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 + dh_compress + dh_lintian + dh_fixperms + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb