[SCM] Debian packaging of libformvalidator-simple-perl branch, master, updated. 17dde3afda612ff21aaac119839ef7f129821580

gregor herrmann gregoa at debian.org
Sat Dec 10 20:14:55 UTC 2011


The following commit has been merged in the master branch:
commit 7ac9aba376abcadd90f27566e67f557a9ed00363
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 10 21:05:29 2011 +0100

    Use tiny debian/rules file.

diff --git a/debian/rules b/debian/rules
index a9cf673..e4ea2d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	TEST_POD=1 dh build
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch:
-
-binary-indep: install
+%:
 	dh $@
 
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+	TEST_POD=1 dh_auto_test

-- 
Debian packaging of libformvalidator-simple-perl



More information about the Pkg-perl-cvs-commits mailing list