[DRE-commits] [SCM] ruby-bdb.git branch, debian-sid, updated. debian/0.6.5-1-14-ge3b5802

Ondřej Surý ondrej at sury.org
Wed May 25 12:39:08 UTC 2011


The following commit has been merged in the debian-sid branch:
commit 9b39abaa0eb8096855ae07505f0d31957ea930b1
Author: Ondřej Surý <ondrej at sury.org>
Date:   Wed May 25 10:15:54 2011 +0200

    Merge libdb-ruby control and add transitional package for libdb-ruby1.8

diff --git a/debian/control b/debian/control
index a07f358..f74c3d8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,67 @@ Source: ruby-bdb
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Ondřej Surý <ondrej at debian.org>
+Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>, Michael Schutte <m.schutte.jr at gmail.com>, Gunnar Wolf <gwolf at debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~)
-Standards-Version: 3.9.1
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bdb.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-bdb.git;a=summary
-Homepage: FIXME
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3~), libdb-dev
+Standards-Version: 3.9.2
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-bdb.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-bdb.git;a=summary
+Homepage: https://rubyforge.org/projects/bdb/
 XS-Ruby-Versions: all
 
 Package: ruby-bdb
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: FIXME
- <insert long description, indented with spaces>
+Conflicts: libdb4.2-ruby1.8 (<< 0.6.4-1), libdb4.3-ruby1.8 (<< 0.6.4-1), libdb4.4-ruby1.8 (<< 0.6.4-1), libdb-ruby1.8 (<< 0.6.5-7)
+Replaces: libdb4.2-ruby1.8 (<< 0.6.4-1), libdb4.3-ruby1.8 (<< 0.6.4-1), libdb4.4-ruby1.8 (<< 0.6.4-1), libdb-ruby1.8 (<< 0.6.5-7)
+Provides: libdb4.2-ruby1.8, libdb4.3-ruby1.8, libdb4.4-ruby1.8, libdb-ruby1.8
+Description: Interface to Berkeley DB for Ruby 1.8
+ BDB is an interface to the Berkeley database library.
+ .
+ This package provides BDB linked to the default Debian libdb version.
+
+Package: libdb4.2-ruby1.8
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ruby-bdb
+Section: oldlibs
+Description: transitional package for ruby-bdb
+ BDB is an interface to the Berkeley database library.
+ .
+ This is a dummy transitional package to enable the move to a new
+ package name.  It can be safely removed from your system.
+
+Package: libdb4.3-ruby1.8
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ruby-bdb
+Section: oldlibs
+Description: transitional package for ruby-bdb
+ BDB is an interface to the Berkeley database library.
+ .
+ This is a dummy transitional package to enable the move to a new
+ package name.  It can be safely removed from your system.
+
+Package: libdb4.4-ruby1.8
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ruby-bdb
+Section: oldlibs
+Description: transitional package for ruby-bdb
+ BDB is an interface to the Berkeley database library.
+ .
+ This is a dummy transitional package to enable the move to a new
+ package name.  It can be safely removed from your system.
+
+Package: libdb-ruby1.8
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ruby-bdb
+Section: oldlibs
+Description: transitional package for ruby-bdb
+ BDB is an interface to the Berkeley database library.
+ .
+ This is a dummy transitional package to enable the move to a new
+ package name.  It can be safely removed from your system.

-- 
ruby-bdb.git



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