[DRE-commits] [SCM] ruby-graphviz.git branch, master, updated. 2adc07620a441cd66a7f84320c567509deb854a5

Praveen Arimbrathodiyil praveen at debian.org
Mon Oct 29 13:46:46 UTC 2012


The following commit has been merged in the master branch:
commit 0556e97fff68bb873421410c6e399dba2d99825f
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Oct 29 18:52:29 2012 +0530

    update patch to remove rubygems require from tests

diff --git a/debian/patches/remove-rubygems-require.patch b/debian/patches/remove-rubygems-require.patch
index 309dc24..fa0c601 100644
--- a/debian/patches/remove-rubygems-require.patch
+++ b/debian/patches/remove-rubygems-require.patch
@@ -37,3 +37,12 @@ Last-Update: 2012-10-26
  begin
     require 'xml/xslt'
     XSLT_METHOD = :xml_xslt_transform
+--- a/test/support.rb
++++ b/test/support.rb
+@@ -1,4 +1,5 @@
+-require 'rubygems'
++# comment out require rubygems line
++# require 'rubygems'
+ require 'test/unit'
+ begin
+ require 'ruby-debug'

-- 
ruby-graphviz.git



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