[libxml-rpc-fast-perl] 01/01: Remove cpants.pl in dh_auto_install

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 14 14:16:11 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libxml-rpc-fast-perl.

commit 89c8a8023a9cb6e7512538b4ec45970f0232e45c
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 14 11:14:53 2015 -0300

    Remove cpants.pl in dh_auto_install
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index abde6ef..3d67510 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,11 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(firstword $(shell dh_listpackages))
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
+override_dh_auto_install:
+	dh_auto_install
+	rm --verbose $(TMP)/usr/share/perl5/XML/RPC/cpants.pl

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-rpc-fast-perl.git



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