[libtest-yaml-perl] 08/08: no need for empty "script"

gregor herrmann gregoa at debian.org
Fri Aug 8 00:04:13 UTC 2014


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

gregoa pushed a commit to branch master
in repository libtest-yaml-perl.

commit b32f1b3c29d9f5337aab2b4765fbe92140649447
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Aug 8 02:03:41 2014 +0200

    no need for empty "script"
    
    Git-Dch: Ignore
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..8c1a841 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# the script is empty except for a USAGE variable
+	$(RM) -vr $(TMP)/usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-yaml-perl.git



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