X-Git-Url: http://git.sthu.org/?a=blobdiff_plain;f=debian%2Frules;h=4966b434fd4b13d34d15f900923f8198260552c5;hb=35cc0bfea4917a5879d9e22400040961f5628bcf;hp=aac01e54373710831818f17949504442d0c40cb2;hpb=fee78fd45504aa675d8913a9e35c562501080aee;p=pgp-tools.git diff --git a/debian/rules b/debian/rules index aac01e5..4966b43 100755 --- a/debian/rules +++ b/debian/rules @@ -8,15 +8,13 @@ configure-stamp: build: build-stamp build-stamp: configure-stamp dh_testdir - $(MAKE) -C caff - $(MAKE) -C gpgsigs + $(MAKE) touch $@ clean: dh_testdir dh_testroot - $(MAKE) -C caff clean - $(MAKE) -C gpgsigs clean + $(MAKE) clean rm -f build-stamp configure-stamp dh_clean @@ -26,7 +24,7 @@ install: build dh_clean -k dh_installdirs dh_install - dh_installman caff/*.1 gpgsigs/gpgsigs.1 gpg-key2ps/gpg-key2ps.1 gpg-mailkeys/gpg-mailkeys.1 + dh_installman */*.1 binary-indep: build install dh_testdir