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. libdbd-mariadb-perl (1.21-6) unstable; urgency=medium . * Team upload. * Replace MariaDB 10.6.x patch which newer upstream pull request. 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. 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. 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. 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. 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. 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 . * 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. 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. 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) 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. 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. 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. 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 Gever's 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. 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 node-terser (5.51.2-1) unstable; urgency=medium . * Team upload * New upstream version 5.51.2