X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=blobdiff_plain;f=debian%2Frules;h=4f80aaa59ebdaa8b9286f8dc6cbd754510eac42a;hp=2fd9adf8ef525c2983388601a55524566e973b1c;hb=dd425b2cb6384f804cc1eea9e45660ed6baeb2f1;hpb=cb4add4d010dbef8ae5d4cef4d93913decfcb6bc diff --git a/debian/rules b/debian/rules index 2fd9adf..4f80aaa 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,25 @@ 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 + mv debian/libmaypole-perl/usr/share/perl5/Maypole/templates \ + debian/libmaypole-perl/usr/share/doc/libmaypole-perl/templates + mkdir debian/libmaypole-perl/usr/share/doc/libmaypole-perl/examples/templates + mv debian/libmaypole-perl/usr/share/doc/libmaypole-perl/templates/beer \ + debian/libmaypole-perl/usr/share/doc/libmaypole-perl/examples/templates/custom + ln -s ../../templates/factory \ + debian/libmaypole-perl/usr/share/doc/libmaypole-perl/examples/templates/factory + ln -s ../../../templates/factory \ + debian/libmaypole-perl/usr/share/doc/libmaypole-perl/examples/fancy_example/templates/factory + dh_compress -X/examples/ -X/templates/ 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