libdbd-mariadb-perl (1.22-1ubuntu1) plucky; urgency=medium

  * d/control: Fix FTBFS by depending on mariadb explicitly

 -- Lena Voytek <lena.voytek@canonical.com>  Wed, 19 Mar 2025 17:02:21 -0400

libdbd-mariadb-perl (1.22-1build4) plucky; urgency=medium

  * No-change rebuild for libperl soname.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 20 Oct 2024 13:40:22 +0200

libdbd-mariadb-perl (1.22-1build3) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <doko@ubuntu.com>  Sun, 03 Mar 2024 05:34:04 +0100

libdbd-mariadb-perl (1.22-1build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <doko@ubuntu.com>  Thu, 11 Jan 2024 03:50:34 +0100

libdbd-mariadb-perl (1.22-1build1) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 04 Nov 2022 21:28:15 +0100

libdbd-mariadb-perl (1.22-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.22.
  * Drop Fix_compatibility_with_new_MariaDB_client_and_server_versions.patch.
    Taken from upstream Git repository, now merged.
  * debian/rules: don't install README and INSTALL documents.
  * Fix typo in previous changelog entry.

 -- gregor herrmann <gregoa@debian.org>  Fri, 22 Apr 2022 01:59:01 +0200

libdbd-mariadb-perl (1.21-6) unstable; urgency=medium

  * Team upload.
  * Replace MariaDB 10.6.x patch with newer upstream pull request.

 -- gregor herrmann <gregoa@debian.org>  Fri, 08 Apr 2022 22:18:21 +0200

libdbd-mariadb-perl (1.21-5) unstable; urgency=medium

  * Team upload.
  * Add patch from upstream author to fix test failures.
    (Closes: #1002093)
  * Update years of packaging copyright.
  * Drop unneeded version constraints from (build) dependencies.

 -- gregor herrmann <gregoa@debian.org>  Thu, 07 Apr 2022 21:38:42 +0200

libdbd-mariadb-perl (1.21-4) unstable; urgency=medium

  * Team upload.
  * Remove $Config{vendorarch} from debian/rules.
    Makes to package un-cross-buildable, and README.pod is not installed
    anymore by recent versions of ExtUtils::MakeMaker.
  * Declare compliance with Debian Policy 4.6.0.
  * Drop unneeded version constraints from (build) dependencies.
  * debian/rules: override_dh_auto_test: check for
    DEB_BUILD_OPTIONS=nocheck.
  * Drop unused lintian override.

 -- gregor herrmann <gregoa@debian.org>  Tue, 02 Nov 2021 19:32:54 +0100

libdbd-mariadb-perl (1.21-3) unstable; urgency=medium

  * Team upload.
  * Use MYSQL_USER instead of root in smoke-cleanup for MariaDB like in
    smoke-setup.
    (Hopefully really closes: #980640)
  * Create MYSQL_DIR in debian/tests/pkg-perl/smoke-setup.
    This might help with the removal problems in smoke-cleanup seen on some
    buildds.
  * Set MYSQL_USER for autopkgtests in debian/tests/pkg-perl/smoke-env
    once instead of duplicating it in smoke-setup and smoke-cleanup.

 -- gregor herrmann <gregoa@debian.org>  Fri, 22 Jan 2021 15:53:48 +0100

libdbd-mariadb-perl (1.21-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Replace '--with perl_dbi' in debian/rules with a build dependency on
    'dh-sequence-perl-dbi'.
  * Declare compliance with Debian Policy 4.5.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Remove check for DEB_BUILD_OPTIONS=nocheck from debian/rules.
    debhelper 13 does this for us.
  * Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.

  [ Robie Basak ]
  * Changes required for the MySQL 8.0 transition:
    - Avoid IDENTIFIED BY on GRANT.
    - GRANT SESSION_VARIABLES_ADMIN as required by MySQL >= 8.0.14.

  [ Dimitri John Ledkov ]
  * Adjust test case expectation that works with either 8.0.22+ or prior
    mysql versions. https://github.com/gooddata/DBD-MariaDB/issues/160

  [ gregor herrmann ]
  * Tighten regex in test patch, as proposed by upstream in
    https://github.com/gooddata/DBD-MariaDB/issues/160#issuecomment-725512481
  * debian/tests/pkg-perl/smoke-setup: drop --user on mysql_install_db
    call for MariaDB. Otherwise we get a permisson error with
    '/usr/lib/mysql/plugin/auth_pam_tool_dir/auth_pam_tool'.
  * debian/tests/pkg-perl/smoke-setup: use --user=${MYSQL_USER} throughout
    the script for MariaDB instead of a mixture of MYSQL_USER and root,
    which leads to database permission problems. Keep using 'root' for
    MySQL, which doesn't setup a user for the current login.
  * The above changes from Ubuntu plus the smoke-setup fixups fix the test
    failures with newer MariaDB.
    Closes: #980640

  * Update lintian override (renamed tag).
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.5.1.

 -- gregor herrmann <gregoa@debian.org>  Fri, 22 Jan 2021 13:26:21 +0100

libdbd-mariadb-perl (1.21-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.21.
  * Drop mariadb-10.3.12-message.patch which was taken from an upstream
    pull request.
  * Update years of packaging copyright.
  * Update Build-Depends for cross builds.
  * Set upstream metadata fields: Bug-Submit.

 -- gregor herrmann <gregoa@debian.org>  Sat, 21 Dec 2019 20:21:37 +0100

libdbd-mariadb-perl (1.11-4) unstable; urgency=medium

  * Team upload.
  * Update autopkgtest setup. Only override smoke test instead of
    duplicating whole test stack.
    Replace ADTTMP with AUTOPKGTEST_TMP.
    Update debian/tests/control to match the one generated by autodp8.
  * Mark autopkgtest pkg-perl-autopkgtest-build-deps-{mysql,mariadb} as flaky.
    Sometimes mysql/mariadb have issues on ci.debian.net, like running out of
    memory, which shouldn't make this package's tests fail.
    Cf. #942093
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.
  * Add lintian override (autopkgtests).
  * Fix typo in old changelog entry.

 -- gregor herrmann <gregoa@debian.org>  Sat, 12 Oct 2019 23:50:58 +0200

libdbd-mariadb-perl (1.11-3) unstable; urgency=medium

  * Team upload.
  * Replace MariaDB 10.3.12 test patch with the one from the upstream pull
    request. Thanks to Pali for coming up with a real fix.

 -- gregor herrmann <gregoa@debian.org>  Thu, 17 Jan 2019 18:33:11 +0100

libdbd-mariadb-perl (1.11-2) unstable; urgency=medium

  * Team upload.
  * Add patch to temporarily make a test failure non-fatal which is caused
    by a change in MariaDB 10.3.12's output. (Closes: #919071)

 -- gregor herrmann <gregoa@debian.org>  Sun, 13 Jan 2019 18:16:21 +0100

libdbd-mariadb-perl (1.11-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.11.
  * Add build dependency on libnet-ssleay-perl.
  * Add libnet-ssleay-perl in debian/tests/control as well.

 -- gregor herrmann <gregoa@debian.org>  Fri, 04 Jan 2019 23:18:29 +0100

libdbd-mariadb-perl (1.10-2) unstable; urgency=medium

  * Team upload.
  * Add libssl-dev to Build-Depends and in debian/tests/control to fix a
    configure failure.
  * Make build dependency on default-libmysqlclient-dev versioned.
    Intermediate versions had dependency issues.
  * debian/tests/control: add test-name to the tests.
  * Declare compliance with Debian Policy 4.3.0.
  * Bump debhelper compatibility level to 11.

 -- gregor herrmann <gregoa@debian.org>  Tue, 25 Dec 2018 22:32:58 +0100

libdbd-mariadb-perl (1.10-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.10.
  * Drop spelling-error.patch, applied upstream.
  * Make (build) dependency on libdbi-perl versioned.

 -- gregor herrmann <gregoa@debian.org>  Sun, 09 Dec 2018 17:46:32 +0100

libdbd-mariadb-perl (1.00-2) unstable; urgency=medium

  * Team upload.

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> yadd@debian.org

  [ gregor herrmann ]
  * debian/tests/control: mark mysql test as skippable as there is no
    mysql in testing.
    This mirrors Paul Gevers' merge request for libdbd-mysql-perl.
  * debian/tests/control: drop "needs-recommends" restriction.
    Deprecated, and the package has no Recommends anyway.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.2.1.

 -- gregor herrmann <gregoa@debian.org>  Fri, 12 Oct 2018 22:49:25 +0200

libdbd-mariadb-perl (1.00-1) unstable; urgency=low

  * Initial release (Closes: #906883)

  # Changes since libdbd-mysql-perl 4.046-2:

  [ Xavier Guimard ]
  * Join upstream copyright (as described in DBD::MariaDB)
  * Add libdevel-checklib-perl in build dependencies
  * Remove regression-fix-float_type_conversion.patch included in upstream
  * Add spelling-error.patch (reported)
  * autopkgtest smoke-setup:
    - launch Makefile.PL in smoke-setup to create t/MariaDB.mtest if missing
      and add related files in smoke-files
    - modify smoke-setup using upstream contribution

  [ gregor hermann ]
  * autopkgtest smoke-setup:
    - set utf8 in db creation to enable more tests

 -- Xavier Guimard <x.guimard@free.fr>  Thu, 23 Aug 2018 20:54:16 +0200
