[DRE-commits] r5609 - in tags/liblocale-rails-ruby: . 2.0.5-2/debian
Gunnar Wolf
gwolf at alioth.debian.org
Fri Jun 18 15:50:22 UTC 2010
Author: gwolf
Date: 2010-06-18 15:50:22 +0000 (Fri, 18 Jun 2010)
New Revision: 5609
Added:
tags/liblocale-rails-ruby/2.0.5-2/
tags/liblocale-rails-ruby/2.0.5-2/debian/changelog
tags/liblocale-rails-ruby/2.0.5-2/debian/control
Removed:
tags/liblocale-rails-ruby/2.0.5-2/debian/changelog
tags/liblocale-rails-ruby/2.0.5-2/debian/control
Log:
[svn-buildpackage] Tagging liblocale-rails-ruby 2.0.5-2
Deleted: tags/liblocale-rails-ruby/2.0.5-2/debian/changelog
===================================================================
--- trunk/liblocale-rails-ruby/debian/changelog 2010-06-18 11:40:10 UTC (rev 5607)
+++ tags/liblocale-rails-ruby/2.0.5-2/debian/changelog 2010-06-18 15:50:22 UTC (rev 5609)
@@ -1,5 +0,0 @@
-liblocale-rails-ruby (2.0.5-1) unstable; urgency=low
-
- * Initial upload (Closes: #580694)
-
- -- Gunnar Wolf <gwolf at debian.org> Sun, 06 Jun 2010 12:52:04 -0500
Copied: tags/liblocale-rails-ruby/2.0.5-2/debian/changelog (from rev 5608, trunk/liblocale-rails-ruby/debian/changelog)
===================================================================
--- tags/liblocale-rails-ruby/2.0.5-2/debian/changelog (rev 0)
+++ tags/liblocale-rails-ruby/2.0.5-2/debian/changelog 2010-06-18 15:50:22 UTC (rev 5609)
@@ -0,0 +1,12 @@
+liblocale-rails-ruby (2.0.5-2) unstable; urgency=low
+
+ * Missed declaring liblocale-rails-ruby dependency on liblocale-rails-
+ ruby1.8 (Closes: #585831)
+
+ -- Gunnar Wolf <gwolf at debian.org> Fri, 18 Jun 2010 10:47:13 -0500
+
+liblocale-rails-ruby (2.0.5-1) unstable; urgency=low
+
+ * Initial upload (Closes: #580694)
+
+ -- Gunnar Wolf <gwolf at debian.org> Sun, 06 Jun 2010 12:52:04 -0500
Deleted: tags/liblocale-rails-ruby/2.0.5-2/debian/control
===================================================================
--- trunk/liblocale-rails-ruby/debian/control 2010-06-18 11:40:10 UTC (rev 5607)
+++ tags/liblocale-rails-ruby/2.0.5-2/debian/control 2010-06-18 15:50:22 UTC (rev 5609)
@@ -1,48 +0,0 @@
-Source: liblocale-rails-ruby
-Section: ruby
-Priority: optional
-Maintainer: Gunnar Wolf <gwolf at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.17)
-Build-Depends-Indep: ruby1.8
-Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/liblocale-rails-ruby/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/liblocale-rails-ruby/
-Standards-Version: 3.8.4
-Homepage: http://www.yotabanana.com/hiki/ruby-locale-rails.html
-
-Package: liblocale-rails-ruby
-Architecture: all
-Depends: ${misc:Depends}
-Description: Pure ruby library with basic functions for Rails localization
- This library supports Rails i18n, and has the following features:
- .
- * Auto-Detect the client locale
- * Detect candidate locales from supported locales by the application.
- * Localized Routes
- * Localized Action/Fragment cache
- * Localized view template files
- * I18n.t fallback to localized message candidates.
- .
- Applications can use this library with your preferred i18n backends
- which don't have above features.
- .
- This is a dummy package depending on the library for the current default
- version of Ruby.
-
-Package: liblocale-rails-ruby1.8
-Architecture: all
-Depends: ruby1.8, rails (>= 2.3.2), ${misc:Depends}
-Description: Pure ruby library with basic functions for Rails localization
- This library supports Rails i18n, and has the following features:
- .
- * Auto-Detect the client locale
- * Detect candidate locales from supported locales by the application.
- * Localized Routes
- * Localized Action/Fragment cache
- * Localized view template files
- * I18n.t fallback to localized message candidates.
- .
- Applications can use this library with your preferred i18n backends
- which don't have above features.
- .
- This package is built for ruby 1.8.
Copied: tags/liblocale-rails-ruby/2.0.5-2/debian/control (from rev 5608, trunk/liblocale-rails-ruby/debian/control)
===================================================================
--- tags/liblocale-rails-ruby/2.0.5-2/debian/control (rev 0)
+++ tags/liblocale-rails-ruby/2.0.5-2/debian/control 2010-06-18 15:50:22 UTC (rev 5609)
@@ -0,0 +1,48 @@
+Source: liblocale-rails-ruby
+Section: ruby
+Priority: optional
+Maintainer: Gunnar Wolf <gwolf at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.17)
+Build-Depends-Indep: ruby1.8
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/liblocale-rails-ruby/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/liblocale-rails-ruby/
+Standards-Version: 3.8.4
+Homepage: http://www.yotabanana.com/hiki/ruby-locale-rails.html
+
+Package: liblocale-rails-ruby
+Architecture: all
+Depends: ${misc:Depends}, liblocale-rails-ruby1.8
+Description: Pure ruby library with basic functions for Rails localization
+ This library supports Rails i18n, and has the following features:
+ .
+ * Auto-Detect the client locale
+ * Detect candidate locales from supported locales by the application.
+ * Localized Routes
+ * Localized Action/Fragment cache
+ * Localized view template files
+ * I18n.t fallback to localized message candidates.
+ .
+ Applications can use this library with your preferred i18n backends
+ which don't have above features.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: liblocale-rails-ruby1.8
+Architecture: all
+Depends: ruby1.8, rails (>= 2.3.2), ${misc:Depends}
+Description: Pure ruby library with basic functions for Rails localization
+ This library supports Rails i18n, and has the following features:
+ .
+ * Auto-Detect the client locale
+ * Detect candidate locales from supported locales by the application.
+ * Localized Routes
+ * Localized Action/Fragment cache
+ * Localized view template files
+ * I18n.t fallback to localized message candidates.
+ .
+ Applications can use this library with your preferred i18n backends
+ which don't have above features.
+ .
+ This package is built for ruby 1.8.
More information about the Pkg-ruby-extras-commits
mailing list