[DRE-commits] [SCM] ruby-mkrf.git branch, master, updated. upstream/0.2.3-16-gc3e579d

Cédric Boutillier cedric.boutillier at gmail.com
Thu Dec 15 23:13:01 UTC 2011


The following commit has been merged in the master branch:
commit d31ef9d4246fd0b1cd6a3811288554f5fb6f3376
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Dec 15 09:38:25 2011 +0100

    clean built files correctly

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..e30d1b2
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,4 @@
+mkrf.log
+test/sample_files/libtrivial/ext/Rakefile
+test/sample_files/libxml-ruby-0.3.8/ext/xml/Rakefile
+test/sample_files/syck-0.55/ext/ruby/ext/syck/Rakefile
diff --git a/debian/rules b/debian/rules
index b241f0b..935577f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,6 @@ override_dh_auto_clean:
 		cd test/sample_files/$$x ; \
 		pwd ; \
 		[ -e Rakefile ] && rake clean && rake clobber ; \
-		rm -r Rakefile ; \
 		cd - ; \
 	done
 	dh_auto_clean

-- 
ruby-mkrf.git



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