borgbackup (1.4.4-5) unstable; urgency=medium . * Team upload. * Add debian/salsa-ci.yml to test nocheck & nodoc build profiles * Mark fakeroot, python3-msgpack & python3-pyfuse3 as * Implement the nodoc build profile * Use dh-sequence-python3 & dh-sequence-sphinxdoc * Remove redundant Priority: optional from source stanza. * Upgrade upstream signing key to new packet format. * Update standards version to 4.7.4, no changes needed. * Remove an obsolete maintscript entry. * Drop obsolete Python2 vs 3 hack * Rewrite d/watch in v5 format cryptodatahub (1.4.0-1) unstable; urgency=medium . * Team upload. . [ Martin ] * Add README.rst. * Remove superfluous call of dh_sphinxdoc. . [ Colin Watson ] * Add debian/gbp.conf. * New upstream release: - Update badssl.com test certificate (closes: #1140974). * Remove time-sensitive test code. * Simplify use of dh-sequence-{python3,sphinxdoc}. * Explicitly set test runner to unittest. debusine (0.15.0) unstable; urgency=medium . * New release. Highlights: - Require Django >= 5.2 and support Django 6.0. - Remove old non-tag-based scheduling. - Do a better job of preventing multiple artifacts with the same pool name but different contents from being added to different suites in the same archive. - Add client commands to list, show, and remove packages in archives. - Allow update_suites workflow to sign using the repository key even when being run by a non-owner of the workspace. - Improve selection of debdiff package versions for security uploads. - Use scheduler tags when calculating dynamic worker pool demands. direvent (5.5-1) unstable; urgency=medium . * Set myself as maintainer (Closes: #1141057) * New upstream version 5.5 (Closes: #1139337) - Update upstream signing key - Remove all patches, no longer needed or applied upstream - Update copyright information * Actually run unit tests with autopkgtest * Remove trailing whitespace * Enable Salsa CI using default template * Stop providing init script django-pipeline (4.1.0-4) unstable; urgency=medium . * Team upload. * Reupload with git-debpush 15.x. . django-pipeline (4.1.0-3) unstable; urgency=medium . * Team upload. * Specify packages using include rather than exclude, fixing stray files installed under dist-packages/build/. * Clean *.egg-info/ (closes: #1044278). dpkg-dev-el (37.21.1) unstable; urgency=medium . * Update allow Debian distribution: experimental -> rc-buggy (Closes: #1142668) * Update to debhelper-compat 14 - Also drop references to ${misc:Depends}; no longer necessary. flufl.lock (9.1.0-1) unstable; urgency=medium . * Team upload. * New upstream release. gallery-dl (1.32.8-1) unstable; urgency=medium . * New upstream version 1.32.8. 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 libmodule-pluggable-perl (6.4-1) unstable; urgency=medium . * Team upload. * New upstream version 6.4. * Declare compliance with Debian Policy 4.7.4. libthai (0.1.30-3) unstable; urgency=medium . * d/control: Remove substvars auto-filled by dh 14. * d/control: Remove constraints upon ancient version - libthai0, libthai0-udeb: Drop versioned constraint on libthai-data (>= 0.1.10) in Depends. - libthai-data: Drop Breaks on libthai0 (<< 0.1.10). * d/control: Remove Enhances on outdated packages. nose2 (0.16.0-1) unstable; urgency=medium . * Team upload. * Add debian/salsa-ci.yml * Rewrite d/watch in v5 format * Rewrite d/rules with newer & shorter syntax * Clean better (Closes: #1048280) * Implement nocheck & nodoc profiles * Remove unused license definitions for Expat. * Update standards version to 4.7.4, no changes needed. . [ Shanavas M ] * New upstream version 0.16.0 (Closes: #1129350) * Remove obsolete patches * Use local python3 doc for intersphinx pyasn1 (0.6.4-1) unstable; urgency=medium . * Team upload. * New upstream release (closes: #1142388): - CVE-2026-59885 (GHSA-8ppf-4f7h-5ppj): Fixed quadratic time complexity in the OBJECT IDENTIFIER and RELATIVE-OID decoders. - CVE-2026-59884 (GHSA-m4p7-r5rc-7g4j): Limited BER long-form tag IDs to 20 octets (140 bits), matching the OID arc limit introduced in 0.6.2. - CVE-2026-59886 (GHSA-hm4w-wwcw-mr6r): Fixed excessive memory and CPU consumption in Real.__float__() for values with large base-10 exponents. * Standards-Version: 4.7.4. python-imageio (2.37.4-1) unstable; urgency=medium . * New upstream version 2.37.4 * Push Standards-Version to 4.7.4, dh-compat to 14; no changes python-urllib3 (2.7.0-3) unstable; urgency=medium . * Team upload. * Replace deprecated pyOpenSSL X509.get_subject and Context.set_passwd_cb methods (closes: #1142214). rust-gio-sys (0.22.8-1) unstable; urgency=medium . * Team upload * Package gio-sys 0.22.8 from crates.io using debcargo 2.8.4 rust-glib-macros (0.22.6-3) unstable; urgency=medium . * Team upload * Package glib-macros 0.22.6 from crates.io using debcargo 2.8.4 rust-glib-unix-sys (0.22.0-4) unstable; urgency=medium . * Team upload * Package glib-unix-sys 0.22.0 from crates.io using debcargo 2.8.4 rust-glycin-common (1.0.4-3) unstable; urgency=medium . * Team upload * Package glycin-common 1.0.4 from crates.io using debcargo 2.8.4 rust-gobject-sys (0.22.6-3) unstable; urgency=medium . * Team upload * Package gobject-sys 0.22.6 from crates.io using debcargo 2.8.4 rust-gufo (0.4.1-3) unstable; urgency=medium . * Team upload * Package gufo 0.4.1 from crates.io using debcargo 2.8.4 rust-gufo-common (1.1.0-3) unstable; urgency=medium . * Team upload * Package gufo-common 1.1.0 from crates.io using debcargo 2.8.4 rust-gufo-exif (0.4.0-3) unstable; urgency=medium . * Team upload * Package gufo-exif 0.4.0 from crates.io using debcargo 2.8.4 rust-gufo-jpeg (0.4.0-3) unstable; urgency=medium . * Team upload * Package gufo-jpeg 0.4.0 from crates.io using debcargo 2.8.4 rust-gufo-png (0.4.1-4) unstable; urgency=medium . * Team upload * Package gufo-png 0.4.1 from crates.io using debcargo 2.8.4 rust-gufo-tiff (0.4.0-3) unstable; urgency=medium . * Team upload * Package gufo-tiff 0.4.0 from crates.io using debcargo 2.8.4 rust-gufo-webp (0.4.0-3) unstable; urgency=medium . * Team upload * Package gufo-webp 0.4.0 from crates.io using debcargo 2.8.4 rust-gufo-xmp (0.4.0-3) unstable; urgency=medium . * Team upload * Package gufo-xmp 0.4.0 from crates.io using debcargo 2.8.4 rust-symlink (0.1.0-1) unstable; urgency=medium . * Package symlink 0.1.0 from local source using debcargo 2.8.4 rust-tracing-appender (0.2.5-1) unstable; urgency=medium . * Team upload. * Package tracing-appender 0.2.5 from crates.io using debcargo 2.8.4 sphinx (9.1.0-6) unstable; urgency=medium . * Require texlive-latex-base >= 2026.20260711. Thanks to Hilmar Preuße for the hint! sphinx (9.1.0-5) unstable; urgency=medium . [ Dmitry Shachnev ] * Replace snowball-3.1.0.diff with the version that was applied upstream. * Add a patch to bump Docutils upper limit to 0.24. * Backport upstream patch to fix LaTeX builds with June 2026 TeX Live (closes: #1142055). * Copy sphinx/locale to the test directory before running tests. This fixes tests when sphinx-common is not installed, e.g. for nodoc. . [ Alexandre Detiste ] * Salsa CI: test the nocheck & nodoc profiles. * Salsa CI: disable two jobs that are useless for packages only building for "all" architecture. texlive-base (2026.20260711-2) unstable; urgency=medium . * LaTeX kernel breaks Sphinx; add Breaks statement. texlive-base (2026.20260711-1) unstable; urgency=medium . * New upstream snapshot; refresh / disable / redo patches. - Contains fix for spath3 (Closes: #1138766). twig-i18n-extension (5.0.2-1) unstable; urgency=medium . * Replace the Salsa CI config file with "recipes/debian.yml@salsa-ci-team/pipeline" * Bump copyright years * Use /usr/share/php/ for require paths for DEP-8 * New upstream version 5.0.2 - Adapt tests to Twig 3.26.0 (Closes: #1137412) * Bump Standards-Version to 4.7.4 twig-i18n-extension (5.0.1-1) unstable; urgency=medium . * New upstream version 5.0.1 * Remove now default Priority: optional * Remove now default Rules-Requires-Root: no * Migrate d/watch to version 5 and git mode * Update d/gbp.conf to filter files * Enable back the Twig test * Use phpunit --do-not-cache-result --no-coverage --fail-on-empty-test-suite * Bump Standards-Version to 4.7.3 * Drop patches * Revert "Actually disable the test requiring an obsolete PHPUnit version" twig-i18n-extension (5.0.0-1.1) unstable; urgency=medium . * Non-maintainer upload * Actually disable the test requiring an obsolete PHPUnit version That test is broken in testing anyway, and prevents php-twig to migrate twig-i18n-extension (5.0.0-1) unstable; urgency=medium . * New upstream version 5.0.0 * Add a patch to fix testing deprecations * Require php-twig 3.17 * Add a simple DEP-8 test * Require a lower PHPUnit version for the test (Closes: #1070641) twig-i18n-extension (4.1.3-2) unstable; urgency=medium . [ David Prévot ] * Ignore deprecation notices during tests (Closes: #1090840) . [ William Desportes ] * Relax pkg-php-tools version restriction for unstable twig-i18n-extension (4.1.3-1) unstable; urgency=medium . * New upstream version 4.1.3 twig-i18n-extension (4.1.1-1) unstable; urgency=medium . * New upstream version 4.1.1 * Drop the Twig 3.9.0 conflict patch twig-i18n-extension (4.1.0-2) unstable; urgency=medium . * Bump Standards-Version to 4.7.0 * Conflict with Twig 3.9.0 twig-i18n-extension (4.1.0-1) unstable; urgency=medium . * New upstream version 4.1.0 twig-i18n-extension (4.0.1-2) unstable; urgency=medium . * Update Standards-Version to 4.6.2 twig-i18n-extension (4.0.1-1) experimental; urgency=medium . * New upstream version 4.0.1 * Update d/copyright * Make build depends on php-phpmyadmin-motranslator * Add a dependency on phpab and php-phpmyadmin-motranslator * Add test/autoload.php to d/clean twig-i18n-extension (3.0.0-3) unstable; urgency=medium . * Bump Standards-Version to 4.6.1 * Relieve Matthias and Felipe from the "Uploaders" field * Update d/copyright * Mark this package as "Multi-Arch: foreign" * Simplify d/tests setup * Use phpabtpl to generate the autoload template file * Depend on dh-sequence-phpcomposer * Refresh pkg-php-tools overrides setup twig-i18n-extension (3.0.0-2) unstable; urgency=medium . [ William Desportes ] * Fix automatic dependencies resolving. * Improve Depends from d/tests/phpunit * Run "wrap-and-sort" and "cme fix dpkg" * Update Standards-Version to 4.5.1 * Set debian branch to debian/latest (DEP-14) * Re-work autloader generation * Move the package and autoload to "usr/share/php/PhpMyAdmin/Twig/Extensions" * Update d/clean, d/copyright * Add d/docs . [ David Prévot ] * Use installed package for autopkgtest. twig-i18n-extension (3.0.0-1) unstable; urgency=medium . * New upstream version 3.0.0 * Bump debhelper-compat to 13 * Add upstream metadata file twig-i18n-extension (2.0.0-2) unstable; urgency=medium . * Team upload. * Source-only upload. twig-i18n-extension (2.0.0-1) unstable; urgency=medium . * Initial release. (Closes: #949005)