[mb2md] 17/30: No more clean up stamp files manually

Axel Beckert abe at deuxchevaux.org
Wed Oct 16 21:56:28 UTC 2013


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

abe pushed a commit to branch master
in repository mb2md.

commit f75bb5f9110e8350ddb8c42e40992d119af7bb72
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 16 16:19:18 2013 +0200

    No more clean up stamp files manually
    
    dh_clean does that now
---
 debian/changelog |    1 +
 debian/rules     |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e60661f..0af5798 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ mb2md (3.20-5) UNRELEASED; urgency=low
     + Fix lintian warning binary-arch-rules-but-pkg-is-arch-indep
     + Remove unused, commented code
     + Remove all code related to compiling C code
+    + No more clean up stamp files manually (dh_clean does that now)
 
  -- Axel Beckert <abe at debian.org>  Wed, 16 Oct 2013 14:44:56 +0200
 
diff --git a/debian/rules b/debian/rules
index 246dc05..349e32b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,6 @@ build-stamp: configure-stamp
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
 	dh_clean

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



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