0

使用以下命令安装 debuild 工具链后:

sudo apt-get install devscripts build-essential lintian

debuild运行构建包时出现以下错误:

dh clean  --with=config-package
dh: unable to load addon config-package: Can't locate Debian/Debhelper/Sequence/config_package.pm in @INC
(you may need to install the Debian::Debhelper::Sequence::config_package module) (@INC contains: ...) at (eval 12) line 2.
BEGIN failed--compilation aborted at (eval 12) line 2.

debian/rules:22: recipe for target 'clean' failed
4

1 回答 1

0

我通过安装软件包来修复它config-package-dev

sudo apt-get install config-package-dev
于 2018-07-18T06:47:26.443 回答