X-Git-Url: https://git.deb.at/w?p=pkg%2Fmmv.git;a=blobdiff_plain;f=debian%2Frules;h=a92ecf6ae79d2a9eaa42e280eaa472f41395f966;hp=4d71a52b3593b3f87fb478f6fbf6930dc4946eb0;hb=b3c938a3cca4233847b268ed46dcdc84c3c83c88;hpb=ae776084a5e9395aec6aea7ca0a39c2eee546bf5 diff --git a/debian/rules b/debian/rules index 4d71a52..a92ecf6 100755 --- a/debian/rules +++ b/debian/rules @@ -56,13 +56,9 @@ binary-arch: 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_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; \ @@ -73,15 +69,11 @@ binary-arch: build ln -s mmv.1.gz mln.1.gz;) install -d -g root -m 755 -o root debian/tmp/usr/share/doc/$(p) dh_installdocs - install -g root -m 644 -o root debian/changelog \ - debian/tmp/usr/share/doc/$(p)/changelog.Debian - gzip -f9 debian/tmp/usr/share/doc/$(p)/* - 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_installchangelogs + dh_compress + dh_lintian + dh_fixperms + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb