[libtk-histentry-perl] 08/13: Use debian/clean instead of manually calling rm

Axel Beckert abe at deuxchevaux.org
Wed Jan 1 04:33:06 UTC 2014


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

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

commit ea89bf354ed7c89c67f90444ba8b7244a3b54a96
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Jan 1 05:23:09 2014 +0100

    Use debian/clean instead of manually calling rm
---
 debian/changelog | 1 +
 debian/clean     | 1 +
 debian/rules     | 1 -
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 574a1da..a9ed109 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,7 @@ libtk-histentry-perl (0.43-3) UNRELEASED; urgency=low
     + Replace "dh_clean -k" with "dh_prep"
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove obsolete dh_{clean,installchangelogs} parameters
+    + Use debian/clean instead of manually calling rm
 
  -- Frank Lichtenheld <djpig at debian.org>  Thu, 08 Nov 2007 18:23:53 +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 4d65e12..55da527 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,6 @@ clean:
 	dh_testroot
 	dh_auto_clean
 	dh_clean
-	rm -f Makefile.old
 
 install: build
 	dh_testdir

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



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