[DRE-commits] [SCM] ruby-addressable.git branch, master, updated. upstream/2.2.6-20-gf09bbea

Cédric Boutillier cedric.boutillier at gmail.com
Fri Jun 29 19:35:27 UTC 2012


The following commit has been merged in the master branch:
commit ad258cbb9db7397c458b5269fea3f5969bb44ccc
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Fri Jun 29 05:57:17 2012 +0200

    add debian/patch/remove_rubygems_stuff.patch; add unapply-patches in d/s/local-options

diff --git a/debian/patches/remove_rubygems_stuff.patch b/debian/patches/remove_rubygems_stuff.patch
new file mode 100644
index 0000000..0912ec4
--- /dev/null
+++ b/debian/patches/remove_rubygems_stuff.patch
@@ -0,0 +1,15 @@
+Description: Remove the use of rubygems in spec files
+Origin: vendor
+Last-Update: 2012-06-29
+
+--- a/spec/addressable/idna_spec.rb
++++ b/spec/addressable/idna_spec.rb
+@@ -15,7 +15,7 @@
+ 
+ 
+ # Have to use RubyGems to load the idn gem.
+-require "rubygems"
++#require "rubygems"
+ 
+ require "addressable/idna"
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..6df1802
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove_rubygems_stuff.patch
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-addressable.git



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