[DRE-commits] [SCM] ruby-dataobjects.git branch, master, updated. upstream/0.10.6-15-g9c78a60

Cédric Boutillier cedric.boutillier at gmail.com
Tue Oct 18 13:20:29 UTC 2011


The following commit has been merged in the master branch:
commit 2ebb706a7a3d28be8119d0ee203e027f7ff980d4
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sun Oct 16 22:58:51 2011 +0200

    dependencies and description of transitional packages
    
    ... and add myself as an uploader

diff --git a/debian/control b/debian/control
index 7352481..68945e7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: ruby-dataobjects
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Deepak Tripathi <deepak at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3)
+Uploaders: Deepak Tripathi <deepak at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3), ruby-addressable (>= 2.1), ruby-rspec (>=2.5)
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-dataobjects.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-dataobjects.git;a=summary
@@ -13,9 +13,9 @@ XS-Ruby-Versions: all
 Package: ruby-dataobjects
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
-	  ruby-addressable (~> 2.1), ruby-rspec (~> 2.5)
-Replaces: libdataobjects-ruby (<< 0.10.2-2~), libdataobjects-ruby1.8 (<< 0.10.2-2~), libdataobjects-ruby1.9.1 (<< 0.10.2-2~) 
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-addressable (>= 2.1)
+Replaces: libdataobjects-ruby (<< 0.10.2-2~), libdataobjects-ruby1.8 (<< 0.10.2-2~), libdataobjects-ruby1.9.1 (<< 0.10.2-2~)
+Breaks: libdataobjects-ruby (<< 0.10.2-2~), libdataobjects-ruby1.8 (<< 0.10.2-2~), libdataobjects-ruby1.9.1 (<< 0.10.2-2~)
 Provides: libdataobjects-ruby, libdataobjects-ruby1.8, libdataobjects-ruby1.9.1
 Description: Rewrite Ruby database drivers to conform to a single interface
  The purpose of DO.rb is to rewrite existing Ruby database drivers to
@@ -26,25 +26,22 @@ Package: libdataobjects-ruby
 Section: oldlibs
 Architecture: all 
 Depends: ruby-dataobjects, ${misc:Depends}
-Description: Rewrite Ruby database drivers to conform to a single interface
- The purpose of DO.rb is to rewrite existing Ruby database drivers to
- conform to a single interface. At present, PostgreSQL, MySQL, and
- SQLite adapters are available (as separate packages).
+Description: Transitional package to ruby-dataobjects
+ This is a transitional package to ease upgrades to the ruby-dataobjects
+ package. It can be safely removed.
 
 Package: libdataobjects-ruby1.8
 Section: oldlibs
 Architecture: all 
 Depends: ruby-dataobjects, ${misc:Depends}
-Description: Rewrite Ruby database drivers to conform to a single interface
- The purpose of DO.rb is to rewrite existing Ruby database drivers to
- conform to a single interface. At present, PostgreSQL, MySQL, and
- SQLite adapters are available (as separate packages).
+Description: Transitional package to ruby-dataobjects
+ This is a transitional package to ease upgrades to the ruby-dataobjects
+ package. It can be safely removed.
 
 Package: libdataobjects-ruby1.9.1
 Section: oldlibs
 Architecture: all 
 Depends: ruby-dataobjects, ${misc:Depends}
-Description: Rewrite Ruby database drivers to conform to a single interface
- The purpose of DO.rb is to rewrite existing Ruby database drivers to
- conform to a single interface. At present, PostgreSQL, MySQL, and
- SQLite adapters are available (as separate packages).
+Description: Transitional package to ruby-dataobjects
+ This is a transitional package to ease upgrades to the ruby-dataobjects
+ package. It can be safely removed.

-- 
ruby-dataobjects.git



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