[DRE-commits] r2990 - packages/libdb-ruby/trunk/debian

michi-guest at alioth.debian.org michi-guest at alioth.debian.org
Sat Sep 13 10:15:28 UTC 2008


Author: michi-guest
Date: 2008-09-13 10:15:27 +0000 (Sat, 13 Sep 2008)
New Revision: 2990

Modified:
   packages/libdb-ruby/trunk/debian/changelog
   packages/libdb-ruby/trunk/debian/control
   packages/libdb-ruby/trunk/debian/rules
Log:
[libdb-ruby] Transitional packages, closes: #498700


Modified: packages/libdb-ruby/trunk/debian/changelog
===================================================================
--- packages/libdb-ruby/trunk/debian/changelog	2008-09-12 18:51:09 UTC (rev 2989)
+++ packages/libdb-ruby/trunk/debian/changelog	2008-09-13 10:15:27 UTC (rev 2990)
@@ -1,8 +1,12 @@
-libdb-ruby (0.6.5-2) UNRELEASED; urgency=low
+libdb-ruby (0.6.5-2) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * Provide transitional packages libdb4.[234]-ruby1.[89] to provide a working
+    upgrade path from Etch to Lenny, closes: #498700.
+  * Deprecated syntax in debian/control: Build-depend on debhelper (>= 5)
+    instead of debhelper (> 5).
+  * Add myself to Uploaders.
 
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Wed, 23 Jul 2008 15:03:31 +0200
+ -- Michael Schutte <m.schutte.jr at gmail.com>  Sat, 13 Sep 2008 12:13:33 +0200
 
 libdb-ruby (0.6.5-1) unstable; urgency=low
 

Modified: packages/libdb-ruby/trunk/debian/control
===================================================================
--- packages/libdb-ruby/trunk/debian/control	2008-09-12 18:51:09 UTC (rev 2989)
+++ packages/libdb-ruby/trunk/debian/control	2008-09-13 10:15:27 UTC (rev 2990)
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Build-Depends: debhelper (> 5), libdb-dev, ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev, cdbs, ruby-pkg-tools (>= 0.14)
+Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>, Michael Schutte <m.schutte.jr at gmail.com>
+Build-Depends: debhelper (>= 5), libdb-dev, ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev, cdbs, ruby-pkg-tools (>= 0.14)
 Standards-Version: 3.8.0
 Homepage: http://moulon.inra.fr/ruby/bdb.html
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-ruby-extras/packages/libdb-ruby/
@@ -12,8 +12,8 @@
 Package: libdb-ruby1.8
 Architecture: any
 Depends: ${shlibs:Depends} ${misc:Depends}
-Conflicts: libdb4.2-ruby1.8, libdb4.3-ruby1.8, libdb4.4-ruby1.8
-Replaces: libdb4.2-ruby1.8, libdb4.3-ruby1.8, libdb4.4-ruby1.8
+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)
+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)
 Provides: libdb4.2-ruby1.8, libdb4.3-ruby1.8, libdb4.4-ruby1.8
 Description: Interface to Berkeley DB for Ruby 1.8
  BDB is an interface to the Berkeley database library.
@@ -23,7 +23,60 @@
 Package: libdb-ruby1.9
 Architecture: any
 Depends: ${shlibs:Depends} ${misc:Depends}
+Conflicts: libdb4.2-ruby1.9 (< 0.6.4-1), libdb4.3-ruby1.9 (< 0.6.4-1)
+Replaces: libdb4.2-ruby1.9 (< 0.6.4-1), libdb4.3-ruby1.9 (< 0.6.4-1)
+Provides: libdb4.2-ruby1.9, libdb4.3-ruby1.9
 Description: Interface to Berkeley DB for Ruby 1.9
  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
+Depends: libdb-ruby1.8 (>= 0.6.5-2)
+Section: oldlibs
+Description: transitional package for libdb-ruby1.8
+ 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
+Depends: libdb-ruby1.8 (>= 0.6.5-2)
+Section: oldlibs
+Description: transitional package for libdb-ruby1.8
+ 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
+Depends: libdb-ruby1.8 (>= 0.6.5-2)
+Section: oldlibs
+Description: transitional package for libdb-ruby1.8
+ 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.2-ruby1.9
+Architecture: all
+Depends: libdb-ruby1.9 (>= 0.6.5-2)
+Section: oldlibs
+Description: transitional package for libdb-ruby1.9
+ 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.9
+Architecture: all
+Depends: libdb-ruby1.9 (>= 0.6.5-2)
+Section: oldlibs
+Description: transitional package for libdb-ruby1.9
+ 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.

Modified: packages/libdb-ruby/trunk/debian/rules
===================================================================
--- packages/libdb-ruby/trunk/debian/rules	2008-09-12 18:51:09 UTC (rev 2989)
+++ packages/libdb-ruby/trunk/debian/rules	2008-09-13 10:15:27 UTC (rev 2990)
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+# libdb4.?-ruby* are transitional packages
+override LIB_PACKAGE_FILTER = libdb-ruby%
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-common.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk




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