[DRE-commits] [SCM] ruby-activeldap.git branch, master, updated. upstream/1.2.4-3-g684475c

=?UTF-8?Q?Marc=20Dequ=C3=A8nes=20?=(Duck) Duck at DuckCorp.org
Wed Jul 27 22:13:45 UTC 2011


The following commit has been merged in the master branch:
commit 684475ce344f7b9769c367d3b5ad16230e747afe
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date:   Thu Jul 28 00:04:10 2011 +0200

    [fix] forgot transition packages

diff --git a/debian/control b/debian/control
index 713d76c..00f0c97 100644
--- a/debian/control
+++ b/debian/control
@@ -18,9 +18,9 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 # activerecord (~> 2.3.11), locale (= 2.0.5), fast_gettext (= 0.5.8), gettext_i18n_rails (= 0.2.2), rubyforge (>= 2.0.4, development), hoe (>= 2.6.1, development)
 Depends: ${misc:Depends}, ruby | ruby-interpreter, libldap-ruby1.8 (>= 0.8.2), ruby-activesupport-2.3 (>= 2.3.5), ruby-activerecord-2.3 (>= 2.3.5), liblocale-ruby1.8 (>= 2.0.5), libgettext-activerecord-ruby (>= 2.1.0)
+Replaces: libactiveldap-ruby (<< 1.2.4-1~), libactiveldap-ruby1.8 (<< 1.2.4-1~)
+Breaks: libactiveldap-ruby (<< 1.2.4-1~), libactiveldap-ruby1.8 (<< 1.2.4-1~)
 Provides: libactiveldap-ruby, libactiveldap-ruby1.8
-Breaks: libactiveldap-ruby, libactiveldap-ruby1.8
-Replaces: libactiveldap-ruby, libactiveldap-ruby1.8
 Suggests: ruby-log4r (>= 1.0.4)
 Description: ActiveLdap is a object-oriented API to LDAP
  'ActiveLdap' is a ruby extension library which provides a clean
@@ -33,10 +33,34 @@ Package: ruby-activeldap-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
+Replaces: libactiveldap-ruby-doc (<< 1.2.4-1~)
+Breaks: libactiveldap-ruby-doc (<< 1.2.4-1~)
 Provides: libactiveldap-ruby-doc
-Breaks: libactiveldap-ruby-doc
-Replaces: libactiveldap-ruby-doc
 Suggests: doc-base
 Description: ActiveLdap is a object-oriented API to LDAP -- API documentation
  This is the Rdoc-generated documentation for ActiveLdap API.
 
+Package: libactiveldap-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-activeldap
+Description: Transitional package for ruby-activeldap
+ This is a transitional package to ease upgrades to the ruby-activeldap
+ package. It can safely be removed.
+
+Package: libactiveldap-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-activeldap-doc
+Description: Transitional package for ruby-activeldap
+ This is a transitional package to ease upgrades to the ruby-activeldap
+ package. It can safely be removed.
+
+Package: libactiveldap-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-activeldap
+Description: Transitional package for ruby-activeldap
+ This is a transitional package to ease upgrades to the ruby-activeldap
+ package. It can safely be removed.
+

-- 
ruby-activeldap.git



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