[libmoose-perl] 06/07: debian/rules: remove only one remaining empty manpage.

gregor herrmann gregoa at debian.org
Sat May 3 15:35:23 UTC 2014


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

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

commit 369b87bb2af7b35f66c93c7433add3322e25c1dd
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 3 17:26:27 2014 +0200

    debian/rules: remove only one remaining empty manpage.
---
 debian/rules | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index eee0f16..b91acb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,13 +6,16 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 %:
 	dh $@
 
-# Do not install the moose-outdated script. It is only needed to
-# check for installed modules that conflicts with Moose, on Debian systems
-# this is already done by the maintainers of libmoose-perl (using the proper
-# fields in debian/control), hence there's no reason to get it installed.
 override_dh_auto_install:
 	dh_auto_install
+
+	# Do not install the moose-outdated script. It is only needed to check
+	# for installed modules that conflicts with Moose, on Debian systems
+	# this is already done by the maintainers of libmoose-perl (using the
+	# proper fields in debian/control), hence there's no reason to get it
+	# installed.
 	$(RM) -v $(TMP)/usr/bin/moose-outdated
 	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/bin
-	$(RM) $(TMP)/usr/share/man/man3/Moose::Error::Util.3pm \
-	      $(TMP)/usr/share/man/man3/Moose::Util::TypeConstraints::Builtins.3pm
+
+	# empty manpage(s)
+	$(RM) $(TMP)/usr/share/man/man3/Moose::Util::TypeConstraints::Builtins.3pm

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



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