[libunicode-map-perl] 06/15: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Fri Dec 13 23:03:43 UTC 2013


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

abe pushed a commit to branch master
in repository libunicode-map-perl.

commit 3a1cea25dd73cea45630f6c6f119e5874a13c0ad
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 13 23:14:18 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 9595064..e9e8ef8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ libunicode-map-perl (0.112-11) UNRELEASED; urgency=low
   * Remove quilt traces from debian/rules and quilt build-dependency
   * Revamp debian/rules:
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Replace "dh_clean -k" by "dh_prep"
   * Also fix the following lintian warnings:
     + binary-control-field-duplicates-source (priority, section)
 
diff --git a/debian/rules b/debian/rules
index 4dbe42c..e1f0125 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,7 +35,7 @@ install:	build install-stamp
 install-stamp:
 		dh_testdir
 		dh_testroot
-		dh_clean -k
+		dh_prep
 		dh_installdirs
 		$(MAKE) install PREFIX=$(CURDIR)/$(TMP_DIR)/usr
 		[ ! -d $(CURDIR)/$(TMP_DIR)/usr/share/man/man1 ] || \

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



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