In watchfile debian/watch, reading webpage https://www.gnokii.org/download/gnokii/ failed: 404 Not Found
commit 2cd3bc0bb35a748fac4b94cba33504b1591b285f
Merge: 62a50a3 fb151d9
Author: Alexandre Detiste <alexandre.detiste@gmail.com>
Date: Wed May 20 09:11:38 2026 +0200
Merge branch 'sysusers' into 'master'
Install and use sysusers.d/tmpfiles.d config files
See merge request debian/gnokii!1
commit fb151d97efda66eccf16f2edf6299c7c14629c94
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Tue May 19 23:09:56 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 a42ecc6474be47b069a3357e9f1ae068769adc95
Author: Luca Boccassi <luca.boccassi@gmail.com>
Date: Tue May 19 23:08:39 2026 +0100
Stop deleting system user/group 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.
Among the 4 debian patches available in version 0.6.31+dfsg-7 of the package, we noticed the following issues: