[libtest-signature-perl] 11/12: Simplify debian/rules to a dh7 tiny format makefile

Salvatore Bonaccorso carnil at debian.org
Wed Apr 29 17:57:34 UTC 2015


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

carnil pushed a commit to branch master
in repository libtest-signature-perl.

commit 17d709deb5a0215a68051ce96eb53b7444a0ad00
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Apr 29 19:37:57 2015 +0200

    Simplify debian/rules to a dh7 tiny format makefile
---
 debian/rules | 24 +++---------------------
 1 file changed, 3 insertions(+), 21 deletions(-)

diff --git a/debian/rules b/debian/rules
index a86433f..c6f14a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,26 +2,8 @@
 
 TEST_FILES=	$(filter-out t/0-signature.t,$(shell echo t/*.t))
 
-build: build-stamp
-build-stamp:
-	dh build --before dh_auto_test
-	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
-	dh build --remaining
-	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:
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

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



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