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

lucas at alioth.debian.org lucas at alioth.debian.org
Mon Jun 16 16:19:48 UTC 2008


Author: lucas
Date: 2008-06-16 16:19:47 +0000 (Mon, 16 Jun 2008)
New Revision: 2804

Added:
   packages/libdb-ruby/trunk/debian/libdb-ruby1.9.docs
Modified:
   packages/libdb-ruby/trunk/debian/changelog
   packages/libdb-ruby/trunk/debian/control
Log:
update changelog, add package for ruby1.9, add docs

Modified: packages/libdb-ruby/trunk/debian/changelog
===================================================================
--- packages/libdb-ruby/trunk/debian/changelog	2008-06-16 15:47:09 UTC (rev 2803)
+++ packages/libdb-ruby/trunk/debian/changelog	2008-06-16 16:19:47 UTC (rev 2804)
@@ -1,5 +1,9 @@
-libdb-ruby (0.6.4-1) UNRELEASED; urgency=low
+libdb-ruby (0.6.4-1) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * Initial release (Closes: #463597).
+  * Conflicts, Replaces and Provides with the previous versions of
+    libdb*-ruby, as this package is intended as a replacement.
+  * Switch to ruby-pkg-tools and the extconf.rb class. Run tests during
+    build.
 
  -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 18 Dec 2007 13:53:40 +0100

Modified: packages/libdb-ruby/trunk/debian/control
===================================================================
--- packages/libdb-ruby/trunk/debian/control	2008-06-16 15:47:09 UTC (rev 2803)
+++ packages/libdb-ruby/trunk/debian/control	2008-06-16 16:19:47 UTC (rev 2804)
@@ -3,7 +3,7 @@
 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-dev, cdbs, ruby-pkg-tools (>= 0.8)
+Build-Depends: debhelper (> 5), libdb-dev, ruby1.8-dev, 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,18 @@
 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
+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 Berkeley DB, distributed by Sleepycat
- (http://www.sleepycat.com/).
+ BDB is an interface to the Berkeley database library.
  .
  This package provides BDB linked to the default Debian libdb version.
+
+Package: libdb-ruby1.9
+Architecture: any
+Depends: ${shlibs:Depends} ${misc:Depends}
+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.

Added: packages/libdb-ruby/trunk/debian/libdb-ruby1.9.docs
===================================================================
--- packages/libdb-ruby/trunk/debian/libdb-ruby1.9.docs	                        (rev 0)
+++ packages/libdb-ruby/trunk/debian/libdb-ruby1.9.docs	2008-06-16 16:19:47 UTC (rev 2804)
@@ -0,0 +1,2 @@
+bdb.html
+examples




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