libdbi-drivers (0.9.0-8ubuntu1) focal; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/p/mysql-8.0: fixes for build against MySQL 8.0.
    - d/test_mysql.sh: fixes for MySQL 8.0.
  * Drop changes (included in Debian):
    - debian/control, debian/rules: drop libdbi-sqlite.
    - debian/buildtests: test suite to verify drivers are usable when
      libdbi is loaded via dlopen().
    - debian/copyright: adding copyright attribution for buildtests dir.
    - debian/rules: Run buildtests tests.
    - (Previously undocumented) set DEB_HOST_MULTIARCH in d/rules.
    - (Previously undocumented) fix configure option typo in d/rules.
    - d/p/float4-accuracy.patch: adjust expected output (now more accurate) to
      fix tests: equivalent d/p/pgsql_precision.patch added by Debian.
  * d/p/test_exception_failure.patch: make test exceptions fail the test
    suite and thus the build.
  * d/p/test_mysql_date_tz.patch: fix MySQL test timezone inputs.

 -- Robie Basak <robie.basak@ubuntu.com>  Thu, 27 Feb 2020 15:50:27 +0000

libdbi-drivers (0.9.0-8) unstable; urgency=medium

  * Sync with Ubuntu.

  [ Steve Langasek <steve.langasek@ubuntu.com> ]
  * debian/control, debian/rules: drop libdbi-sqlite
  * debian/buildtests: test suite to verify drivers are usable when
    libdbi is loaded via dlopen()
  * debian/copyright: adding copyright attribution for buildtests dir


 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sat, 08 Feb 2020 08:47:26 +0000

