[libgtk2-gladexml-perl] 02/06: Use short-form dh(1) based debian/rules.

gregor herrmann gregoa at debian.org
Sat Feb 22 22:11:02 UTC 2014


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

gregoa pushed a commit to branch master
in repository libgtk2-gladexml-perl.

commit bc6d12bbbc250fe8be6e68051fce9173eacad673
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 23:06:54 2014 +0100

    Use short-form dh(1) based debian/rules.
---
 debian/rules | 24 +++---------------------
 1 file changed, 3 insertions(+), 21 deletions(-)

diff --git a/debian/rules b/debian/rules
index 561017a..c410048 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,25 +1,7 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	dh --before dh_auto_test build
-	xvfb-run -a dh_auto_test
-	dh --after dh_auto_test build
-	touch $@
-
-clean:
-	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
+%:
 	dh $@
 
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build
+override_dh_auto_test:
+	xvfb-run -a dh_auto_test

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



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