Maintainer: Ben Hutchings <ben@decadent.org.uk>
Section: perl
Priority: extra
-Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6.0-16),
+Build-Depends-Indep: debhelper (>= 5), perl (>= 5.6.0-16), quilt,
libclass-dbi-abstractsearch-perl,
libclass-dbi-pager-perl,
libclass-dbi-plugin-retrieveall-perl,
#!/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
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