[libfile-fnmatch-perl] 02/06: debian/rules: convert to three-line dh(1) variant.

gregor herrmann gregoa at debian.org
Sat Feb 22 16:44:12 UTC 2014


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

gregoa pushed a commit to branch master
in repository libfile-fnmatch-perl.

commit 2269d5808982f5845ce3ed3e0ce7e19daf16eb89
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 17:41:01 2014 +0100

    debian/rules: convert to three-line dh(1) variant.
---
 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/libfile-fnmatch-perl.git



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