我正在尝试从源代码构建一个 deb 包。当我运行时:
debuild -b -uc -us
我从源代码目录中获得:
debuild: fatal error at line 679:
cannot find readable debian/changelog anywhere!
Are you in the source code tree?
还有这个:
trey@focal:~/freac-1.1.3$ dpkg-buildpackage -rfakeroot -b -uc -us
dpkg-buildpackage: error: cannot open file debian/changelog: No such file or directory
我不明白发生了什么事。
答案1
部分答案
FWIW,关于
debuild: fatal error at line 679:
cannot find readable debian/changelog anywhere!
Are you in the source code tree?
squawk,我发现,在很多情况下,安装假根包裹阻止了所述尖叫声的发生......