[libcoy-perl] 07/14: Remove obsolete dh_clean stamp files parameters

Axel Beckert abe at deuxchevaux.org
Tue Dec 17 20:40:23 UTC 2013


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

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

commit 549b00b3de5c0889ed6b647033302c80ab9e9c77
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 17 21:30:04 2013 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 7ab30e5..a594c68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,7 @@ libcoy-perl (0.06-7) UNRELEASED; urgency=low
   * Revamp debian/rules
     + Fix lintian warning debian-rules-missing-recommended-target
     + Use dh_auto{configure,build,test,install,clean}
+    + Remove obsolete dh_clean stamp file parameters
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:21 +0200
 
diff --git a/debian/rules b/debian/rules
index 552334a..47d0263 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,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/libcoy-perl.git



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