[DRE-commits] [SCM] ruby-ffi.git branch, master, updated. debian/1.0.11debian-5-21-g999eacb

Antonio Terceiro terceiro at debian.org
Fri May 17 23:45:47 UTC 2013


The following commit has been merged in the master branch:
commit 0ca9da67f1d6a67adb4b845506fb207d9fd6924f
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu May 16 23:23:06 2013 -0300

    debian/patches/disable-rake-compiler.patch: refresh

diff --git a/debian/patches/disable-rake-compiler.patch b/debian/patches/disable-rake-compiler.patch
index 6a9cff3..55f0e71 100644
--- a/debian/patches/disable-rake-compiler.patch
+++ b/debian/patches/disable-rake-compiler.patch
@@ -1,23 +1,15 @@
-Index: ruby-ffi/Rakefile
-===================================================================
---- ruby-ffi.orig/Rakefile	2012-06-30 10:39:02.121931503 -0300
-+++ ruby-ffi/Rakefile	2012-06-30 10:39:40.385929999 -0300
-@@ -1,12 +1,12 @@
- require 'rubygems'
+--- a/Rakefile
++++ b/Rakefile
+@@ -3,12 +3,6 @@ require 'rubygems/package_task'
+ require 'rubygems/tasks'
  require 'rbconfig'
  
 -USE_RAKE_COMPILER = (RUBY_PLATFORM =~ /java/) ? false : true
 -if USE_RAKE_COMPILER
 -  gem 'rake-compiler', '>=0.6.0'
 -  require 'rake/extensiontask'
--  ENV['RUBY_CC_VERSION'] = '1.8.7:1.9.2'
 -end
-+USE_RAKE_COMPILER = false
-+# if USE_RAKE_COMPILER
-+#   gem 'rake-compiler', '>=0.6.0'
-+#   require 'rake/extensiontask'
-+#   ENV['RUBY_CC_VERSION'] = '1.8.7:1.9.2'
-+# end
- 
+-
  require 'date'
  require 'fileutils'
+ require 'rbconfig'

-- 
ruby-ffi.git



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