首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Launchpad builderror -无法定位Debian/Debhelper/Sequence/python3pm

Launchpad builderror -无法定位Debian/Debhelper/Sequence/python3pm
EN

Ask Ubuntu用户
提问于 2020-07-30 14:11:17
回答 1查看 5.1K关注 0票数 5

在尝试使用Launchpad食谱打包源文件时,我得到了以下错误。但是,我可以在我的机器上成功地构建这个包(运行18.04)

代码语言:javascript
复制
dh: error: unable to load addon python3: Can't locate Debian/Debhelper/Sequence/python3.pm

这是完整的建木,我的debian/control文件如下所示。

代码语言:javascript
复制
Source: up-clock
Section: python
Priority: extra
Build-Depends: debhelper (>= 10),
 python3,
 python3-distutils-extra
Maintainer: Archisman Panigrahi 
Standards-Version: 4.1.4
X-Python-Version: >= 3.5

Package: up-clock
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends},
 gir1.2-glib-2.0,
 gir1.2-gtk-3.0,
 gir1.2-webkit2-4.0
Description: A beautiful Clock, inspired by Ubuntu Touch homescreen, already on your desktop.
 Inspired by Ubuntu Touch homescreen, this clock is able to show you the
 time in a way you never seen before. The "clouds" changes colors and
 sizes automaticaly awhile showing you the time.

怎么解决这个问题?我已经将python3-distutils-extra添加到Build-Depends中了。

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2020-07-30 14:19:40

dh-python添加到构建-依赖于debian/control文件中。

完成此操作后,Launchpad将生成而不会引发任何错误。

票数 11
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1263305

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档