[libfile-path-expand-perl] 06/12: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Sun Dec 22 02:48:29 UTC 2013


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

abe pushed a commit to branch master
in repository libfile-path-expand-perl.

commit 1f5f7dd46de3d66fc4030fff3a2b947d739bbec1
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Dec 22 03:40:06 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 d260143..896c5d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ libfile-path-expand-perl (1.02-2) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly
   * 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:29:22 +0200
 
diff --git a/debian/rules b/debian/rules
index aeec8ee..c372af9 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/libfile-path-expand-perl.git



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