X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=debian%2Frules;h=7c2d11b5c040402897a96a3e583bb71c6e63b217;hb=f497883668e6aa1181cb0348e11388d1c5e83073;hp=b263d502c30d41a5236bf8b8ccc1da849f273277;hpb=ddbd4cdcc3c2bf322d40b1fee5f07753eb1575b0;p=maypole.git diff --git a/debian/rules b/debian/rules index b263d50..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 @@ -23,8 +25,8 @@ binary-indep : build-stamp 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