[libreturn-value-perl] 07/10: Switch to short-form debian/rules

Florian Schlichting fsfs at alioth.debian.org
Wed Sep 25 21:18:57 UTC 2013


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository libreturn-value-perl.

commit 906e2bb872bf6bff63f4601f5986491f8642e043
Author: Florian Schlichting <fsfs at debian.org>
Date:   Wed Sep 25 23:10:30 2013 +0200

    Switch to short-form debian/rules
---
 debian/rules |   22 +++-------------------
 1 file changed, 3 insertions(+), 19 deletions(-)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libreturn-value-perl.git



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