[libemail-valid-loose-perl] 06/11: Replace "dh_clean -k" by "dh_prep"

Axel Beckert abe at deuxchevaux.org
Sun May 25 01:03:50 UTC 2014


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

abe pushed a commit to branch master
in repository libemail-valid-loose-perl.

commit 7902cc6236cdf333abaadb5ef9004751471b361c
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 25 02:52:26 2014 +0200

    Replace "dh_clean -k" by "dh_prep"
    
    Fixes lintian warning dh-clean-k-is-deprecated
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index cba75e0..af27cca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -25,6 +25,7 @@ libemail-valid-loose-perl (0.05-4) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
     + Move dh_installdocs parameter to debian/docs
     + Remove obsolete dh_installchangelogs and dh_clean parameters
+    + Replace "dh_clean -k" by "dh_prep"
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:42:26 +0100
 
diff --git a/debian/rules b/debian/rules
index 8977194..c5cb7ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ install: build install-stamp
 install-stamp:
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_auto_test
 	dh_auto_install
 	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5

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



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