[libstring-koremutake-perl] 08/13: Drop now obsolete stamp file parameters from dh_clean

Axel Beckert abe at deuxchevaux.org
Fri Dec 13 20:26:16 UTC 2013


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

abe pushed a commit to branch master
in repository libstring-koremutake-perl.

commit b978092afa3f2d88208ab3a5dd811324cbbc0f56
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri Dec 13 21:19:23 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 31354f7..9341ddd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -41,6 +41,7 @@ libstring-koremutake-perl (0.30-4) UNRELEASED; urgency=low
     + Fix lintian warning debian-rules-missing-recommended-target
     + Replace "dh_clean -k" with "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
+    + Drop now obsolete stamp file parameters from dh_clean
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:59 +0200
 
diff --git a/debian/rules b/debian/rules
index d1c4d8a..6208503 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ clean:
 	dh_testdir
 	dh_testroot
 	dh_auto_clean
-	dh_clean build-stamp install-stamp
+	dh_clean
 
 install: install-stamp
 install-stamp: build-stamp

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



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