[DRE-commits] r5988 - trunk/redmine/debian/patches
Jérémy Lal
kapouer-guest at alioth.debian.org
Thu Dec 23 22:19:50 UTC 2010
Author: kapouer-guest
Date: 2010-12-23 22:19:49 +0000 (Thu, 23 Dec 2010)
New Revision: 5988
Added:
trunk/redmine/debian/patches/i18n_0.4.1.patch
Modified:
trunk/redmine/debian/patches/series
Log:
libi18n-ruby is at version 0.4.1 in debian
Added: trunk/redmine/debian/patches/i18n_0.4.1.patch
===================================================================
--- trunk/redmine/debian/patches/i18n_0.4.1.patch (rev 0)
+++ trunk/redmine/debian/patches/i18n_0.4.1.patch 2010-12-23 22:19:49 UTC (rev 5988)
@@ -0,0 +1,14 @@
+--- a/config/boot.rb
++++ b/config/boot.rb
+@@ -112,9 +112,9 @@
+ # Plugins will have to migrate to the new syntax for 1.2.0
+ require 'rubygems'
+ begin
+- gem 'i18n', '0.4.2'
++ gem 'i18n', '0.4.1'
+ rescue Gem::LoadError => load_error
+- $stderr.puts %(Missing the i18n 0.4.2 gem. Please `gem install -v=0.4.2 i18n`)
++ $stderr.puts %(Missing the i18n 0.4.1 gem. Please `gem install -v=0.4.1 i18n`)
+ exit 1
+ end
+
Modified: trunk/redmine/debian/patches/series
===================================================================
--- trunk/redmine/debian/patches/series 2010-12-23 20:13:54 UTC (rev 5987)
+++ trunk/redmine/debian/patches/series 2010-12-23 22:19:49 UTC (rev 5988)
@@ -7,3 +7,4 @@
disable-deprecations.patch
mysql_create_table_utf8.patch
thin_x_debian_siteid.patch
+i18n_0.4.1.patch
More information about the Pkg-ruby-extras-commits
mailing list