[libstar-parser-perl] 11/16: Use debian/clean instead of manually calling rm

Axel Beckert abe at deuxchevaux.org
Mon Dec 23 21:07:47 UTC 2013


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

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

commit 10053afe1b9251320667c1ebdbea952f93ba85c9
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Dec 23 22:01:59 2013 +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 fcabe95..247d2cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ libstar-parser-perl (0.59-4) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean} and put them in the
       correct targets.
     + Remove obsolete /usr/lib/perl5 handling
+    + Use debian/clean instead of manually calling rm
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:31:57 +0200
 
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 217f04b..aa63c71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,6 @@ clean:
 	dh_testdir
 	dh_testroot
 	dh_auto_clean
-	rm -f Makefile.old
 	dh_clean
 
 install:

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



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