[libcgi-xmlform-perl] 03/14: Don't install example.pl to /usr/share/perl5/CGI/

Axel Beckert abe at deuxchevaux.org
Sat Dec 14 01:40:23 UTC 2013


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

abe pushed a commit to branch master
in repository libcgi-xmlform-perl.

commit d53bf152409a8af40fc4de5c134f62e8ffc00afa
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 02:24:04 2013 +0100

    Don't install example.pl to /usr/share/perl5/CGI/
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4103aa8..7aea126 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ libcgi-xmlform-perl (0.10-14) UNRELEASED; urgency=low
   * Fix lintian warning binary-control-field-duplicates-source (2x)
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
+  * Don't install example.pl to /usr/share/perl5/CGI/
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:55 +0200
 
diff --git a/debian/rules b/debian/rules
index 6d421c3..5b1a3f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,7 @@ install-stamp: build-stamp
 	dh_testroot
 	dh_clean -k
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	$(RM) $(TMP)/usr/share/perl5/CGI/example.pl
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \
 		$(TMP)/usr/lib/perl5

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



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