[DRE-commits] [ruby-ffi] 03/06: debian/patches/disable-rake-compiler.patch: refresh
Antonio Terceiro
terceiro at moszumanska.debian.org
Sat Oct 11 22:56:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-ffi.
commit 5cf9ff0ce104b048dfdc3d63915718714b823b12
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Oct 11 19:15:52 2014 -0300
debian/patches/disable-rake-compiler.patch: refresh
---
debian/changelog | 1 +
debian/patches/disable-rake-compiler.patch | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7f09de2..4df03a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ruby-ffi (1.9.6debian-1) UNRELEASED; urgency=medium
* New upstream release
+ * debian/patches/disable-rake-compiler.patch: refresh
-- Antonio Terceiro <terceiro at debian.org> Sat, 11 Oct 2014 19:11:33 -0300
diff --git a/debian/patches/disable-rake-compiler.patch b/debian/patches/disable-rake-compiler.patch
index 0990b74..c47333d 100644
--- a/debian/patches/disable-rake-compiler.patch
+++ b/debian/patches/disable-rake-compiler.patch
@@ -1,12 +1,11 @@
--- a/Rakefile
+++ b/Rakefile
-@@ -4,12 +4,6 @@ require 'rubygems/tasks'
+@@ -2,11 +2,6 @@ require 'rubygems/tasks'
require 'rbconfig'
require 'rake/clean'
-USE_RAKE_COMPILER = (RUBY_PLATFORM =~ /java/) ? false : true
-if USE_RAKE_COMPILER
-- gem 'rake-compiler', '>=0.6.0'
- require 'rake/extensiontask'
-end
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi.git
More information about the Pkg-ruby-extras-commits
mailing list