libdbm-deep-perl (2.0011-1) unstable; urgency=medium

  * New upstream release.
  * Update years of upstream and packaging copyright.
  * Update build dependencies.

 -- gregor herrmann <gregoa@debian.org>  Tue, 14 Jan 2014 19:44:52 +0100

libdbm-deep-perl (2.0010-1) unstable; urgency=medium

  * New upstream release.
  * Drop pod.patch, applied upstream.
  * Drop unused lintian override (spelling-error-in-manpage).
  * Declare compliance with Debian Policy 3.9.5.

 -- gregor herrmann <gregoa@debian.org>  Wed, 11 Dec 2013 21:15:10 +0100

libdbm-deep-perl (2.0009-1) unstable; urgency=low

  * New upstream release.
  * Build depend on Module::Build 0.40.

 -- gregor herrmann <gregoa@debian.org>  Sun, 22 Sep 2013 16:13:47 +0200

libdbm-deep-perl (2.0008-2) unstable; urgency=low

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Nathan Handler ]
  * Email change: Nathan Handler -> nhandler@debian.org

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Add patch to fix a POD issue. (Closes: #709793)
  * Update years of packaging coypright.
  * Set Standards-Version to 3.9.4 (no changes).
  * Drop version from libdbd-sqlite3-perl in Suggests. Nothing older in
    the archive.

 -- gregor herrmann <gregoa@debian.org>  Sun, 26 May 2013 19:44:05 +0200

libdbm-deep-perl (2.0008-1) unstable; urgency=low

  * New upstream release
  * debian/control: Add myself to list of Uploaders
  * debian/copyright: Add myself to debian/* copyright
  * debian/watch: Remove comments

 -- Nathan Handler <nhandler@ubuntu.com>  Sat, 23 Jun 2012 22:57:34 -0500

libdbm-deep-perl (2.0007-1) unstable; urgency=low

  * New upstream release.
  * Drop manpage patch, merged upstream.

 -- gregor herrmann <gregoa@debian.org>  Sat, 02 Jun 2012 18:42:57 +0200

libdbm-deep-perl (2.0006-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * New upstream release 2.0004.
  * Update my email address.
  * debian/control: Convert Vcs-* fields to Git.

  [ gregor herrmann ]
  * New upstream release 2.0006.
  * debian/copyright: update to Copyright-Format 1.0.
  * Update years of packaging copyright.
  * Bump Standards-Version to 3.9.3 (no changes).

 -- gregor herrmann <gregoa@debian.org>  Sat, 07 Apr 2012 14:46:13 +0200

libdbm-deep-perl (2.0002-1) unstable; urgency=medium

  * New upstream release.
    + Errors out instead of corrupting the database when starting too many
      transactions.
  * debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux
    systems".

 -- Ansgar Burchardt <ansgar@43-1.org>  Sun, 12 Sep 2010 20:30:32 +0900

libdbm-deep-perl (2.0001-1) unstable; urgency=low

  * New upstream release.
  * Use debhelper compat level 8; no longer pass --buildsystem=perl_build in
    debian/rules as this is now selected by default.
  * debian/rules: Remove DBM::Deep::ConfigData module that gets generated by
    Module::Build.
  * debian/copyright: Refer to /usr/share/common-licenses/GPL-1.
  * Bump Standards-Version to 3.9.1.

 -- Ansgar Burchardt <ansgar@43-1.org>  Wed, 25 Aug 2010 22:12:50 +0900

libdbm-deep-perl (2.0000-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * New upstream release.
    + This version introduces a new file format for the File backend.  It can
      still read databases from version 1.0003 and later.  See NEWS.Debian or
      upstream changelog for details.
  * Remove build-dep on perl (>= 5.10) | libmodule-build-perl: stable has
    perl 5.10.
  * Bump Standards-Version to 3.9.0 (no changes).

  [ gregor herrmann ]
  * Refresh manpage-has-bad-whatis-entry.patch.

 -- Ansgar Burchardt <ansgar@43-1.org>  Sat, 24 Jul 2010 15:10:26 +0900

libdbm-deep-perl (1.0024-1) unstable; urgency=low

  * New upstream release.
  * Remove patch perl-5.12.patch: applied upstream.
  * Use Build.PL.

 -- Ansgar Burchardt <ansgar@43-1.org>  Mon, 31 May 2010 14:15:35 +0900

libdbm-deep-perl (1.0022-2) unstable; urgency=low

  * Fix test failure with perl 5.12. (Closes: #580189)
    + new patch: perl-5.12.patch

 -- Ansgar Burchardt <ansgar@43-1.org>  Sat, 08 May 2010 02:20:12 +0900

libdbm-deep-perl (1.0022-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * New upstream release.
  * Refresh patches.
  * Suggest libdbi-perl, libdbd-sqlite3-perl (>= 1.25) | libdbd-mysql-perl.
  * Add build-depends on libdbi-perl, libdbd-sqlite3-perl (>= 1.25) and
    set TEST_SQLITE in debian/rules to enable additional tests.
  * Remove unversioned build-dep on libtest-simple-perl: there is another
    versioned dependency on perl (>= 5.10.1) | libtest-simple-perl (>= 0.88).
  * Remove patch spelling.patch: applied upstream.
  * Add myself to Uploaders.

  [ gregor herrmann ]
  * Add a lintian override for an old spelling upstream prefers to keep.

 -- Ansgar Burchardt <ansgar@43-1.org>  Sat, 01 May 2010 12:42:33 +0900

libdbm-deep-perl (1.0016-1) unstable; urgency=low

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ gregor herrmann ]
  * New upstream release.
  * Convert to source format 3.0 (quilt). Remove quilt framework.
  * Add /me to Uploaders.
  * Set Standards-Version to 3.8.4 (no changes).
  * Build depend on Test::More 0.88.
  * Minimize debian/rules.
  * Update formatting in debian/copyright.
  * Update manpage-has-bad-whatis-entry.patch, add spelling.patch.

 -- gregor herrmann <gregoa@debian.org>  Tue, 30 Mar 2010 21:38:54 +0200

libdbm-deep-perl (1.0014-1) unstable; urgency=low

  * Initial Release. (Closes: #499241)

 -- AGOSTINI Yves <agostini@univ-metz.fr>  Fri, 12 Dec 2008 10:47:05 +0100
