[libconfigreader-perl] 11/17: Drop obsolete stamp-file parameters from dh_clean call

Axel Beckert abe at deuxchevaux.org
Thu Dec 26 17:18:43 UTC 2013


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

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

commit c0ee6bf5d63092d5c6731160798b09fdbd102cb8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Dec 26 17:16:46 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 5b346dc..56c6a7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -63,6 +63,7 @@ libconfigreader-perl (0.5-5) UNRELEASED; urgency=low
     + Replace "dh_clean -k" with "dh_prep"
     + Also use dh_auto_{configure,build,test,install}
       - Enables test suite at build-time
+    + Drop obsolete stamp-file parameters from dh_clean call
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 11 Feb 2008 20:27:11 +0000
 
diff --git a/debian/rules b/debian/rules
index 8e94968..41ad7dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ clean:
 
 	rm -rvf $(CURDIR)/ConfigReader
 
-	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/libconfigreader-perl.git



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