[libboolean-perl] 03/04: Don't install boolean.pod into /usr/share/perl5

Salvatore Bonaccorso carnil at debian.org
Sat Jun 14 21:27:30 UTC 2014


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

carnil pushed a commit to branch master
in repository libboolean-perl.

commit b8728e013197b40a1b0505df35c014841e3244bd
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Sat Jun 14 23:24:53 2014 +0200

    Don't install boolean.pod into /usr/share/perl5
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..9c24c49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/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/perl5/boolean.pod

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



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