[DRE-commits] [ruby-i18n] 05/05: added patch for missing set from upstream

Jonas Genannt jonas at brachium-system.net
Tue Jul 29 19:26:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

hggh-guest pushed a commit to branch master
in repository ruby-i18n.

commit fe643e802900baafcbddae4007bae079492733fa
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Tue Jul 29 21:23:26 2014 +0200

    added patch for missing set from upstream
---
 debian/patches/i18n_set.patch | 22 ++++++++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/i18n_set.patch b/debian/patches/i18n_set.patch
new file mode 100644
index 0000000..35f23b6
--- /dev/null
+++ b/debian/patches/i18n_set.patch
@@ -0,0 +1,22 @@
+Author: Carlos Antonio da Silva <carlosantoniodasilva at gmail.com>
+Description: [PATCH] Require missing set file. Closes #270
+Origin: https://github.com/svenfuchs/i18n/commit/05428e594281305bf24f3e68122ef38ab64a0294
+
+
+---
+ lib/i18n/config.rb | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/lib/i18n/config.rb b/lib/i18n/config.rb
+index f0bb45b..d39b199 100644
+--- a/lib/i18n/config.rb
++++ b/lib/i18n/config.rb
+@@ -1,3 +1,5 @@
++require 'set'
++
+ module I18n
+   class Config
+     # The only configuration value that is not global and scoped to thread is :locale.
+-- 
+2.0.3
+
diff --git a/debian/patches/series b/debian/patches/series
index 88e9474..b8eaff2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 strip_bundler.patch
+i18n_set.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-i18n.git



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