X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=7c2d11b5c040402897a96a3e583bb71c6e63b217;hb=9690acc7b6cc5dd7e8c536f8b6642540e2716924;hp=2fd9adf8ef525c2983388601a55524566e973b1c;hpb=cb4add4d010dbef8ae5d4cef4d93913decfcb6bc;p=maypole.git diff --git a/debian/rules b/debian/rules index 2fd9adf..7c2d11b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,10 @@ #!/usr/bin/make -f +include /usr/share/quilt/quilt.make + build : build-stamp -build-stamp : Makefile.PL +build-stamp : Makefile.PL $(QUILT_STAMPFN) perl Makefile.PL INSTALLDIRS=vendor $(MAKE) test touch build-stamp @@ -15,15 +17,16 @@ binary-indep : build-stamp dh_testroot $(MAKE) PREFIX=$(CURDIR)/debian/libmaypole-perl/usr install dh_perl - dh_installchangelogs + dh_installchangelogs Changes dh_installdocs dh_compress dh_fixperms dh_gencontrol + dh_md5sums dh_builddeb -clean : +clean : unpatch if [ -f Makefile ]; then $(MAKE) clean; fi dh_clean Makefile Makefile.old build-stamp -.PHONY : build binary binary-arch binary-dep clean +.PHONY : build binary binary-arch binary-dep clean patch unpatch