[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:05 UTC 2011


The following commit has been merged in the master branch:
commit 0fd59096d1d3a8f77930086eb3b99e612d497315
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Thu Dec 15 22:24:54 2011 +0100

    rethink the creation of some_binary

diff --git a/debian/clean b/debian/clean
index e30d1b2..85c1de1 100644
--- a/debian/clean
+++ b/debian/clean
@@ -2,3 +2,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
+test/fixtures/some_binary
diff --git a/debian/rules b/debian/rules
index 6b259d4..407b500 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,11 +24,10 @@ override_dh_auto_clean:
 	done
 	dh_auto_clean
 
-override_dh_auto_build:
+override_dh_auto_install:
 	touch test/fixtures/some_binary
 	chmod +x test/fixtures/some_binary
-	dh_auto_build
-	rm test/fixtures/some_binary
+	dh_auto_install
 
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's/^Version: ([^+]+).*/\1/p')
 get-orig-source:

-- 
ruby-mkrf.git



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