[libmodule-extractuse-perl] 05/06: Don't install invalid and almost empty Module::ExtractUse::Grammar(3pm).

gregor herrmann gregoa at debian.org
Sun Jun 8 10:17:34 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmodule-extractuse-perl.

commit acd802a3c2dae412cc0ef6d68f2136df4bcd3f5e
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 8 12:14:38 2014 +0200

    Don't install invalid and almost empty Module::ExtractUse::Grammar(3pm).
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..64e5655 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) -v $(TMP)/usr/share/man/man3/Module::ExtractUse::Grammar.3pm

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



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