[DRE-commits] r4543 - trunk/libdb-ruby/debian

Lucas Nussbaum lucas at alioth.debian.org
Tue Jan 19 07:41:18 UTC 2010


Author: lucas
Date: 2010-01-19 07:41:17 +0000 (Tue, 19 Jan 2010)
New Revision: 4543

Removed:
   trunk/libdb-ruby/debian/libdb-ruby1.9.docs
Modified:
   trunk/libdb-ruby/debian/changelog
   trunk/libdb-ruby/debian/control
   trunk/libdb-ruby/debian/rules
Log:
prepare and upload libdb-ruby 0.6.5-6. drop ruby1.9 package.

Modified: trunk/libdb-ruby/debian/changelog
===================================================================
--- trunk/libdb-ruby/debian/changelog	2010-01-19 04:44:02 UTC (rev 4542)
+++ trunk/libdb-ruby/debian/changelog	2010-01-19 07:41:17 UTC (rev 4543)
@@ -1,3 +1,10 @@
+libdb-ruby (0.6.5-6) unstable; urgency=low
+
+  * Drop Ruby 1.9 packages completely, since the test suite crashes (also with
+    1.9.1). Closes: #565829.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Tue, 19 Jan 2010 16:39:04 +1300
+
 libdb-ruby (0.6.5-5) unstable; urgency=low
 
   * debian/patches/dont-check-patch-level.patch: ignore patch level when

Modified: trunk/libdb-ruby/debian/control
===================================================================
--- trunk/libdb-ruby/debian/control	2010-01-19 04:44:02 UTC (rev 4542)
+++ trunk/libdb-ruby/debian/control	2010-01-19 07:41:17 UTC (rev 4543)
@@ -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>, Michael Schutte <m.schutte.jr at gmail.com>, Gunnar Wolf <gwolf at debian.org>, Antonio Terceiro <terceiro at softwarelivre.org>
-Build-Depends: debhelper (>= 5), libdb-dev, ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev, cdbs, ruby-pkg-tools (>= 0.14)
+Build-Depends: debhelper (>= 5), libdb-dev, ruby1.8, ruby1.8-dev, cdbs, ruby-pkg-tools (>= 0.17)
 Standards-Version: 3.8.3
 Homepage: http://moulon.inra.fr/ruby/bdb.html
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libdb-ruby/
@@ -21,17 +21,6 @@
  .
  This package provides BDB linked to the default Debian libdb version.
 
-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
 Priority: extra
@@ -64,25 +53,3 @@
  .
  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
-Priority: extra
-Depends: ${misc: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
-Priority: extra
-Depends: ${misc: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.

Deleted: trunk/libdb-ruby/debian/libdb-ruby1.9.docs
===================================================================
--- trunk/libdb-ruby/debian/libdb-ruby1.9.docs	2010-01-19 04:44:02 UTC (rev 4542)
+++ trunk/libdb-ruby/debian/libdb-ruby1.9.docs	2010-01-19 07:41:17 UTC (rev 4543)
@@ -1,2 +0,0 @@
-bdb.html
-examples

Modified: trunk/libdb-ruby/debian/rules
===================================================================
--- trunk/libdb-ruby/debian/rules	2010-01-19 04:44:02 UTC (rev 4542)
+++ trunk/libdb-ruby/debian/rules	2010-01-19 07:41:17 UTC (rev 4543)
@@ -13,3 +13,5 @@
 install/libdb-ruby1.8::
 	make test
 
+#install/libdb-ruby1.9.1::
+#	make test




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