1

我正在尝试为 Ubuntu 和新的 Debian 制作一些 .deb 文件。当我运行过去有效的方法时,输出中有几条注释。我想解决任何问题,但我无法理解错误,也无法在网上找到固定代码的示例。

这些是命令和注释:

dpkg-buildpackage -rfakeroot
.... all ok and then ....
dh_testdir: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_testroot -i
dh_installchangelogs  -i
dh_installchangelogs: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_installdocs -i
dh_installdocs: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_link -i
dh_link: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_compress -i
dh_compress: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_fixperms -i
dh_fixperms: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_installdeb -i
dh_installdeb: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_installdeb -i
dh_installdeb: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_shlibdeps -i
dh_shlibdeps: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_gencontrol -i
dh_gencontrol: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_md5sums -i
dh_md5sums: You asked that all arch in(dep) packages be built, but there are none of that type.
dh_builddeb -iv
dh_builddeb: You asked that all arch in(dep) packages be built, but there are none of that type.

当我编译源代码并在不制作 deb 包的情况下安装它时,此驱动程序有效,但在构建 debs 后它们将不会安装。module-assistant 找不到内核源。

这些是我使用的说明:它们在过去有效。

4

0 回答 0