我正在尝试为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软件包时,此驱动程序正常工作,但在构建deb之后,它们将无法安装。 module-assistant无法找到内核源代码。
These are the instructions I used:他们过去曾工作过。