X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=2d0c13bf48fa03d8366bd9db240943d43455228f;hb=d0fc8c193a3594cac3d83542727a7f1b5646cc2f;hp=6502ac038415d8568809bc6695bb2198bb6def7e;hpb=f96cd91ac242f68bc9c7b14b5e4ef45af00cfe60;p=htag.git diff --git a/debian/rules b/debian/rules index 6502ac0..2d0c13b 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 \ 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