[libtk-splashscreen-perl] 05/12: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 05:48:57 UTC 2014


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

abe pushed a commit to branch master
in repository libtk-splashscreen-perl.

commit c2c45d7c813d9dd7f9861bd7d0be4949164c417d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 06:39:17 2014 +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 dd44f70..dcd7085 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,7 @@ libtk-splashscreen-perl (1.0-4) UNRELEASED; urgency=low
   * No more install README as documentation (no additional information)
   * Revamp debian/rules
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Replace "dh_clean -k" with "dh_prep"
 
  -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 19:06:22 +0100
 
diff --git a/debian/rules b/debian/rules
index 6a374f3..3fdba61 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 	echo "$(CURDIR)"
 	echo "$(debtmp)"

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



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