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 e7627533f39c2eb78504ece5131e03c00edadbca
Merge: 3f3cc1c2 7f6f26b6
Author: Leon Romanovsky <leon@kernel.org>
Date: Wed Feb 25 09:56:44 2026 +0200
Merge pull request #1700 from bluca/sysusers
debian: install and use sysusers.d config file
commit 7f6f26b60e2052f3c9876586c8f6ab60f5ee3bfe
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Mon Feb 16 00:30:40 2026 +0000
debian: install and use sysusers.d config file
sysusers.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
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>