[DRE-commits] [SCM] rake.git branch, master, updated. debian/0.9.2-1-20-ge7bdb9f

Antonio Terceiro terceiro at debian.org
Sat Nov 19 21:55:28 UTC 2011


The following commit has been merged in the master branch:
commit e9423adfaf4d6398c5473553c6dea91d0498715d
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat Nov 19 15:27:05 2011 -0200

    Remove files created during the tests

diff --git a/debian/rules b/debian/rules
index 60eb52e..aac840e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,10 @@ export DH_RUBY_IGNORE_TESTS=require-rubygems
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+
+override_dh_clean:
+	$(RM) test/data/dryrun/temp_main
+	$(RM) test/data/dryrun/temp_two
+	$(RM) -r test/data/file_creation_task/build/
+	$(RM) -r test/data/file_creation_task/src/
+	dh_clean

-- 
rake.git



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