[libbenchmark-progressbar-perl] 03/08: Minimize debian/rules with dh magic

ntyni at debian.org ntyni at debian.org
Sat Feb 10 12:49:10 UTC 2018


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

ntyni pushed a commit to branch master
in repository libbenchmark-progressbar-perl.

commit dd10f0d3fc12aeb692c3d0ff8580bf32bd940eb0
Author: Niko Tyni <ntyni at debian.org>
Date:   Sat Feb 10 14:43:08 2018 +0200

    Minimize debian/rules with dh magic
---
 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/libbenchmark-progressbar-perl.git



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