[DRE-commits] [ruby-bdb] 06/12: Improve clean rule

David Suárez deiv-guest at moszumanska.debian.org
Wed Mar 12 20:40:57 UTC 2014


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

deiv-guest pushed a commit to branch master
in repository ruby-bdb.

commit c5f7704ed14fca5bf2c134e4f2c4ffd75baa82d4
Author: David Suárez <david.sephirot at gmail.com>
Date:   Wed Mar 12 20:50:00 2014 +0100

    Improve clean rule
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 591a28e..01fa945 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ override_dh_installdocs:
 
 override_dh_clean:
 	dh_clean
+	$(RM) src/bdb_features.h
+	$(RM) -R tmp
+
 	# This package is maintained in a Git repository, and empty
 	# directories are not tracked by Git. In order to run the test
 	# suite, create the needed tmp/ directories if they are not

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-bdb.git



More information about the Pkg-ruby-extras-commits mailing list