X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=f255ea105ee76e40126ee1c422969ec1502917ad;hb=refs%2Fheads%2Fmaster;hp=6502ac038415d8568809bc6695bb2198bb6def7e;hpb=f96cd91ac242f68bc9c7b14b5e4ef45af00cfe60;p=htag.git diff --git a/debian/rules b/debian/rules index 6502ac0..f255ea1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,5 @@ #!/usr/bin/make -f -# Use debhelper v2. -export DH_COMPAT := 2 - # Make sure perl is defined, but allow overriding from the command line. PERL ?= /usr/bin/perl @@ -13,17 +10,19 @@ build: binary: binary-indep +binary-arch: build + binary-indep: binary-indep-stamp binary-indep-stamp: install dh_testdir dh_testroot - dh_installdocs docs/AUTHORS docs/BUGS docs/INSTALL \ + dh_installdocs docs/AUTHORS docs/BUGS \ docs/MACRO_DESCRIPTION docs/README \ - docs/README.Multiple_Configs docs/TODO docs/TROUBLESHOOTING \ - docs/URL docs/WRITING_SIGS - dh_installchangelogs docs/Changelog.htag docs/Changelog.htagplugin + docs/TODO docs/TROUBLESHOOTING \ + docs/URL docs/Changelog.htagplugin + dh_installchangelogs docs/Changelog.htag dh_installexamples docs/sample-config/* - dh_installmanpages + dh_installman htag.1 dh_fixperms dh_installdeb dh_perl