[libppi-xs-perl] 09/11: Switch to short-form debian/rules

Florian Schlichting fsfs at alioth.debian.org
Thu Sep 26 21:59:50 UTC 2013


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

fsfs pushed a commit to branch master
in repository libppi-xs-perl.

commit 782121a25157713e9bc307b328fa3acc8873abc0
Author: Florian Schlichting <fsfs at debian.org>
Date:   Thu Sep 26 23:57:06 2013 +0200

    Switch to short-form debian/rules
---
 debian/rules |   20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6c16285..abde6ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,5 @@
 #!/usr/bin/make -f
 
-build: build-stamp
-build-stamp:
-	AUTOMATED_TESTING=1 dh 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

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



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