[libio-string-perl] 06/13: Drop now obsolete stamp file parameters from dh_clean

Axel Beckert abe at deuxchevaux.org
Fri Dec 13 21:18:08 UTC 2013


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

abe pushed a commit to branch master
in repository libio-string-perl.

commit d16454599b7bb087fb313cc0b9202e44ee976450
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 13 22:09:12 2013 +0100

    Drop now obsolete stamp file parameters from dh_clean
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6357133..55538fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ libio-string-perl (1.08-3) UNRELEASED; urgency=low
     + Replace "dh_clean -k" by "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
       - Fixes lintian warning debian-rules-makemaker-prefix-is-deprecated
+    + Drop now obsolete stamp file parameters from dh_clean
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:29:54 +0200
 
diff --git a/debian/rules b/debian/rules
index c7f3122..8e14421 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ clean:
 
 	dh_auto_clean
 
-	dh_clean configure-stamp build-stamp
+	dh_clean
 
 install: build
 	dh_testdir

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



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