[DRE-commits] [SCM] ruby-dataobjects.git branch, master, updated. upstream/0.10.6-15-g9c78a60

Cédric Boutillier cedric.boutillier at gmail.com
Tue Oct 18 13:20:29 UTC 2011


The following commit has been merged in the master branch:
commit c9f2868af14cd842249fecc6d9aa808debbc4daf
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sun Oct 16 23:01:41 2011 +0200

    add patch to remove requirement on rubygems in specs

diff --git a/debian/patches/0010_remove_rubygems_from_specs.patch b/debian/patches/0010_remove_rubygems_from_specs.patch
new file mode 100644
index 0000000..304ad7f
--- /dev/null
+++ b/debian/patches/0010_remove_rubygems_from_specs.patch
@@ -0,0 +1,11 @@
+Description: remove requirement on rubygems in spec_helper
+Author: Cédric Boutillier <cedric.boutillier at gmail.com>
+Last-Update: 2011-10-16
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -1,4 +1,3 @@
+-require 'rubygems'
+ require 'data_objects'
+ require 'rspec'
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5cacb40
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0010_remove_rubygems_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.git



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