libdbi-drivers (0.9.0-7) unstable; urgency=medium

  * Update PostgreSQL float precision test (closes: #950164).
  * Update watch file.
  * Update debhelper level to 12 .
  * Update Standards-Version to 4.5.0 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Thu, 06 Feb 2020 21:26:12 +0000

libdbi-drivers (0.9.0-6ubuntu3) focal; urgency=medium

  * d/p/float4-accuracy.patch: adjust expected output (now more accurate) to
    fix tests.

 -- Robie Basak <robie.basak@ubuntu.com>  Mon, 17 Feb 2020 15:08:17 +0000

libdbi-drivers (0.9.0-6ubuntu2) eoan; urgency=medium

  [ Lars Tangvald ]
  * d/p/mysql-5.7: drop and replace with d/p/mysql-8.0.
  * d/p/mysql-8.0: apply fixes for build against MySQL 8.0.

 -- Robie Basak <robie.basak@ubuntu.com>  Tue, 13 Aug 2019 01:50:15 +0000

libdbi-drivers (0.9.0-6ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control, debian/rules: drop libdbi-sqlite
    - debian/buildtests: test suite to verify drivers are usable when
      libdbi is loaded via dlopen()
    - debian/copyright: adding copyright attribution for buildtests dir
    - debian/rules: Run buildtests tests
    - d/p/mysql-5.7.patch, d/test_mysql.sh: fix build errors with MySQL
      5.7
  * Dropped changes, included in Debian:
    - freetds-1.0-fix.patch: Upstream cherrypick to fix FTFBS with freetds
      1.0.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 22 Apr 2019 22:32:57 -0700

libdbi-drivers (0.9.0-6) unstable; urgency=medium

  * Fix copyright file order.
  * Disable Vcs-* fields for now.
  * Update debhelper level to 11:
    - remove dh-autoreconf build dependency,
    - remove autotools-dev build dependency.
  * Update Standards-Version to 4.1.4 .
  * Sync with Ubuntu.

  [ Adam Conrad <adconrad@debian.org> ]
  * Upstream cherrypick to fix FTFBS with freetds 1.0 (closes: #891672).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Mon, 23 Apr 2018 15:46:23 +0000

libdbi-drivers (0.9.0-5ubuntu2) bionic; urgency=medium

  * freetds-1.0-fix.patch: Upstream cherrypick to fix FTFBS with freetds 1.0.

 -- Adam Conrad <adconrad@ubuntu.com>  Mon, 23 Apr 2018 07:00:38 -0600

libdbi-drivers (0.9.0-5ubuntu1) zesty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control, debian/rules: drop libdbi-sqlite
    - debian/buildtests: test suite to verify drivers are usable when
      libdbi is loaded via dlopen()
    - debian/copyright: adding copyright attribution for buildtests dir
    - debian/rules: Run buildtests tests
    - d/p/mysql-5.7.patch, d/test_mysql.sh: fix build errors with MySQL
      5.7

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 10 Jan 2017 00:15:47 +0200

libdbi-drivers (0.9.0-5) unstable; urgency=low

  * Switch to build depend on the metapackages default-libmysqlclient-dev ,
    default-mysql-client and default-mysql-server (closes: #845863).

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Sun, 27 Nov 2016 11:12:30 +0000

libdbi-drivers (0.9.0-4ubuntu1) yakkety; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control, debian/rules: drop libdbi-sqlite
    - debian/buildtests: test suite to verify drivers are usable when
      libdbi is loaded via dlopen()
    - debian/copyright: adding copyright attribution for buildtests dir
    - debian/rules: Run buildtests tests
    - d/p/mysql-5.7.patch, d/test_mysql.sh: fix build errors with MySQL
      5.7

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 09 Jul 2016 21:52:04 -0700

libdbi-drivers (0.9.0-4) unstable; urgency=medium

  * dbd_sqlite3: resolve a stack buffer overflow (closes: #824067).
  * Update Standards-Version to 3.9.8 .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Thu, 12 May 2016 16:43:16 +0000

libdbi-drivers (0.9.0-3ubuntu2) xenial; urgency=medium

  [ Robie Basak ]
  * Rebuild against libmysqlclient20.

  [ Lars Tangvald ]
  * d/p/mysql-5.7.patch, d/test_mysql.sh: fix build errors with MySQL
    5.7 (LP: #1568784).

 -- Lars Tangvald <lars.tangvald@oracle.com>  Mon, 11 Apr 2016 12:13:40 +0200

libdbi-drivers (0.9.0-3ubuntu1) wily; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control, debian/rules: drop libdbi-sqlite
    - debian/buildtests: test suite to verify drivers are usable when
      libdbi is loaded via dlopen()
    - debian/copyright: adding copyright attribution for buildtests dir
    - debian/rules: Run buildtests tests

 -- Michael Terry <mterry@ubuntu.com>  Mon, 11 May 2015 12:19:16 -0400

libdbi-drivers (0.9.0-3) unstable; urgency=medium

  * Disable some tests that is a test suite problems (Closes: #737126)
  * Fix FTBFS on Hurd: add libpthread to tests/Makefile.am,
    thanks to Svante Signell for the patch (Closes: #737009)

 -- Prach Pongpanich <prachpub@gmail.com>  Fri, 04 Apr 2014 16:36:28 +0700

libdbi-drivers (0.9.0-2ubuntu2) trusty; urgency=medium

  * debian/patches/disable_some_tests.patch:
    - Four tests don't work on arm or ppc.  Upstream considers these tests
      flawed and is working on a patch to make them more portable.
      This is Debian bug #737126.  In the interim, in order to get a
      buildable libdri-drivers in trusty,  I'm just disabling them.

 -- Michael Terry <mterry@ubuntu.com>  Thu, 06 Feb 2014 15:15:17 -0500

libdbi-drivers (0.9.0-2ubuntu1) trusty; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control, debian/rules: drop libdbi-sqlite
    - debian/buildtests: test suite to verify drivers are usable when
      libdbi is loaded via dlopen()
    - debian/copyright: adding copyright attribution for buildtests dir
    - debian/rules: Run buildtests tests

 -- Michael Terry <mterry@ubuntu.com>  Thu, 06 Feb 2014 14:18:14 -0500

libdbi-drivers (0.9.0-2) unstable; urgency=medium

  [ Laszlo Boszormenyi ]
  * Multi-arch package (closes: #736656).

  [ Prach Pongpanich ]
  * Remove obsolete debian/*.dir files.
  * Disable all tests if asked to via DEB_BUILD_OPTIONS .

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Tue, 28 Jan 2014 21:58:15 +0100

libdbi-drivers (0.9.0-1) unstable; urgency=medium

  [ Laszlo Boszormenyi ]
  * Add debian/patches:
    + fix_sqlite3_lib_name.patch
    + mysql_h_path.patch
  * Update run tests script.
  * Fix building as root.
  * Build with multi-arched libdbi.
  * Correct debian/copyright .

  [ Prach Pongpanich ]
  * Imported Upstream version 0.9.0
  * Adopt package (Closes: #635658)
  * Update d/gbp.conf and use pristine-tar by default
  * Add openjade and docbook-dsssl in Build-depends
  * Enable hardened build flags
  * Bump Standards-Version to 3.9.5
  * Change Vcs fields to point to collab-maint

 -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Mon, 20 Jan 2014 21:24:26 +0100

libdbi-drivers (0.8.3-1+s-5ubuntu1) raring; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/control, debian/rules: drop libdbi-sqlite
    - debian/buildtests: test suite to verify drivers are usable when
      libdbi is loaded via dlopen()
    - debian/copyright: adding copyright attribution for buildtests dir
    - debian/rules: Run buildtests tests

 -- Michael Terry <mterry@ubuntu.com>  Sat, 17 Nov 2012 00:00:26 -0500

libdbi-drivers (0.8.3-1+s-5) unstable; urgency=low

  * Now escaping the username when doing the ALTER USER before running the
  pgsql unit tests, which fixes the FTBFS if the unix user running the tests
  is called "user" (Closes: #674315).

 -- Thomas Goirand <zigo@debian.org>  Sat, 26 May 2012 16:52:30 +0000

libdbi-drivers (0.8.3-1+s-4) unstable; urgency=low

  * Make sure the PGSQL server is killed after tests suite (Closes: #673086),
  thanks to Andreas Barth <aba@ayous.org> for reporting.

 -- Thomas Goirand <zigo@debian.org>  Wed, 16 May 2012 08:35:07 +0000

libdbi-drivers (0.8.3-1+s-3.1ubuntu1) quantal; urgency=low

  * Merge from debian unstable, remaining changes:
    - debian/control, debian/rules: drop libdbi-sqlite
    - debian/buildtests: test suite to verify drivers are usable when
      libdbi is loaded via dlopen()
    - debian/copyright: adding copyright attribution for buildtests dir
    - debian/rules: Run buildtests tests

 -- Michael Terry <mterry@ubuntu.com>  Mon, 21 May 2012 16:25:11 -0400

libdbi-drivers (0.8.3-1+s-3.1) unstable; urgency=low

  * Non-maintainer upload.
  * Pick up multi-arch libraries for MySQL (Closes: #672928)

 -- Nicholas Bamber <nicholas@periapt.co.uk>  Mon, 14 May 2012 23:06:51 +0100

libdbi-drivers (0.8.3-1+s-3) unstable; urgency=low

  [ Thomas Goirand ]
  * Switched debian/copyright to format 1.0.
  * Added a debian/gbp.conf.
  * Re-activated the pgsql tests since they are now working agains.
  * Implemented DEB_BUILD_OPTIONS=nocheck in debian/rules.
  * Restores config.{guess,sub} on the clean: target.

  [ Jari Aalto <jari.aalto@cante.net> ]
  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt"
    (Closes: #668342).
  * Update to Standards-Version to 3.9.3.1 and debhelper to 9.
  * Add build-arch and build-indep targets to rules file.
  * Add multiarch support (FTBFS; Closes: #650044), patch
    thanks to Clint Byrum <clint@ubuntu.com>.
  * Fix temporary-debhelper-file (Lintian) by cleaning debian/*.log.
  * Fix copyright-refers-to-symlink-license (Lintian).

 -- Thomas Goirand <zigo@debian.org>  Fri, 13 Apr 2012 14:50:53 +0000

libdbi-drivers (0.8.3-1+s-2.1ubuntu4) precise; urgency=low

  * debian/rules:
    - Look for mysql in multiarch locations, fixing FTBFS

 -- Michael Terry <mterry@ubuntu.com>  Fri, 25 Nov 2011 16:33:52 -0500

libdbi-drivers (0.8.3-1+s-2.1ubuntu3) precise; urgency=low

  * Rebuild for libmysqlclient transition

 -- Clint Byrum <clint@ubuntu.com>  Wed, 23 Nov 2011 23:40:43 -0800

libdbi-drivers (0.8.3-1+s-2.1ubuntu2) precise; urgency=low

  * Since we're not building the sqlite driver, we shouldn't try to test it
    either.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 29 Oct 2011 14:50:17 -0700

libdbi-drivers (0.8.3-1+s-2.1ubuntu1) precise; urgency=low

  * Merge from Debian unstable.
    - Upstream test suite now being run at build time.  LP: #614496.
  * Remaining changes:
    - debian/control, debian/rules: drop libdbi-sqlite.
    - debian/buildtests -- test suite to verify drivers are usable when
      libdbi is loaded via dlopen()
    - debian/copyright -- adding copyright attribution for buildtests dir
    - Search sqlite headers and libs in multiarch locations.
  * Dropped changes, included in Debian:
    - --enable-dbi makes libdbi unloadable by dlopen() methods.
    - Removed explicit dependency on libdbi0
    - Build-Depends on libdbi-dev (>= 0.8.4-5).
  * Add support for DEB_BUILD_OPTIONS=nocheck.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 29 Oct 2011 05:54:40 +0000

libdbi-drivers (0.8.3-1+s-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * A bug in the configure script causes --enable-libdbi to actually *disable*
    linking drivers with the library. However, since linking is now the
    default, this option is not needed anymore. Remove it from debian/rules
    (closes: #634619, #324937).

 -- Jakub Wilk <jwilk@debian.org>  Wed, 27 Jul 2011 19:56:38 +0200

libdbi-drivers (0.8.3-1+s-2) unstable; urgency=low

  * Removed explicit dependency on libdbi0 (gosh, I don't get even how it could
  be there, since it should be computed by shlibs...).
  * Build-Depends on libdbi-dev (>= 0.8.4-5).

 -- Thomas Goirand <zigo@debian.org>  Mon, 11 Jul 2011 20:55:26 +0000

libdbi-drivers (0.8.3-1+s-1) unstable; urgency=low

  * New upstream version.
  * Now using my @debian.org maintainer email.
  * Now calling ./autogen.sh and depending on libtool and automake.
  * Standards-Version: is now 3.9.1.
  * Now depends on debhelper 7.
  * Added Vcs-Browser: URL where I'll keep the Debian package source.
  * Added debian/source/format file (still using the new 1.0 format as
    otherwise the clean target is a lot of head akes).
  * Using dh_prep instead of dh_clean -k
  * Removed the duplicate section fields.
  * Now Build-Depends: on libdbi0-dev (>= 0.8.3)
  * Added missing ${misc:Depends}.
  * Added the use of the internal libdbi-drivers tests when building, which
    means that we also Build-Depends on: mysql-server, mysql-client,
    postgresql, postgresql-client, locales-all | language-pack-en
  * Added a dpatch that removes the ISO8859-1 tests with postgress, so that the
    rest of the PGSQL tests continues to work.

 -- Thomas Goirand <zigo@debian.org>  Wed, 11 Aug 2010 07:09:42 +0800

libdbi-drivers (0.8.3-1-0ubuntu5) oneiric; urgency=low

  * debian/control: Drop libdbi-sqlite package, it has no reverse dependencies
    any more. Drop libsqlite0-dev build dependency, so that the old sqlite can
    finally drop out of main. (LP: #747325)
  * debian/rules: Drop --with-sqlite.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Fri, 26 Aug 2011 10:03:42 +0200

libdbi-drivers (0.8.3-1-0ubuntu4) oneiric; urgency=low

  * Backport from Debian (Thomas Goirand, LP: #625882):
    - Removed explicit dependency on libdbi0 (gosh, I don't get even how it
      could be there, since it should be computed by shlibs...).
    - Build-Depends on libdbi-dev (>= 0.8.4-5).

 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 23 Aug 2011 10:45:44 +0100

libdbi-drivers (0.8.3-1-0ubuntu3) natty; urgency=low

  * Search sqlite headers and libs in multiarch locations.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 30 Mar 2011 14:30:49 +0200

libdbi-drivers (0.8.3-1-0ubuntu2) natty; urgency=low

  [ Clint Byrum ]
  * --enable-dbi makes libdbi unloadable by dlopen() methods. (LP: #660990)
    - debian/buildtests -- test suite to verify drivers are usable when
      libdbi is loaded via dlopen()
    - debian/copyright -- adding copyright attribution for buildtests dir

  [ Colin Watson ]
  * Fix debian/buildtests/Makefile to use 'gcc -Wl,-soname,...' rather than
    'gcc -soname,...'.
  * Make sure buildtests don't fail if 'debian/rules binary' has already
    been run.

 -- Colin Watson <cjwatson@ubuntu.com>  Mon, 29 Nov 2010 14:42:14 +0000

libdbi-drivers (0.8.3-1-0ubuntu1) maverick; urgency=low

  * New upstream release. -- Fixes ABORT problems with sqlite3+rrdtool

 -- Clint Byrum <clint@ubuntu.com>  Thu, 22 Jul 2010 07:05:56 -0700

libdbi-drivers (0.8.2-1-4.1build1) lucid; urgency=low

  * No op rebuild for libmysqlclient. 

 -- Chuck Short <zulcss@ubuntu.com>  Tue, 06 Apr 2010 08:14:27 -0400

libdbi-drivers (0.8.2-1-4.1) unstable; urgency=high

  * Non-maintainer upload with maintainer's approval.
  * High urgency upload for RC bugfix.
  * Pass --freetds-inc-dir to configure, to bypass the ridiculous upstream
    AC_FIND_FILE() checks for files that *aren't used during the build*;
    fixes a build failure with FreeTDS 0.82.  Closes: #493349.

 -- Steve Langasek <vorlon@debian.org>  Sat, 02 Aug 2008 09:00:11 +0000

libdbi-drivers (0.8.2-1-4) unstable; urgency=low

  * Updated the dbd_pgsql.c so it doesn't conflicts with the declaration of
    pg_encoding_to_char() that is now declared in libpq-fe.h: it was not
    declared in previous API (Closes: #462511)
  * Added (>= 8.3~rc2-1+b1) for the libpq-dev build-depends so there is no risk
    of FTBFS with the earlier version of the postgresql lib.
  * Bumped Standards-Version to 3.7.3
  * Fixed debian/*.doc-base indentation, and changed from Apps/Programming to
    Applications/Programming, as it has to be now.
  * Bumped compat level to 6.

 -- Thomas Goirand <thomas@goirand.fr>  Sun, 27 Jan 2008 08:53:16 +0000

libdbi-drivers (0.8.2-1-3) unstable; urgency=low

  * Added --enable-libdbi to use -ldbi at linking time as Linux only option
    so there is no dlopen() problem any more (Closes: #324937)

 -- Thomas Goirand <thomas@goirand.fr>  Thu, 06 Dec 2007 05:00:09 +0000

libdbi-drivers (0.8.2-1-2) unstable; urgency=low

  * New maintainer (Closes: #444425)
  * Now the -g -Wall are always added as compil flags
  * Homepage: field should not have <> around the URL
  * Now managing updates of config.sub and config.guess correctly
  * custom nostrip handling isn't needed since dh_strip handles it properly
  * Reviewed the debian/copyright for accuracy

 -- Thomas Goirand <thomas@goirand.fr>  Mon, 26 Nov 2007 06:09:08 +0000

libdbi-drivers (0.8.2-1-1) unstable; urgency=low

  * New upstream release
  * I'm taking over maintainance of this orphaned package (Closes: #444425)
  * Not using dh_movefile anymore
  * Added support for packaging the following drivers: sqlite3, freetds
  (Sybase and MS SQL support). Updated (build) dependencies.
  * Added a watch file
  * Switched to debhelper >= 5
  * Compat is now 5
  * Cleaned debian/rules
  * dh_shlibdeps is now working as it should

 -- Thomas Goirand <thomas@goirand.fr>  Sun, 30 Sep 2007 12:02:13 +0000

libdbi-drivers (0.7.1-3.1) unstable; urgency=low

  * NMU
  * Fix emplacement of pgsql include files (Closes: #322853)
  * Upgrade to the latest mysql build-dependency (Closes: #356739)
  * Switch to debhelper >> 4
  * Don't compress pdf files in order to have valid references in doc-base

 -- Julien Danjou <acid@debian.org>  Wed, 17 May 2006 14:52:19 +0200

libdbi-drivers (0.7.1-3) unstable; urgency=low

  * Updated build depends to point to libmysqlclient12-dev (closes: #299163)

 -- David Parker <david@neongoat.com>  Sat, 12 Mar 2005 12:10:39 -0800

libdbi-drivers (0.7.1-2) unstable; urgency=low

  * Fixed makefiles so that distclean doesn't remove documentation.

 -- David Parker <david@neongoat.com>  Sun,  1 Feb 2004 14:33:06 -0800

libdbi-drivers (0.7.1-1) unstable; urgency=low

  * New upstream release

 -- David Parker <david@neongoat.com>  Tue, 20 Jan 2004 13:38:40 -0800

libdbi-drivers (0.7.0-1) unstable; urgency=low

  * New upstream release (closes: #210748)
  * PostgreSQL and MySQL drivers from libdbi-0.6.7 were split off into the
    libdbi-drivers project with the 0.7.0 release.
  * Rewrote packaging from scratch with debhelper (twice).
  * Bumped up Standards-Version

 -- David Parker <david@neongoat.com>  Tue, 23 Dec 2003 14:14:49 -0800

libdbi-drivers (0.3-2) unstable; urgency=low

  * Fixed Build-Depends.

 -- David Parker <david@neongoat.com>  Sun, 13 Apr 2003 21:16:54 -0700

libdbi-drivers (0.3-1) unstable; urgency=low

  * Initial Release (without debhelper).

 -- David Parker <david@neongoat.com>  Tue, 25 Mar 2003 21:44:40 -0800

