[DRE-commits] [SCM] ruby-parser.git branch, master, updated. upstream/2.2.0-15-gdd2c0a7

Praveen Arimbrathodiyil pravi.a at gmail.com
Wed Sep 7 15:01:18 UTC 2011


The following commit has been merged in the master branch:
commit 3e1763f9c5d1dd6d089290542b6b4231a282879f
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Wed Sep 7 19:38:06 2011 +0530

    make patch dep3 compliant

diff --git a/debian/patches/001-remove-rubygems-require.patch b/debian/patches/001-remove-rubygems-require.patch
index 5c9632a..ea844ac 100644
--- a/debian/patches/001-remove-rubygems-require.patch
+++ b/debian/patches/001-remove-rubygems-require.patch
@@ -1,3 +1,15 @@
+Description: remove insane manipulations of the $LOAD_PATH
+ Remove require 'rubygems' line.
+ .
+ Usually we also want to remove insane manipulations of the $LOAD_PATH,
+ such as:
+ .
+   $:.unshift "../../ruby_parser/dev/lib"
+   $:.unshift "../../ruby2ruby/dev/lib"
+ .
+ ($: == $LOAD_PATH)
+Author: Antonio Terceiro <terceiro at debian.org>
+
 --- a/lib/gauntlet_rubyparser.rb
 +++ b/lib/gauntlet_rubyparser.rb
 @@ -2,10 +2,6 @@

-- 
ruby-parser.git



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