[SCM] Debian packaging of libtest-www-declare-perl branch, master, updated. 2b510c6b5de4f46875c961caf2d070e6a13b28e1

gregor herrmann gregoa at debian.org
Tue Nov 15 23:10:03 UTC 2011


The following commit has been merged in the master branch:
commit c59c6defdedbddbf6c89d2c6acb0587f70f77ad6
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Nov 15 23:29:18 2011 +0100

    Use tiny debian/rules, and unset http_proxy for tests.

diff --git a/debian/rules b/debian/rules
index 0d045f4..47368db 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	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:
+	http_proxy= dh_auto_test

-- 
Debian packaging of libtest-www-declare-perl



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