[libtest-prereq-perl] 08/09: Don't install Test/README.pod and Test::README.3pm.

gregor herrmann gregoa at debian.org
Mon Jun 22 20:29:46 UTC 2015


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

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

commit 2eb0142158ec2198170ec552bf0ba6e757d5ef61
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jun 22 21:42:12 2015 +0200

    Don't install Test/README.pod and Test::README.3pm.
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..9551a5b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) --verbose $(TMP)/usr/share/man/man3/Test::README.3pm $(TMP)/usr/share/perl5/Test/README.pod

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



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