Hi! On Sat, 2025-03-01 at 11:36:09 +0100, Christian Marillat wrote:
Package: dupload Version: 2.13.0 Severity: serious
Since 2.13.0 dupload doesn't work. Downgrading to 2.12.0 solve this issue. ,---- | $ debrelease -S | dupload: warning: mail options disabled, cannot run '/usr/sbin/sendmail': No such file or directory | dupload note: no announcement will be sent. | Checking OpenPGP signatures on ../displaycal-py3_3.9.14-3_source.changes... | gpgv: Signature made Sat Mar 1 11:27:32 2025 CET | gpgv: using RSA key A401FF99368FA1F98152DE755C808C2B65558117 | gpgv: Can't check signature: No public key | openpgp-check: error: cannot verify OpenPGP signature for ../displaycal-py3_3.9.14-3_source.changes: no acceptable signature found | | dupload: error: Pre-upload '/usr/share/dupload/openpgp-check %1' failed for ../displaycal-py3_3.9.14-3_source.changes `----
I assume this is fallout from the new OpenPGP multi-backend support, which requires passing explicit keyrings for hosts that have an openpgp-check hook enabled. This is the case for pre-configured hosts in the shipped conffile, but I'm assuming you might be using a custom host entry?
I improved yesterday the error reporting to make this error condition more clear and how to fix it. And I'm thinking about adding a NEWS entry, because I guess the implications of the changes are not obvious at all.
Thanks, Guillem