修复 PPA Unable to identify 'package': user@mycomputer 在 launchpad 中
问题:
你已将 DEB 包上传到 Launchpad PPA(例如使用 dput),但你收到类似这样的错误消息:
解决方案:
你需要在 debian/changelog 中使用正确的电子邮件地址(必须在 Launchpad 中注册)。
为此,在运行 dch 之前设置 $DEBEMAIL 环境变量
示例:
fix_ppa_commands.sh
export DEBEMAIL=myemail@example.com
dch [...]如果未设置 $DEBEMAIL,将使用 [username]@[hostname]
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow