[libcurses-widgets-perl] 04/14: Fix lintian warning dh-clean-k-is-deprecated

Axel Beckert abe at deuxchevaux.org
Wed Sep 11 23:24:48 UTC 2013


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

abe pushed a commit to branch master
in repository libcurses-widgets-perl.

commit 5ab2b6de3d307d429450f3d6ddf0981094b345a7
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Sep 12 00:54:15 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 29055bb..0a448be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,8 @@ libcurses-widgets-perl (1.997-6) UNRELEASED; urgency=low
   * Bump debhelper compatibility to 9
     + Update versioned debhelper build-dependency accordingly
     + Fixes lintian warning package-uses-deprecated-debhelper-compat-version
+  * Also fixes the following lintian warnings:
+    + dh-clean-k-is-deprecated
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:25 +0200
 
diff --git a/debian/rules b/debian/rules
index 2667116..8ebc254 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	[ ! -d $(TMP)/usr/lib/perl5 ] || \
 		rmdir --ignore-fail-on-non-empty --parents --verbose \

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



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