Version in base suite: 2.6-2 Base version: wal2json_2.6-2 Target version: wal2json_2.6-2+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/w/wal2json/wal2json_2.6-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/w/wal2json/wal2json_2.6-2+deb13u1.dsc changelog | 6 ++++++ rules | 1 + tests/installcheck | 1 + 3 files changed, 8 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp1wkrhhis/wal2json_2.6-2.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmp1wkrhhis/wal2json_2.6-2+deb13u1.dsc: no acceptable signature found diff -Nru wal2json-2.6/debian/changelog wal2json-2.6/debian/changelog --- wal2json-2.6/debian/changelog 2024-09-15 12:57:54.000000000 +0000 +++ wal2json-2.6/debian/changelog 2026-09-18 07:47:35.000000000 +0000 @@ -1,3 +1,9 @@ +wal2json (2.6-2+deb13u1) trixie; urgency=medium + + * Set output_plugin_libraries=wal2json for tests. (Closes: #1147951) + + -- Christoph Berg 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-05-04 10:20:09.000000000 +0000 +++ wal2json-2.6/debian/rules 2026-09-18 07:45:57.000000000 +0000 @@ -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-05-04 10:20:09.000000000 +0000 +++ wal2json-2.6/debian/tests/installcheck 2026-09-18 07:45:57.000000000 +0000 @@ -4,4 +4,5 @@ -o wal_level=logical \ -o max_replication_slots=5 \ -o extra_float_digits=0 \ + -o output_plugin_libraries=wal2json \ installcheck