[libtest-pod-coverage-perl] 02/11: Fix lintian warning dh-clean-k-is-deprecated

Axel Beckert abe at deuxchevaux.org
Wed Sep 11 22:27:02 UTC 2013


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

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

commit c23e6045cf2adb301d027d17cb746e754b8c804c
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Sep 11 23:57:20 2013 +0200

    Fix lintian warning dh-clean-k-is-deprecated
---
 debian/changelog |    2 ++
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bc0a676..195d24d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,8 @@ libtest-pod-coverage-perl (1.08-4) UNRELEASED; urgency=low
   * Switch to source format "3.0 (quilt)".
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
+  * Fixes the following lintian-warnings:
+    + dh-clean-k-is-deprecated
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:47:58 +0100
 
diff --git a/debian/rules b/debian/rules
index 55102d4..24b2ab3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,7 +43,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-pod-coverage-perl.git



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