[libtemplate-plugin-clickable-perl] 04/16: Use dh_prep instead of dh_clean -k

Axel Beckert abe at deuxchevaux.org
Wed Dec 11 01:03:48 UTC 2013


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

abe pushed a commit to branch master
in repository libtemplate-plugin-clickable-perl.

commit 780ea05ec810b351e64414108f091096cd5124f6
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 01:42:15 2013 +0100

    Use dh_prep instead of dh_clean -k
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6e2fa5c..d06746f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ libtemplate-plugin-clickable-perl (0.06-3) UNRELEASED; urgency=low
   * Switch to source format "3.0 (quilt)"
   * Revamp debian/rules:
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Use dh_prep instead of dh_clean -k
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:13 +0200
 
diff --git a/debian/rules b/debian/rules
index d71f75c..475097d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ clean:
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	$(MAKE) install PREFIX=$(TMP)/usr

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



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