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 9774af4358e653111ea37a331a93249aede3eb3d
Author: Jonathan McDowell <noodles@earth.li>
Date: Fri Oct 31 19:05:59 2025 +0000
Make DB4 backend quieter when num_keydb file is missing
This file tells us how many DB4 files we're sharding across for actual
key storage. If it's not found, we create it. Only log an error if it's
not that the file doesn't exist.
commit 4dc6eae2858230e1ac89a08fc32b3c15c213f7ce
Author: Jonathan McDowell <noodles@earth.li>
Date: Fri Oct 31 18:40:48 2025 +0000
Add a generic key deletion test case
Our existing deletion tests look for artefacts in the key database
directory. We can also generically check that a key is no longer found
after being deleted.
commit aa301e6537ef6ba67efd76b493779e9798f8ec42
Author: Jonathan McDowell <noodles@earth.li>
Date: Fri Oct 31 15:22:49 2025 +0000
Add a dummy skeleton keydb backend
We want to add Lightning Memory-Mapped DB + SQLite3 backends, so let's
start by added a skeleton we can work from.
commit 8fa7fc4f9494e30508152e14f657ffd0413ffe36
Author: Jonathan McDowell <noodles@earth.li>
Date: Fri Oct 31 14:32:28 2025 +0000
CMake: Configure to export compilation commands
Create a compile_commands.json file listing the compilation commands,
allowing for LSP tools like ccls to correctly navigate their way around
the code.