Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: [email protected]
Control: affects -1 + src:pg-squeeze
User: [email protected]
Usertags: pu

Please accept pg-squeeze/1.8.0-1+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 pg-squeeze-1.8.0/debian/changelog pg-squeeze-1.8.0/debian/changelog
--- pg-squeeze-1.8.0/debian/changelog	2025-01-24 14:53:21.000000000 +0100
+++ pg-squeeze-1.8.0/debian/changelog	2026-08-12 21:51:04.000000000 +0200
@@ -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 <[email protected]>  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	2025-01-24 14:53:21.000000000 +0100
+++ pg-squeeze-1.8.0/debian/rules	2026-08-12 21:51:04.000000000 +0200
@@ -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	2025-01-24 14:53:21.000000000 +0100
+++ pg-squeeze-1.8.0/debian/tests/concurrency	2026-08-12 21:51:04.000000000 +0200
@@ -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	2025-01-24 14:53:21.000000000 +0100
+++ pg-squeeze-1.8.0/debian/tests/installcheck	2026-08-12 21:51:04.000000000 +0200
@@ -2,5 +2,6 @@
 
 pg_buildext \
 	-o 'shared_preload_libraries=pg_squeeze' \
+	-o 'output_plugin_libraries=pg_squeeze' \
 	-o 'wal_level=logical' \
 	installcheck

Reply via email to