[libcgi-xml-perl] 08/14: Drop obsolete dh_clean stamp files parameters

Axel Beckert abe at deuxchevaux.org
Sat Dec 14 00:57:49 UTC 2013


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

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

commit 7bfef6a9f65f750373952efc2f54a667d32a8c0e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Dec 14 01:38:17 2013 +0100

    Drop obsolete dh_clean stamp files parameters
---
 debian/changelog | 2 ++
 debian/rules     | 5 +----
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 276addf..f4e2689 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,8 @@ libcgi-xml-perl (0.1-14) UNRELEASED; urgency=low
     + Replace "dh_clean -k" by "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
       - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated
+    + Remove obsolete /usr/lib/perl5 handling
+    + Drop obsolete dh_clean stamp files parameters
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:27:54 +0200
 
diff --git a/debian/rules b/debian/rules
index 62344c7..b477516 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ clean:
 	dh_testdir
 	dh_testroot
 	dh_auto_clean
-	dh_clean build-stamp install-stamp
+	dh_clean
 
 install: install-stamp
 install-stamp: build-stamp
@@ -37,9 +37,6 @@ install-stamp: build-stamp
 	dh_testroot
 	dh_prep
 	dh_auto_install
-	[ ! -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-xml-perl.git



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