[libdata-walk-perl] 02/03: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Wed Dec 25 20:19:05 UTC 2013


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

abe pushed a commit to branch master
in repository libdata-walk-perl.

commit 63b4c5a3bc13038669617410019a9c88d6577ed5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 25 21:15:50 2013 +0100

    Replace "dh_clean -k" with "dh_prep"
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9a0880a..c394088 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ libdata-walk-perl (1.00-2) UNRELEASED; urgency=low
     + Remove quilt build-dependency and quilt traces from debian/rules
   * Revamp debian/rules
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Replace "dh_clean -k" with "dh_prep"
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:37 +0200
 
diff --git a/debian/rules b/debian/rules
index 397137e..a6466ab 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
 	touch $@
 

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



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