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 <gre...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to