[mb2md] 12/30: Fix lintian warning dh-clean-k-is-deprecated

Axel Beckert abe at deuxchevaux.org
Wed Oct 16 21:56:27 UTC 2013


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

abe pushed a commit to branch master
in repository mb2md.

commit 511ae7ae5241077e17548bffceeb4c126ab50b60
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 16 16:08:01 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 849347b..44dadb2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ mb2md (3.20-5) UNRELEASED; urgency=low
     + Move mb2md.1 and USAGE to the debian subdirectory and update paths
       in debian/rules and debian/docs accordingly.
   * Remove generated mb2md.1 from source and add it to debian/clean
+  * Revamp debian/rules:
+    + Fix lintian warning dh-clean-k-is-deprecated
 
  -- Axel Beckert <abe at debian.org>  Wed, 16 Oct 2013 14:44:56 +0200
 
diff --git a/debian/rules b/debian/rules
index b0daef7..40909f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/mb2md.

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



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