vcswatch reports that
this package seems to have a new changelog entry (version
288, distribution
UNRELEASED) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit e23993a776f0a50dd878b3ca8beac86a8c4155f1
Author: Christoph Berg <myon@debian.org>
Date: Thu Nov 13 16:08:35 2025 +0100
PgCommon.pm package_list: Accept held packages as installed.
commit 98beacc3527a4ec2417a655110dd1c251e8831a7
Merge: 2388240 2430f4b
Author: Christoph Berg <myon@debian.org>
Date: Thu Nov 13 15:05:02 2025 +0000
Merge branch 'held_packages' into 'master'
Return held packages from package_list
See merge request postgresql/postgresql-common!27
commit 2430f4b451ba20d38818c2471ac685af96c17c2d
Author: Magnus Hagander <magnus@hagander.net>
Date: Thu Nov 13 15:45:49 2025 +0100
Return held packages from package_list
package_list should return a list of all installed packages matching
a pattern, but the regexp excluded packages that were included-but-held.
In practice, this means pg_upgradecluster would fail to upgrade to a
version where the postgresql package was held. E.g. an upgrade from X to
Y where the postgresql-Y package was held would fail, saying the package
was missing.
To fix this, update the regexp to include both installed and held
packages.
commit 23882407cb838669078bfc23b19e5fa4bb851ec1
Author: Christoph Berg <myon@debian.org>
Date: Thu Nov 13 15:24:08 2025 +0100
Remove obsolete /etc/sysctl.d/30-postgresql-shm.conf, take 2. (Closes: #1120606)
Bump to-be-removed-in-version to 288 (this is not a typo of 228 :).