[libmojolicious-plugin-authentication-perl] 07/08: debian/rules: don't install README.pod and its man-ified counterpart.

gregor herrmann gregoa at debian.org
Fri Oct 18 17:32:26 UTC 2013


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

gregoa pushed a commit to branch master
in repository libmojolicious-plugin-authentication-perl.

commit 87a09d222c4d99b2ea6db188d94c11510fcd3a70
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 18 19:29:23 2013 +0200

    debian/rules: don't install README.pod and its man-ified counterpart.
---
 debian/rules |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..de5a802 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
+	$(RM) -v $(TMP)/usr/share/man/man3/Mojolicious::Plugin::README.3pm \
+		$(TMP)/usr/share/perl5/Mojolicious/Plugin/README.pod
+

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



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