[liblog-any-perl] 03/06: Don't install some incomplete manpage fragments.

gregor herrmann gregoa at debian.org
Tue Dec 27 00:50:41 UTC 2016


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

gregoa pushed a commit to branch master
in repository liblog-any-perl.

commit 6b099d66395219ed5a42704024d39c1498202ae7
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Dec 27 01:37:22 2016 +0100

    Don't install some incomplete manpage fragments.
---
 debian/rules | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..c889c22 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,15 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# boilerplate/incomplete
+	$(RM) -v $(TMP)/usr/share/man/man3/Log::Any::Adapter::Base.3pm \
+		$(TMP)/usr/share/man/man3/Log::Any::Adapter::Test.3pm \
+		$(TMP)/usr/share/man/man3/Log::Any::Manager.3pm \
+		$(TMP)/usr/share/man/man3/Log::Any::Proxy::Test.3pm

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



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