[libtemplate-plugin-textile2-perl] 07/13: Replace "dh_clean -k" with "dh_prep"

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 21:36:58 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-textile2-perl.

commit 7fdd9a96e390424d497b6b6aaa9b086c57de5d0b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 22:28:41 2013 +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 ed0efe2..3363087 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ libtemplate-plugin-textile2-perl (1.21-4) UNRELEASED; urgency=low
     + Update versioned debhelper build-dependency accordingly
   * Revamp debian/rules:
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Replace "dh_clean -k" with "dh_prep"
 
  -- 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 aeec8ee..c372af9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ install: install-stamp
 install-stamp: build-stamp
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	$(PERL) Build install destdir=$(TMP) create_packlist=0
 	touch $@
 

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



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