[SCM] Debian packaging of libtest-useallmodules-perl branch, master, updated. 91c63792114ec11d044b4062c6bf4cff49051cf8

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Aug 26 20:38:07 UTC 2012


The following commit has been merged in the master branch:
commit bfaa1546ffa8ed7fe8b948066d9c761c527b3bf7
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Aug 26 22:32:02 2012 +0200

    Switched to short-form debian/rules

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 libtest-useallmodules-perl



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