[DRE-commits] [SCM] ruby-zentest.git branch, master, updated. upstream/4.8.2-4-g2f99ca3

Praveen Arimbrathodiyil praveen at debian.org
Thu Oct 25 16:46:07 UTC 2012


The following commit has been merged in the master branch:
commit 3daadc075d4245802c5cbba4418bc24ce674fff1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Oct 25 22:14:03 2012 +0530

    remove require rubygems line

diff --git a/debian/patches/remove-require-rubygems.patch b/debian/patches/remove-require-rubygems.patch
new file mode 100644
index 0000000..49216dc
--- /dev/null
+++ b/debian/patches/remove-require-rubygems.patch
@@ -0,0 +1,19 @@
+Description: remove require 'rubygems'
+
+Gems should not require rubygems to work.
+
+Author: Praveen Arimbrathodiyil <praveen at debian.org>
+Last-Update: 2012-10-25
+
+--- a/lib/autotest.rb
++++ b/lib/autotest.rb
+@@ -201,7 +201,8 @@
+   #
+ 
+   def self.autodiscover
+-    require 'rubygems'
++# Remove rubygems requirement by commenting out
++#    require 'rubygems'
+ 
+     # *sigh*
+     #
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..91ffc24
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-require-rubygems.patch

-- 
ruby-zentest.git



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