如何修复 dput 'error 58: gpgme_op_verify'
问题:
你想使用 dput <filename>.changes 将包上传到 PPA,但你看到类似这样的错误消息:
gpgme_op_verify_error.txt
Checking signature on .changes
gpg: /home/uli/dev/deb-buildscripts/stm8flash_0.1-git261-deb1-1_amd64.changes: error 58: gpgme_op_verify
gpgme_op_verify: GPGME: No data解决方案
你需要在上传前签名你的 .changes 文件!使用以下命令
debsign_example.sh
debsign -k 1BBC8BAA <filename>.changes其中 1BBC8BAA 是你打算用于签名的 GPG 密钥 ID。
Check out similar posts by category:
Build Systems
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow