[libtext-pdf-perl] 05/12: Drop dh_clean parameters, stamp files are now cleaned automatically

Axel Beckert abe at deuxchevaux.org
Wed Dec 11 00:15:57 UTC 2013


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

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

commit 6acf2725770a18cc364813f420794c22b38f8c8c
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 00:50:30 2013 +0100

    Drop dh_clean parameters, stamp files are now cleaned automatically
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d487d52..3e4cc9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -48,6 +48,7 @@ libtext-pdf-perl (0.29a-2) UNRELEASED; urgency=low
     + Fix lintian warning debian-rules-missing-recommended-target
     + Use dh_auto_{configure,build,test,install,clean}
     + Use dh_prep instead of dh_clean -k
+    + Drop dh_clean parameters, stamp files are now cleaned automatically
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:37 +0200
 
diff --git a/debian/rules b/debian/rules
index 79d1501..e680b98 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/libtext-pdf-perl.git



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