[libclone-pp-perl] 12/15: Drop obsolete dh_clean stamp file parameters

Axel Beckert abe at deuxchevaux.org
Sat Jan 4 03:52:48 UTC 2014


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

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

commit 02130008f8f6ca6f6ce038a2ace2b1e2e3d5a23d
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sat Jan 4 04:48:01 2014 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 0aa437b..1f1ff94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,7 @@ libclone-pp-perl (1.02-2) UNRELEASED; urgency=low
     + Replace "dh_clean -k" with "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove obsolete /usr/lib/perl5 handling
+    + Drop obsolete dh_clean stamp file parameters
   * No more install redundant README (generated from POD)
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:40:46 +0100
diff --git a/debian/rules b/debian/rules
index a7a9bbf..1862c37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ clean:
 	dh_testdir
 	dh_testroot
 	dh_auto_clean
-	dh_clean build-stamp install-stamp
+	dh_clean
 
 install: build install-stamp
 install-stamp:

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



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