[libjira-rest-perl] 02/04: don't install README pod/manpage
gregor herrmann
gregoa at debian.org
Mon Oct 31 23:58:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libjira-rest-perl.
commit 11370fe0ad46cd6627d153ad6fca481e03aa6904
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Nov 1 00:56:31 2016 +0100
don't install README pod/manpage
Gbp-Dch: Ignore
---
debian/rules | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2d33f6a..bf89495 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/perl5/JIRA/README.pod \
+ $(TMP)/usr/share/man/man3/JIRA::README.3pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libjira-rest-perl.git
More information about the Pkg-perl-cvs-commits
mailing list