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 2298135551f2a08e0df6515a2f53d24fffefdd88
Merge: 7063764 f74cf26
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Sun Jul 5 14:06:28 2026 +0200
Merge branch 'sysusers' into 'debian/latest'
Install and use sysusers.d/tmpfiles.d config files
See merge request debian/torrus!4
commit f74cf26217233ea0bed8f824316d48cb31d7d3eb
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Sun Jul 5 11:48:31 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
Note that this does not require a hard dependency on systemd,
debhelper generates depetencies correctly so that they work out
of the box on non-systemd and non-linux Debian builds seamlessly.