X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Frules;h=c3483791a6757eec503f2920237f60f45e4c0eb3;hb=57207dfb5b9192725a127821ab3a3ff5b4ac13c7;hp=7d6f7d68acae293781990f5d826aa0912f6ea3a2;hpb=cfa476a07deee094e2b1103f0892cf5daf6a1bf7;p=debbugs.git diff --git a/debian/rules b/debian/rules index 7d6f7d6..c348379 100755 --- a/debian/rules +++ b/debian/rules @@ -15,15 +15,18 @@ build-stamp: # Call the test suite $(PERL) Makefile.PL INSTALLDIRS=vendor $(MAKE) -f Makefile.perl -# $(MAKE) test + $(MAKE) test touch $@ clean: dh_testdir dh_testroot rm -f *-stamp; - -$(MAKE) -f Makefile.perl clean; + if [ -e Makefile.perl ]; then \ + $(MAKE) -f Makefile.perl clean; \ + fi; #something to remove all trace and *.trace files? + rm -f debbugs.trace Makefile.perl.old dh_clean install: install-stamp