[libfile-copy-recursive-perl] 04/12: debian/rules: shrink to 3-lines dh(1) version.

gregor herrmann gregoa at debian.org
Sat Jan 6 21:41:19 UTC 2018


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

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

commit 64e6040504e7db0da2571f3af309ed3a7fadfd5f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 6 21:49:23 2018 +0100

    debian/rules: shrink to 3-lines dh(1) version.
---
 debian/rules | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0d045f4..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:
-
-binary-indep: install
-	dh $@
-
-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-copy-recursive-perl.git



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