[libtime-human-perl] 07/15: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 03:38:39 UTC 2013


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

abe pushed a commit to branch master
in repository libtime-human-perl.

commit 337435c8ef49156b78155c0462a37215f67e5503
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 04:19:57 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 9664029..13661bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ libtime-human-perl (1.03-3) UNRELEASED; urgency=low
   * Apply wrap-and-sort
   * 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:32:55 +0200
 
diff --git a/debian/rules b/debian/rules
index f7fa9fd..3bd0a5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs usr/lib
 	$(MAKE) install PREFIX=$(CURDIR)/debian/`dh_listpackages`/usr
 	[ ! -d $(CURDIR)/debian/`dh_listpackages`/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(CURDIR)/debian/`dh_listpackages`/usr/lib/perl5

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



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