[libtime-moment-perl] 05/05: d/rules

Nick Morrott nickm-guest at moszumanska.debian.org
Sun Mar 20 04:35:30 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libtime-moment-perl.

commit ac6c7833d61c762ea784a5f8972cf02aefc6fa6a
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Sun Mar 20 04:06:26 2016 +0000

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

diff --git a/debian/rules b/debian/rules
index 2d33f6a..d66dfe5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE  = $(shell dh_listpackages)
+TMP      = $(CURDIR)/debian/$(PACKAGE)
+ARCHLIB := $(shell perl -MConfig -e 'print $$Config{vendorarch}')
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	rm --verbose $(TMP)/$(ARCHLIB)/Time/Moment.pod
+	rm --verbose $(TMP)/$(ARCHLIB)/Time/Moment/Adjusters.pod

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtime-moment-perl.git



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