[libtk-splashscreen-perl] 07/12: Use debian/clean and dh_clean's automatic stamp file removal

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 05:48:57 UTC 2014


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

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

commit 6348c5168466ecf8cb185c4ff490ca05f8ca1a95
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 06:42:29 2014 +0100

    Use debian/clean and dh_clean's automatic stamp file removal
---
 debian/changelog | 1 +
 debian/clean     | 1 +
 debian/rules     | 3 +--
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 23cd9f0..b930a17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,7 @@ libtk-splashscreen-perl (1.0-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}
+    + Use debian/clean and dh_clean's automatic stamp file removal
 
  -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 19:06:22 +0100
 
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..6dc3062
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+Makefile.old
diff --git a/debian/rules b/debian/rules
index 3f2714b..5add28d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,8 +25,7 @@ clean:
 	dh_testdir
 	dh_testroot
 	dh_auto_clean
-	dh_clean build-stamp
-	rm -f Makefile.old
+	dh_clean
 
 install: build
 	dh_testdir

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



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