[libnet-facebook-oauth2-perl] 10/11: Don't install README.pod and its manified version.
gregor herrmann
gregoa at debian.org
Fri Jun 12 20:28:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libnet-facebook-oauth2-perl.
commit 79183c94b24e0203cc66c358373a4abe7c9e3b5a
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Jun 12 22:26:23 2015 +0200
Don't install README.pod and its manified version.
---
debian/rules | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2d33f6a..dbc69c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
#!/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/Net::Facebook::README.3pm \
+ $(TMP)/usr/share/perl5/Net/Facebook/README.pod
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-facebook-oauth2-perl.git
More information about the Pkg-perl-cvs-commits
mailing list