[libmoosex-types-structured-perl] 10/11: debian/rules: drop another empty manpage from the binary package.

gregor herrmann gregoa at debian.org
Sun Oct 25 21:30:36 UTC 2015


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

gregoa pushed a commit to branch master
in repository libmoosex-types-structured-perl.

commit 6bf5505ceffcdc7f55d6c01b495b3c63195b4dff
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Oct 25 22:26:39 2015 +0100

    debian/rules: drop another empty manpage from the binary package.
---
 debian/rules | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index f35d1de..49a84a6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,8 +9,9 @@ TMP := $(CURDIR)/debian/$(PKG)
 override_dh_auto_install:
 	dh_auto_install
 
-	# remove manpages without any useful content
-	rm $(TMP)/usr/share/man/man3/MooseX::Meta::TypeCoercion::Structured::Optional.3pm
-	rm $(TMP)/usr/share/man/man3/MooseX::Meta::TypeConstraint::Structured::Optional.3pm
-	rm $(TMP)/usr/share/man/man3/MooseX::Types::Structured::MessageStack.3pm
-	rm $(TMP)/usr/share/man/man3/MooseX::Types::Structured::OverflowHandler.3pm
+	# remove empty manpages
+	$(RM) -v $(TMP)/usr/share/man/man3/MooseX::Meta::TypeCoercion::Structured.3pm
+	$(RM) -v $(TMP)/usr/share/man/man3/MooseX::Meta::TypeCoercion::Structured::Optional.3pm
+	$(RM) -v $(TMP)/usr/share/man/man3/MooseX::Meta::TypeConstraint::Structured::Optional.3pm
+	$(RM) -v $(TMP)/usr/share/man/man3/MooseX::Types::Structured::MessageStack.3pm
+	$(RM) -v $(TMP)/usr/share/man/man3/MooseX::Types::Structured::OverflowHandler.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-types-structured-perl.git



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