[libnet-http-perl] 08/09: Don't install contentless new manpage.

gregor herrmann gregoa at debian.org
Mon Jan 9 20:42:20 UTC 2017


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

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

commit d959f1131daff3e73ccc95deedb14ad9933ffac0
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Jan 9 21:37:16 2017 +0100

    Don't install contentless new manpage.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..27111bf 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
+	# empty/boilerplate manpage
+	$(RM) -v $(TMP)/usr/share/man/man3/Net::HTTP::Methods.3pm

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



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