[libperl-destruct-level-perl] 03/08: debian/rules: three lines are enough with dh(1).

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


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

gregoa pushed a commit to branch master
in repository libperl-destruct-level-perl.

commit 4f9c0026cd1327cb9a2620bdc495a67be8473737
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 18:57:20 2014 +0100

    debian/rules: three lines are enough with dh(1).
---
 debian/rules | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3850db1..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,23 +1,4 @@
 #!/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: 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/libperl-destruct-level-perl.git



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