vcswatch reports that
this package seems to have a new changelog entry (version
0.21-1, distribution
unstable) and new commits
in its VCS. You should consider whether it's time to make
an upload.
Here are the relevant commit messages:
commit 255a356b3936800301ba67906738ac588756b64c
Author: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Date: Tue Sep 9 14:34:02 2025 +0200
d/watch: update to version 5
commit 64680b4b3f901dbd896f783f581be385d000d824
Author: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Date: Tue Sep 9 13:27:53 2025 +0200
Update to efibootguard 0.21
commit b72968213d4fd083bce1c85340a9d69c4058a223
Author: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Date: Tue Sep 9 13:22:25 2025 +0200
d/patches: Remove patch
The ld warnings of efibootguard are fixed so this patch can be dropped.
commit d5b28cd8d69c5eff3e87f0b660f3e433651941f1
Author: Quirin Gylstorff <quirin.gylstorff@siemens.com>
Date: Tue Sep 9 12:31:01 2025 +0200
d/rules: Remove -Wno-error
The build error with gcc-15 was fixed in upstream.
commit b711c6584c60ea2c5939ea38445e5f0691099860
Author: Bastian Germann <bage@debian.org>
Date: Fri Sep 5 08:48:36 2025 +0200
Build with -Wno-error (Closes: #1096566)
While -Werror is okay to have in a build, a Linux distribution should
keep building most pkgs on compiler upgrade. The upgrade to gcc-15 broke
efibootguard's build because of a error-turned-warning.