[DRE-commits] [ruby-inline] 03/05: Refreshed the patches

Gunnar Wolf gwolf at alioth.debian.org
Tue Oct 1 17:40:18 UTC 2013


This is an automated email from the git hooks/post-receive script.

gwolf pushed a commit to branch master
in repository ruby-inline.

commit 610c8b21feafcc229a72bc57efb524d11a5dc7d8
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Tue Oct 1 12:31:43 2013 -0500

    Refreshed the patches
---
 debian/patches/dont_require_rubygems |   24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/debian/patches/dont_require_rubygems b/debian/patches/dont_require_rubygems
index 0a260cb..b89d7ce 100644
--- a/debian/patches/dont_require_rubygems
+++ b/debian/patches/dont_require_rubygems
@@ -9,8 +9,8 @@ Description: Calls to Rubygems not allowed within the Debian archive
 
 Index: ruby-inline/lib/inline.rb
 ===================================================================
---- ruby-inline.orig/lib/inline.rb	2012-02-06 13:10:49.000000000 -0600
-+++ ruby-inline/lib/inline.rb	2012-02-06 14:40:21.000000000 -0600
+--- ruby-inline.orig/lib/inline.rb	2013-10-01 12:23:41.000000000 -0500
++++ ruby-inline/lib/inline.rb	2013-10-01 12:28:05.000000000 -0500
 @@ -50,7 +50,7 @@
  require "rbconfig"
  require "digest/md5"
@@ -20,20 +20,16 @@ Index: ruby-inline/lib/inline.rb
  
  require 'zentest_mapping'
  
-@@ -71,13 +71,15 @@
+@@ -71,11 +71,13 @@
    RUBINIUS = defined? RUBY_ENGINE
    DEV_NULL = (WINDOZE ? 'nul'      : '/dev/null')
-   GEM      = (WINDOZE ? 'gem.bat'  : 'gem')
--  RAKE     = if WINDOZE then
--               'rake.bat'
--             elsif RUBINIUS then
+   GEM      = 'gem'
+-  RAKE     = if RUBINIUS then
 -               File.join(Gem.bindir, 'rake')
 -             else
 -               "#{Gem.ruby} -S rake"
 -             end
-+  # RAKE     = if WINDOZE then
-+  #              'rake.bat'
-+  #            elsif RUBINIUS then
++  # RAKE     = if RUBINIUS then
 +  #              File.join(Gem.bindir, 'rake')
 +  #            else
 +  #              "#{Gem.ruby} -S rake"
@@ -43,7 +39,7 @@ Index: ruby-inline/lib/inline.rb
  
    warn "RubyInline v #{VERSION}" if $DEBUG
  
-@@ -135,7 +137,18 @@
+@@ -133,7 +135,18 @@
  
    def self.directory
      unless defined? @@directory then
@@ -65,9 +61,9 @@ Index: ruby-inline/lib/inline.rb
      end
 Index: ruby-inline/test/test_inline.rb
 ===================================================================
---- ruby-inline.orig/test/test_inline.rb	2012-02-06 13:10:50.000000000 -0600
-+++ ruby-inline/test/test_inline.rb	2012-02-06 14:33:02.000000000 -0600
-@@ -80,7 +80,18 @@
+--- ruby-inline.orig/test/test_inline.rb	2013-10-01 12:23:41.000000000 -0500
++++ ruby-inline/test/test_inline.rb	2013-10-01 12:23:41.000000000 -0500
+@@ -71,7 +71,18 @@
    end
  
    def test_directory

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-inline.git



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