[libmoosex-clone-perl] 14/15: Remove empty manpages

Florian Schlichting fsfs at moszumanska.debian.org
Thu Sep 10 10:59:26 UTC 2015


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 <fsfs at 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



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