X-Git-Url: https://git.deb.at/w?p=pkg%2Fmmv.git;a=blobdiff_plain;f=debian%2Frules;h=cbfa5f44da99a92e03a049fc75ed7efd1fdb3fda;hp=425a25a55e951f27f8d49f9ddbc3b7def771f288;hb=36b386e058dd7265b9fd3bb83bce375ca630b24a;hpb=2a6c57156b04eda29e9847813c308f73bd52bcd2 diff --git a/debian/rules b/debian/rules index 425a25a..cbfa5f4 100755 --- a/debian/rules +++ b/debian/rules @@ -51,34 +51,18 @@ binary-arch: build dh_testdir test -f build || $(MAKE) -f debian/rules 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_auto_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 - (cd debian/tmp/usr/bin;\ - ln -s mmv mcp; \ - ln -s mmv mad; \ - ln -s mmv mln;) - (cd debian/tmp/usr/share/man/man1;\ - ln -s mmv.1.gz mcp.1.gz; \ - ln -s mmv.1.gz mad.1.gz; \ - ln -s mmv.1.gz mln.1.gz;) - install -d -g root -m 755 -o root debian/tmp/usr/share/doc/$(p) + dh_link + install -d -g root -m 755 -o root debian/mmv/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 + dh_compress + dh_lintian + dh_fixperms + dh_shlibdeps dh_gencontrol dh_md5sums - dpkg --build debian/tmp && dpkg-name -o -s .. debian/tmp.deb + dh_builddeb