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 59f6048c6f838f57dab23e71e3f72e8ad8fa7407
Merge: 3793eb4d ec29338e
Author: Martin-Éric Racine <martin-eric.racine@iki.fi>
Date: Sat Nov 8 14:18:51 2025 +0200
Merge branch 'sysusers' into 'debian/latest'
Install and use sysusers.d config files
See merge request debian/dhcpcd!7
dh-sequence-installsysusers is provided by debhelper since 13.9,
systemd-sysusers by systemd since 215 and opensysusers Provides
a subsitute for Hurd since Bullseye.
commit ec29338e750dd016c7979b0ec70426e7bcbafed5
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Oct 19 17:49:43 2025 +0100
Install and use sysusers.d config files
sysusers.d config files allows a package to use declarative configuration
instead of manually written maintainer scripts.
Install files for the packages using adduser, and switch over.
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
Also stop deleting the user on purge, as that is considered
bad practice, as any potential leftover file/directory can then become
owned by the next user/group that gets added, with unpredictable
consequences.