Version in base suite: 1.8.0-1 Base version: pg-squeeze_1.8.0-1 Target version: pg-squeeze_1.8.0-1+deb13u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/p/pg-squeeze/pg-squeeze_1.8.0-1.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/p/pg-squeeze/pg-squeeze_1.8.0-1+deb13u1.dsc changelog | 6 ++++++ rules | 1 + tests/concurrency | 1 + tests/installcheck | 1 + 4 files changed, 9 insertions(+) dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpqdt_bhe3/pg-squeeze_1.8.0-1.dsc: no acceptable signature found dpkg-source: warning: cannot verify inline signature for /srv/release.debian.org/tmp/tmpqdt_bhe3/pg-squeeze_1.8.0-1+deb13u1.dsc: no acceptable signature found diff -Nru pg-squeeze-1.8.0/debian/changelog pg-squeeze-1.8.0/debian/changelog --- pg-squeeze-1.8.0/debian/changelog 2025-01-24 13:53:21.000000000 +0000 +++ pg-squeeze-1.8.0/debian/changelog 2026-08-12 19:51:04.000000000 +0000 @@ -1,3 +1,9 @@ +pg-squeeze (1.8.0-1+deb13u1) trixie; urgency=medium + + * Set output_plugin_libraries=pg_squeeze for tests. (Closes: #1147949) + + -- Christoph Berg Wed, 12 Aug 2026 21:51:04 +0200 + pg-squeeze (1.8.0-1) unstable; urgency=medium * New upstream version 1.8.0. diff -Nru pg-squeeze-1.8.0/debian/rules pg-squeeze-1.8.0/debian/rules --- pg-squeeze-1.8.0/debian/rules 2023-08-16 13:37:08.000000000 +0000 +++ pg-squeeze-1.8.0/debian/rules 2026-08-12 19:51:04.000000000 +0000 @@ -9,5 +9,6 @@ override_dh_pgxs_test: pg_buildext \ -o 'shared_preload_libraries=pg_squeeze' \ + -o 'output_plugin_libraries=pg_squeeze' \ -o 'wal_level=logical' \ installcheck . . postgresql-%v-squeeze diff -Nru pg-squeeze-1.8.0/debian/tests/concurrency pg-squeeze-1.8.0/debian/tests/concurrency --- pg-squeeze-1.8.0/debian/tests/concurrency 2023-08-24 13:26:25.000000000 +0000 +++ pg-squeeze-1.8.0/debian/tests/concurrency 2026-08-12 19:51:04.000000000 +0000 @@ -6,6 +6,7 @@ pg_buildext \ -o 'shared_preload_libraries=pg_squeeze' \ + -o 'output_plugin_libraries=pg_squeeze' \ -o 'wal_level=logical' \ virtualenv << EOF set -eux diff -Nru pg-squeeze-1.8.0/debian/tests/installcheck pg-squeeze-1.8.0/debian/tests/installcheck --- pg-squeeze-1.8.0/debian/tests/installcheck 2023-08-16 13:37:08.000000000 +0000 +++ pg-squeeze-1.8.0/debian/tests/installcheck 2026-08-12 19:51:04.000000000 +0000 @@ -2,5 +2,6 @@ pg_buildext \ -o 'shared_preload_libraries=pg_squeeze' \ + -o 'output_plugin_libraries=pg_squeeze' \ -o 'wal_level=logical' \ installcheck