[DRE-commits] [SCM] ruby-gettext-rails.git branch, master, updated. upstream/2.1.0-3-ga2d3e2c

Gunnar Wolf gwolf at gwolf.org
Fri Sep 2 11:33:14 UTC 2011


The following commit has been merged in the master branch:
commit a2d3e2cab26afa8f6ae50406d94b3ba624e85ca0
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Fri Sep 2 06:27:36 2011 -0500

    Transitional packages, versioning stuff

diff --git a/debian/changelog b/debian/changelog
index cc29c64..3dd337d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-gettext-rails (2.1.0-1) unstable; urgency=low
+ruby-gettext-rails (2.1.0-2) unstable; urgency=low
 
   * Repackaged using the gem2deb infrastructure; packaged renamed
     following current policy
diff --git a/debian/control b/debian/control
index 1a11dd9..65e42ff 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,9 @@ Package: ruby-gettext-rails
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rails (>= 2.3.2), ruby-locale-rails (>= 2.0.5), ruby-gettext-activerecord (>= 2.1.0)
+Replaces: libgettext-rails-ruby (<< 2.1.0-2~), libgettext-rails-ruby-doc (<< 2.1.0-2~), libgettext-rails-ruby1.8 (<< 2.1.0-2~)
+Breaks: libgettext-rails-ruby (<< 2.1.0-2~), libgettext-rails-ruby-doc (<< 2.1.0-2~), libgettext-rails-ruby1.8 (<< 2.1.0-2~)
+Provides: libgettext-rails-ruby, libgettext-rails-ruby-doc, libgettext-rails-ruby1.8
 Description: Gettext support for Rails >= 2.3
  This package provides the localization for Ruby on Rails-2.3 or later
  using Ruby-GetText package. Its main features include:
@@ -26,3 +29,28 @@ Description: Gettext support for Rails >= 2.3
   * Works with other Rails I18n backends.
     * Note that gettext_rails is not the official Rails I18n backend.
   * Thread safe.
+
+# Transitional packages
+Package: libgettext-rails-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-gettext-rails
+Description: Transitional package for ruby-gettext-rails
+ This is a transitional package to ease upgrades to the ruby-gettext-rails
+ package. It can safely be removed.
+
+Package: libgettext-rails-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-gettext-rails
+Description: Transitional package for ruby-gettext-rails
+ This is a transitional package to ease upgrades to the ruby-gettext-rails
+ package. It can safely be removed.
+
+Package: libgettext-rails-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-gettext-rails
+Description: Transitional package for ruby-gettext-rails
+ This is a transitional package to ease upgrades to the ruby-gettext-rails
+ package. It can safely be removed.
diff --git a/debian/ruby-gettext-rails.lintian-overrides b/debian/ruby-gettext-rails.lintian-overrides
new file mode 100644
index 0000000..eb58f18
--- /dev/null
+++ b/debian/ruby-gettext-rails.lintian-overrides
@@ -0,0 +1,3 @@
+# The example files ship with prototype.js. We override the fact as it
+# is in /usr/share/doc and we don't want to depend on libjs-prototype
+ruby-gettext-rails: embedded-javascript-library

-- 
ruby-gettext-rails.git



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