Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: [email protected] Control: affects -1 + src:wal2json User: [email protected] Usertags: pu
Please accept wal2json/2.6-2+deb13u1. It fixes a test regression since postgresql-17/17.11-0+deb13u1. [ Checklist ] [x] *all* changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in (old)stable [x] the issue is verified as fixed in unstable Christoph
No differences were encountered between the control files diff -Nru wal2json-2.6/debian/changelog wal2json-2.6/debian/changelog --- wal2json-2.6/debian/changelog 2024-09-15 14:57:54.000000000 +0200 +++ wal2json-2.6/debian/changelog 2026-09-18 09:47:35.000000000 +0200 @@ -1,3 +1,9 @@ +wal2json (2.6-2+deb13u1) trixie; urgency=medium + + * Set output_plugin_libraries=wal2json for tests. (Closes: #1147951) + + -- Christoph Berg <[email protected]> Fri, 18 Sep 2026 07:47:35 +0000 + wal2json (2.6-2) unstable; urgency=medium * Upload for PostgreSQL 17. diff -Nru wal2json-2.6/debian/rules wal2json-2.6/debian/rules --- wal2json-2.6/debian/rules 2024-09-15 14:57:54.000000000 +0200 +++ wal2json-2.6/debian/rules 2026-09-18 09:45:57.000000000 +0200 @@ -6,6 +6,7 @@ -o wal_level=logical \ -o max_replication_slots=5 \ -o extra_float_digits=0 \ + -o output_plugin_libraries=wal2json \ installcheck build-%v postgresql-%v-wal2json %: diff -Nru wal2json-2.6/debian/tests/installcheck wal2json-2.6/debian/tests/installcheck --- wal2json-2.6/debian/tests/installcheck 2024-09-15 14:57:54.000000000 +0200 +++ wal2json-2.6/debian/tests/installcheck 2026-09-18 09:45:57.000000000 +0200 @@ -4,4 +4,5 @@ -o wal_level=logical \ -o max_replication_slots=5 \ -o extra_float_digits=0 \ + -o output_plugin_libraries=wal2json \ installcheck

