[ubuntu/oneiric] db 5.1.25-10 (Accepted)

Ubuntu Installer archive at ubuntu.com
Mon May 2 13:14:04 UTC 2011


db (5.1.25-10) unstable; urgency=low

  * Drop dependency on ca-certificates-java, it didn't work for non
    openjdk platforms anyway

db (5.1.25-9) unstable; urgency=low

  * Fix HOST vs BUILD variables (Closes: #623543)
  * Rewrite debian/rules to use ENABLE_JAVA and ENABLE_GCJ
  * Enable Java on mips again
  * Move db5.1-sql util to separate package to prevent db5.1-util
    dependency on lidb5.1-sql library
  * Build-depends on ca-certificates-java (>> 20100412)

db (5.1.25-8) unstable; urgency=low

  * Disable Java build on mips to fix FTBS

db (5.1.25-7) unstable; urgency=low

  * Revert to upstream JAR name -> db.jar

db (5.1.25-6) unstable; urgency=low

  * Enable Java support on every Debian architecture
  * Debian packaging:
    + Add javahelper addon for debhelper
    + Change DEB_HOST_ARCH to DEB_BUILD_ARCH
    + Keep -Ddist -Bbuild to overridden dh_auto_ commands to fix
      javahelper breakage
    + Fix typo and set GCJ CFLAGS out of the condition
    + Only rename db.jar to libdb5.1.jar and rest let to jh_installlibs
    + Change --fail-missing to --list-missing
    + Move dh_nativejava after jh_installibs

db (5.1.25-5) unstable; urgency=low

  * Fix FTBFS when buildd directory is named db_<version>

db (5.1.25-4) unstable; urgency=low

  * Add debug info for all libraries
  * Fix FTBFS on freebsd-{amd64,i386} (Thanks Matthias Klose)
    (Closes: #621878)
  * Fix lintian warnings and errors:
    + Update default java build dependencies
    + Tighten Java libraries dependencies
    + Fix errors in db5.1_load.1 manpage
  * Debian packaging:
    + Convert package build system to debhelper with overrides
    + Move debian/rules to debhelper
    + Remove some obsolete Conflicts
    + Add ${misc:Depends} since we build depend on debhelper now
    + Use tcltk-defaults command for tcl dependencies
      (Closes: #606065)
    + Use dh_nativejava debhelper command
    + Move upstream source changes to quilt patches
  * Add lintian-overrides for:
    + ancient-autotools-helper-file,ancient-libtool: odbc/jdbc is not used
    + package-name-doesnt-match-sonames: historical reasons
    + sqlite3 embedded-library: db5.1-sql provides sqlite3 ABI

db (5.1.25-3) unstable; urgency=low

  * Add conflicts with previous -dev packages (Closes: #622711)
  * Fix Berkeley DB Debian Group email address
  * Remove .la files from the packages (Closes: #621303)

db (5.1.25-2) unstable; urgency=low

  * Adopt the package (Closes: #619907)
  * Build-depend on Debian default tcl-dev
  * Move libdb-java, libdb-java-dev and libdb++-dev to empty packages
    built from db-defaults

db (5.1.25-1) unstable; urgency=low

  * New upstream version.
  * Orphan the package.

db (5.1.19-3) unstable; urgency=low

  [ Thorsten Glaser ]
  * Fix manpage-has-errors-from-man lintian warning
  * Add db4.7_codegen(1) from db4.7 (4.7.25-12), renamed appropriately
  * Correct db5.1-util override disparity
  * Use mktemp -t not --tmpdir to be backportable. (Closes: #584934)
  * Mark testsuite failures non-fatal on Hurd

  [ Clint Adams ]
  * Forward-ported Steve Langasek's cross-compilation patch from db4.8.
  * Re-enable Java package on armel.

Date: Sun,  01 May 2011 14:10:13 +0000
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Debian Berkeley DB Group <pkg-db-devel at lists.alioth.debian.org>
Origin: Debian/unstable
https://launchpad.net/ubuntu/oneiric/+source/db/5.1.25-10
-------------- next part --------------
Origin: Debian/unstable
Format: 1.7
Date: Sun,  01 May 2011 14:10:13 +0000
Source: db
Binary: db5.1-doc, libdb5.1-dev, libdb5.1, db5.1-util, db5.1-sql-util, libdb5.1++, libdb5.1++-dev, libdb5.1-tcl, libdb5.1-dbg, libdb5.1-java, libdb5.1-java-gcj, libdb5.1-java-dev, libdb5.1-sql-dev, libdb5.1-sql, libdb5.1-stl-dev, libdb5.1-stl
Architecture: source
Version: 5.1.25-10
Distribution: oneiric
Urgency: low
Maintainer: Debian Berkeley DB Group <pkg-db-devel at lists.alioth.debian.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Closes: 584934 606065 619907 621303 621878 622711 623543
Files:
 865f9797b4caf92e585bf75b62318737 1529 libs standard db_5.1.25-10.dsc
 06656429bfc1abb6c0498eaeff70cd04 30804092 libs standard db_5.1.25.orig.tar.gz
 2a71235bea57aa858bb9c0d3a4298da7 27877 libs standard db_5.1.25-10.debian.tar.gz
Changes:
 db (5.1.25-10) unstable; urgency=low
 .
   * Drop dependency on ca-certificates-java, it didn't work for non
     openjdk platforms anyway
 .
 db (5.1.25-9) unstable; urgency=low
 .
   * Fix HOST vs BUILD variables (Closes: #623543)
   * Rewrite debian/rules to use ENABLE_JAVA and ENABLE_GCJ
   * Enable Java on mips again
   * Move db5.1-sql util to separate package to prevent db5.1-util
     dependency on lidb5.1-sql library
   * Build-depends on ca-certificates-java (>> 20100412)
 .
 db (5.1.25-8) unstable; urgency=low
 .
   * Disable Java build on mips to fix FTBS
 .
 db (5.1.25-7) unstable; urgency=low
 .
   * Revert to upstream JAR name -> db.jar
 .
 db (5.1.25-6) unstable; urgency=low
 .
   * Enable Java support on every Debian architecture
   * Debian packaging:
     + Add javahelper addon for debhelper
     + Change DEB_HOST_ARCH to DEB_BUILD_ARCH
     + Keep -Ddist -Bbuild to overridden dh_auto_ commands to fix
       javahelper breakage
     + Fix typo and set GCJ CFLAGS out of the condition
     + Only rename db.jar to libdb5.1.jar and rest let to jh_installlibs
     + Change --fail-missing to --list-missing
     + Move dh_nativejava after jh_installibs
 .
 db (5.1.25-5) unstable; urgency=low
 .
   * Fix FTBFS when buildd directory is named db_<version>
 .
 db (5.1.25-4) unstable; urgency=low
 .
   * Add debug info for all libraries
   * Fix FTBFS on freebsd-{amd64,i386} (Thanks Matthias Klose)
     (Closes: #621878)
   * Fix lintian warnings and errors:
     + Update default java build dependencies
     + Tighten Java libraries dependencies
     + Fix errors in db5.1_load.1 manpage
   * Debian packaging:
     + Convert package build system to debhelper with overrides
     + Move debian/rules to debhelper
     + Remove some obsolete Conflicts
     + Add ${misc:Depends} since we build depend on debhelper now
     + Use tcltk-defaults command for tcl dependencies
       (Closes: #606065)
     + Use dh_nativejava debhelper command
     + Move upstream source changes to quilt patches
   * Add lintian-overrides for:
     + ancient-autotools-helper-file,ancient-libtool: odbc/jdbc is not used
     + package-name-doesnt-match-sonames: historical reasons
     + sqlite3 embedded-library: db5.1-sql provides sqlite3 ABI
 .
 db (5.1.25-3) unstable; urgency=low
 .
   * Add conflicts with previous -dev packages (Closes: #622711)
   * Fix Berkeley DB Debian Group email address
   * Remove .la files from the packages (Closes: #621303)
 .
 db (5.1.25-2) unstable; urgency=low
 .
   * Adopt the package (Closes: #619907)
   * Build-depend on Debian default tcl-dev
   * Move libdb-java, libdb-java-dev and libdb++-dev to empty packages
     built from db-defaults
 .
 db (5.1.25-1) unstable; urgency=low
 .
   * New upstream version.
   * Orphan the package.
 .
 db (5.1.19-3) unstable; urgency=low
 .
   [ Thorsten Glaser ]
   * Fix manpage-has-errors-from-man lintian warning
   * Add db4.7_codegen(1) from db4.7 (4.7.25-12), renamed appropriately
   * Correct db5.1-util override disparity
   * Use mktemp -t not --tmpdir to be backportable. (Closes: #584934)
   * Mark testsuite failures non-fatal on Hurd
 .
   [ Clint Adams ]
   * Forward-ported Steve Langasek's cross-compilation patch from db4.8.
   * Re-enable Java package on armel.



More information about the Oneiric-changes mailing list