[librdf-generator-http-perl] 03/04: d/rules

Nick Morrott nickm-guest at moszumanska.debian.org
Sat Mar 19 03:54:40 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository librdf-generator-http-perl.

commit a255f339263977bdff0a6a1a6885df7c3fff9b61
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sat Mar 19 03:23:18 2016 +0000

    d/rules
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..744b78b 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 --verbose $(TMP)/usr/share/man/man3/RDF::Generator::README.3pm
+	rm --verbose $(TMP)/usr/share/perl5/RDF/Generator/README.pod

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



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