[Pkg-db-devel] potential patch to db3?

Andreas Barth aba@not.so.argh.org
Tue, 11 May 2004 20:22:01 +0200


--TB36FDmn/VVEgNH/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi,

I tried to fix some bugs on db3. Please find attached a draft of a
patch; this needs -v3.2.9-19 as build parameter so that all bugs are
really closed.

About Bug 180379 (errno useless): I don't feel confident enough about
libdb* to be able to backport that fix, sorry.

If there are no issues with the patch, I'd like to do an upload.



Cheers,
Andi
-- 
   http://home.arcor.de/andreas-barth/
   PGP 1024/89FB5CE5  DC F1 85 6D A6 45 9C 0F  3B BE F1 D0 C5 D1 D9 0C

--TB36FDmn/VVEgNH/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-db3-3.2.9-20"

Binary files x/db3-3.2.9/debian/.changelog.swp and db3-3.2.9/debian/.changelog.swp differ
diff -Nur x/db3-3.2.9/debian/changelog db3-3.2.9/debian/changelog
--- x/db3-3.2.9/debian/changelog	Mon May 10 19:59:02 2004
+++ db3-3.2.9/debian/changelog	Tue May 11 20:15:13 2004
@@ -1,3 +1,13 @@
+db3 (3.2.9-20) unstable; urgency=low
+
+  * maintainer is now the Debian Berkeley DB Maintainers group.
+  * NMU approved.
+  * improved package description. Closes: #210083
+  * Add replace for moving /usr/lib/libdb_cxx.so. Closes: #202664
+  * move libdb3*-dev to libdevel.
+
+ -- Andreas Barth <aba@not.so.argh.org>  Tue, 11 May 2004 20:15:11 +0200
+
 db3 (3.2.9-19.1) unstable; urgency=low
 
   * NMU during BSP
diff -Nur x/db3-3.2.9/debian/control db3-3.2.9/debian/control
--- x/db3-3.2.9/debian/control	Mon May 10 19:59:02 2004
+++ db3-3.2.9/debian/control	Tue May 11 20:18:46 2004
@@ -1,7 +1,8 @@
 Source: db3
 Section: libs
 Priority: optional
-Maintainer: Matthew Wilcox <willy@debian.org>
+Maintainer: Debian Berkeley DB Maintainers <pkg-db-devel@lists.alioth.debian.org>
+Uploaders: Matthew Wilcox <willy@debian.org>, Clint Adams <schizo@debian.org>, Andreas Barth <aba@not.so.argh.org>
 Build-Depends: debhelper (>= 3.0.11), tcl8.3-dev, autoconf, automake, binutils (>= 2.11.90.0.7-1), procps [!hurd-i386], bsdutils [hurd-i386]
 Standards-Version: 3.5.8
 
@@ -11,7 +12,12 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: Berkeley v3 Database Utilities
- These are utilities that help you work with DB3 databases.
+ These are utilities that help you to use the Berkeley v3
+ database library.
+ .
+ The Berkeley Databases are one of the most common used databases. Please
+ see the respective db2, db4.0, db4.1 and db4.2 packages for other versions
+ of this package.
 
 Package: libdb3
 Section: libs
@@ -22,9 +28,13 @@
 Description: Berkeley v3 Database Libraries [runtime]
  This is the runtime package for programs that use the Berkeley v3
  database library.
+ .
+ The Berkeley Databases are one of the most common used databases. Please
+ see the respective db2, db4.0, db4.1 and db4.2 packages for other versions
+ of this package.
 
 Package: libdb3-dev
-Section: devel
+Section: libdevel
 Priority: optional
 Conflicts: libdb2-dev, libdb1-dev, libdb-dev
 Provides: libdb-dev
@@ -33,6 +43,10 @@
 Architecture: any
 Description: Berkeley v3 Database Libraries [development]
  This is the development package which contains headers and static
+ .
+ The Berkeley Databases are one of the most common used databases. Please
+ see the respective db2, db4.0, db4.1 and db4.2 packages for other versions
+ of this package.
  libraries for the Berkeley v3 database library.
 
 Package: db3-doc
@@ -41,6 +55,10 @@
 Architecture: all
 Description: Berkeley v3 Database Documentation [html]
  Complete documentation for all of DB3's APIs and utilities.
+ .
+ The Berkeley Databases are one of the most common used databases. Please
+ see the respective db2, db4.0, db4.1 and db4.2 packages for other versions
+ of this package.
 
 Package: libdb3++c102
 Section: libs
@@ -51,11 +69,16 @@
  This is the runtime package for programs that use the Berkeley v3
  database library.  This is only for programs which use the C++
  interface.
+ .
+ The Berkeley Databases are one of the most common used databases. Please
+ see the respective db2, db4.0, db4.1 and db4.2 packages for other versions
+ of this package.
 
 Package: libdb3++-dev
-Section: devel
+Section: libdevel
 Priority: optional
 Conflicts: libdb2++-dev, libdb++-dev
+Replaces: libdb3++c102
 Provides: libdb++-dev
 Architecture: any
 Depends: libdb3++c102 (= ${Source-Version}), libdb3-dev (= ${Source-Version})
@@ -63,6 +86,10 @@
  This is the development package which contains headers and static
  libraries for the Berkeley v3 database library. This is only for programs
  which will use the C++ interface.
+ .
+ The Berkeley Databases are one of the most common used databases. Please
+ see the respective db2, db4.0, db4.1 and db4.2 packages for other versions
+ of this package.
 
 Package: libdb3-tcl
 Section: interpreters
@@ -72,3 +99,7 @@
 Description: Berkeley v3 Database Libraries for TCL [module]
  This package provides a TCL module suitable accessing Berkeley v3
  databases from within TCL programs.
+ .
+ The Berkeley Databases are one of the most common used databases. Please
+ see the respective db2, db4.0, db4.1 and db4.2 packages for other versions
+ of this package.

--TB36FDmn/VVEgNH/--