[DRE-commits] [SCM] ruby-dataobjects-sqlite3.git branch, master, updated. upstream/0.10.7-6-g2f25aa4

Cédric Boutillier cedric.boutillier at gmail.com
Mon Oct 24 21:08:03 UTC 2011


The following commit has been merged in the master branch:
commit 2f25aa47eda472d7e227d7c08f62849d80f90100
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Mon Oct 24 15:13:04 2011 +0200

    remove requirement on rubygems in specs

diff --git a/debian/patches/0010_remove_rubyspecs_from_specs.patch b/debian/patches/0010_remove_rubyspecs_from_specs.patch
new file mode 100644
index 0000000..a0acb36
--- /dev/null
+++ b/debian/patches/0010_remove_rubyspecs_from_specs.patch
@@ -0,0 +1,14 @@
+Description: remove requirement on rubygems in spec_helper
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-10-23
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,7 +1,6 @@
+ $TESTING=true
+ JRUBY = RUBY_PLATFORM =~ /java/
+ 
+-require 'rubygems'
+ require 'rspec'
+ require 'date'
+ require 'ostruct'
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..18b925e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0010_remove_rubyspecs_from_specs.patch
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-dataobjects-sqlite3.git



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