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 90b731ecdbe47dda12d67a3e08e6e0bf647560ca
Merge: f9a1230 37d4667
Author: Michael Prokop <115592+mika@users.noreply.github.com>
Date: Mon Jun 30 17:24:05 2025 +0200
Merge pull request #24 from guillemj/pu/armoring
debian: Generate the .pgp keyring as binary OpenPGP keyring
commit 37d4667bf779ad3d3b1f22f76912325cc14c2182
Author: Guillem Jover <guillem@debian.org>
Date: Mon Jun 30 17:09:46 2025 +0200
debian: Generate the .pgp keyring as binary OpenPGP keyring
The expectation is that a .pgp (or previously .gpg) named keyring
contains binary OpenPGP data, not ASCII Armor data.
Fix the SOP invocation to actually perform a dearmor, instead of an
armor.
Fixes: commit 53b4adf6e6e95fbadc9a6f9b60437c5dab1beb72
Fixes: #23