[libtemplate-plugin-clickable-perl] 06/16: Drop dh_clean parameters, stamp files are now cleaned automatically

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 3e72affbaf245170cdf7fd43b1dce13905c22fef
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 01:46:29 2013 +0100

    Drop dh_clean parameters, stamp files are now cleaned automatically
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1fbb514..0ae2437 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ libtemplate-plugin-clickable-perl (0.06-3) UNRELEASED; urgency=low
     + Use dh_prep instead of dh_clean -k
     + Use dh_auto_{configure,build,test,install,clean} (Fixes lintian
       warning debian-rules-makemaker-prefix-is-deprecated)
+    + Drop dh_clean parameters, stamp files are now cleaned automatically
 
  -- 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 cf7f647..03ef223 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ clean:
 
 	dh_auto_clean
 
-	dh_clean build-stamp configure-stamp
+	dh_clean
 
 install: build
 	dh_testdir

-- 
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