[libcgi-xmlform-perl] 07/14: Remove obsolete /usr/lib/perl5 handling
Axel Beckert
abe at deuxchevaux.org
Sat Dec 14 01:40:24 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 ffa15886ffa9d43bca4409beddc240972c943fd4
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Dec 14 02:32:15 2013 +0100
Remove obsolete /usr/lib/perl5 handling
---
debian/changelog | 1 +
debian/rules | 3 ---
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5533236..0693456 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,7 @@ libcgi-xmlform-perl (0.10-14) UNRELEASED; urgency=low
+ Fix lintian warning debian-rules-missing-recommended-target
+ Replace "dh_clean -k" by "dh_prep"
+ Use dh_auto_{configure,build,test,install,clean}
+ + Remove obsolete /usr/lib/perl5 handling
-- 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 1048522..5403f91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,9 +38,6 @@ install-stamp: build-stamp
dh_prep
dh_auto_install
$(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
touch $@
binary-arch:
--
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