[DRE-commits] r5981 - in trunk/redmine/debian: . patches

Jérémy Lal kapouer-guest at alioth.debian.org
Sun Nov 28 19:08:30 UTC 2010


Author: kapouer-guest
Date: 2010-11-28 19:08:26 +0000 (Sun, 28 Nov 2010)
New Revision: 5981

Modified:
   trunk/redmine/debian/changelog
   trunk/redmine/debian/patches/disable-deprecations.patch
Log:
Upstream update, refreshed patches.

Modified: trunk/redmine/debian/changelog
===================================================================
--- trunk/redmine/debian/changelog	2010-11-24 15:43:45 UTC (rev 5980)
+++ trunk/redmine/debian/changelog	2010-11-28 19:08:26 UTC (rev 5981)
@@ -1,3 +1,9 @@
+redmine (1.0.4-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Jérémy Lal <kapouer at melix.org>  Sun, 28 Nov 2010 19:38:34 +0100
+
 redmine (1.0.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/redmine/debian/patches/disable-deprecations.patch
===================================================================
--- trunk/redmine/debian/patches/disable-deprecations.patch	2010-11-24 15:43:45 UTC (rev 5980)
+++ trunk/redmine/debian/patches/disable-deprecations.patch	2010-11-28 19:08:26 UTC (rev 5981)
@@ -20,7 +20,7 @@
 +++ b/config/initializers/10-patches.rb
 @@ -89,7 +89,7 @@
      module Base
-       def warn_syntax_deprecation!
+       def warn_syntax_deprecation!(*args)
          return if @skip_syntax_deprecation
 -        warn "The {{key}} interpolation syntax in I18n messages is deprecated. Please use %{key} instead.\nDowngrade your i18n gem to 0.3.7 (everything above must be deinstalled) to remove this warning, see http://www.redmine.org/issues/5608 for more information."
 +        #warn "The {{key}} interpolation syntax in I18n messages is deprecated. Please use %{key} instead.\nDowngrade your i18n gem to 0.3.7 (everything above must be deinstalled) to remove this warning, see http://www.redmine.org/issues/5608 for more information."




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