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

fsfs pushed a commit to branch master
in repository libmoosex-clone-perl.

commit b8a3c34dbff1afe0e1d02e8674bc4b53476a1a67
Author: Florian Schlichting <f...@debian.org>
Date:   Thu Sep 10 12:39:23 2015 +0200

    Remove empty manpages
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..152ccee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
        dh $@
+
+override_dh_auto_install:
+       dh_auto_install
+       # remove empty manpages
+       $(RM) 
$(TMP)/usr/share/man/man3/MooseX::Clone::Meta::Attribute::Trait::Clone::Base.3pm
+       $(RM) 
$(TMP)/usr/share/man/man3/MooseX::Clone::Meta::Attribute::Trait::Clone::Std.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmoosex-clone-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