vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit f60d2ef84cd0a094684d284d2aaf529a75f9cb4d
Merge: 1f0e577 93c8213
Author: Marco Nenciarini <mnencia@debian.org>
Date: Mon Jun 8 16:07:12 2026 +0000
Merge branch 'sysusers' into 'master'
Install and use sysusers.d/tmpfiles.d config files
See merge request postgresql/barman!4
commit 93c82132fbb23dc91da2316c5cc712312e58175d
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sat May 30 11:58:07 2026 +0100
Install and use sysusers.d/tmpfiles.d config files
sysusers.d/tmpfiles.d config files allow a package to use
declarative configuration instead of manually written maintainer
scripts. This also allows image-based systems to be created with
/usr/ only, and also allows for factory resetting a system and
recreating /etc/ on boot.
https://www.freedesktop.org/software/systemd/man/latest/sysusers.d.html
https://www.freedesktop.org/software/systemd/man/latest/tmpfiles.d.html
commit 004ec673ceb44385ed469d362ac5dda987237b3f
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sat May 30 11:57:13 2026 +0100
Stop deleting system user on remove/purge
This is widely considered bad practice, as the kernel recycles
UIDs/GIDs. So any potential leftover file/directory can then
become owned by the next user/group that gets added, with
unpredictable consequences.