vcswatch reports that
this package seems to have a new changelog entry (version
249, 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 874f1c13b898975c3fbf16543e21384a5a6d484f
Merge: 29024641 c4da540b
Author: Christoph Berg <myon@debian.org>
Date: Tue Mar 14 15:34:13 2023 +0100
Merge branch 'bookworm'
commit 290246412f042e447923a937a2ad38c2522df9be
Merge: 0e6a18aa cb1453d4
Author: Christoph Berg <myon@debian.org>
Date: Tue Mar 14 14:12:20 2023 +0000
Merge branch 'fix-set-conffile-regex' into 'master'
Fix set_conffile_value comment parsing regular expression
See merge request postgresql/postgresql-common!17
commit cb1453d4e2830e63465f7ec1b0f98757d24a0e4e
Author: Athos Ribeiro <athos.ribeiro@canonical.com>
Date: Thu Mar 9 11:29:51 2023 -0300
Fix set_conffile_value comment parsing regular expression
commit 0e6a18aa221a2b230cdf229df4db78673f8fc16f
Author: Christoph Berg <myon@debian.org>
Date: Tue Feb 28 13:11:21 2023 +0100
t/003_alternatives.t: Be less strict on doc package name
commit 70fbd152896b20fb088be392243bee5593802a71
Author: Christoph Berg <myon@debian.org>
Date: Mon Feb 27 16:59:20 2023 +0000
t/001_packages.t: Require only one -doc package to be installed
Skip doc tests on 8.x.
commit 6bd824193f0d66aa01b69bfe53d707962ff51974
Author: Christoph Berg <myon@debian.org>
Date: Mon Feb 27 15:51:47 2023 +0100
debian/maintscripts-functions: PKG_VER is the 3rd argument
commit bb6bdfb32dd4643bf59c8d5e178aa94e0f4c2d26
Author: Christoph Berg <myon@debian.org>
Date: Fri Feb 24 17:34:09 2023 +0100
pg_upgradecluster: Copy encryption_key_command from old cluster to support PostgreSQL TDE.
commit 4fd227a35b03cbd030b2e7be20a4184b5bb4cfa4
Author: Christoph Berg <myon@debian.org>
Date: Thu Feb 23 17:13:00 2023 +0100
debian/maintscripts-functions: Support flavored server packages.
commit 078f4101151dad019c7bea5903701a2c04c5a668
Author: Christoph Berg <myon@debian.org>
Date: Wed Feb 22 11:52:58 2023 +0100
server/postgresql.mk: Fix build when pkg.postgresql.nolibpkgs is active
commit c117e589b1a6246f035fa757608e08daf22163bb
Author: Christoph Berg <myon@debian.org>
Date: Tue Feb 21 13:33:55 2023 +0100
t/003_alternatives.t: Add test for alternatives
commit 14fcd006f3544a669193e25fb8205e1dc594b8ff
Author: Christoph Berg <myon@debian.org>
Date: Tue Feb 21 11:39:42 2023 +0100
Merge postmaster.1.gz alternatives into psql.1.gz link group.
postmaster.1.gz is has been deprecated for a long time and is being removed in
PG16. Since we want to be more flexible with moving binaries between client and
server packages, it makes sense to only maintain one link group shared between
them, so move everything to psql.1.gz. (The doc link group SPI_connect.3.gz is
still separate.)
commit 91e7907d0853b51812e2c9ef810b87e471523caa
Author: Christoph Berg <myon@debian.org>
Date: Fri Feb 17 16:15:55 2023 +0000
testsuite: Support flavored server packages (testsuite -F ee) and really exit on ^C
commit 963ba5bfeae7ed4eb69aabc5b1a6ba88d348a867
Author: Christoph Berg <myon@debian.org>
Date: Tue Feb 14 18:45:10 2023 +0100
Depend on sysvinit-utils alternatively to obsolete lsb-base.
commit 8e4bb7a966d585fb442dad382d73967d38aa5b42
Author: Christoph Berg <myon@debian.org>
Date: Tue Feb 14 18:44:02 2023 +0100
server/catversion: Also extract catalog file version number.
commit 07cf403a0ad829059890fa5790894863cd1ef83d
Author: Christoph Berg <myon@debian.org>
Date: Mon Feb 13 16:24:38 2023 +0100
debian/maintscripts-functions: Accept 2char-suffix on server package names
commit 3b17f6b6e3d87dda00a6b49416972218a03dd047
Author: Christoph Berg <myon@debian.org>
Date: Mon Feb 13 16:24:35 2023 +0100
server/postgresql.mk: Allow setting MAJOR_PKG for custom server packages.
When building server packages that have a suffix on the package names, use this
debian/rules file:
MAJOR_VER := 14
override MAJOR_PKG := 14ee
include /usr/share/postgresql-common/server/postgresql.mk