[libnet-sieve-script-perl] 07/11: debian/rules: 3 lines should be enough for everyone.

gregor herrmann gregoa at debian.org
Tue Aug 1 21:43:44 UTC 2017


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

gregoa pushed a commit to branch master
in repository libnet-sieve-script-perl.

commit c4067bd579be7dcb4dddf94a31fd3c28014e0b14
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 1 17:36:01 2017 -0400

    debian/rules: 3 lines should be enough for everyone.
---
 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/libnet-sieve-script-perl.git



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