[libtest-object-perl] 02/07: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 14:30:06 UTC 2013


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

abe pushed a commit to branch master
in repository libtest-object-perl.

commit d91ac5e856b864bb57a82e003730e1dc1583904d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 15:19:27 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 0e5e168..6a286c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ libtest-object-perl (0.07-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"
 
  -- Axel Beckert <abe at debian.org>  Mon, 23 Dec 2013 13:26:02 +0100
 
diff --git a/debian/rules b/debian/rules
index 9a9b702..b59615f 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/libtest-object-perl.git



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