[libregexp-grammars-perl] 01/02: Don't install Skip_if_Perl_5_18.pm to /usr/share/perl5/

Salvatore Bonaccorso carnil at debian.org
Wed Sep 4 05:15:07 UTC 2013


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

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

commit 1852a7838d5c150c57bc0109bf19b822480fbddc
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Wed Sep 4 07:10:07 2013 +0200

    Don't install Skip_if_Perl_5_18.pm to /usr/share/perl5/
---
 debian/rules |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..00bd3b4 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 $(TMP)/usr/share/perl5/Skip_if_Perl_5_18.pm

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



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