[libspecio-perl] 06/11: d/rules
Nick Morrott
nickm-guest at moszumanska.debian.org
Tue Oct 11 02:08:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
nickm-guest pushed a commit to branch master
in repository libspecio-perl.
commit c587ec6259fa05b29453ae885a7d36d3cf8c21a2
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date: Fri Sep 23 02:28:00 2016 +0100
d/rules
---
debian/rules | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2d33f6a..48793e0 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 -f $(TMP)/usr/share/perl5/TODO.pod
+ rm -f $(TMP)/usr/share/man/man3/TODO.3pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libspecio-perl.git
More information about the Pkg-perl-cvs-commits
mailing list