如何创建依赖于特定内核的 debian 软件包
如何将特定的内核和标头添加到 debian 控制文件的依赖部分?
我正在尝试编译一个需要特定内核补丁才能正常工作的包。
How would I add a specific kernel and headers to the depends section of a debian control file?
I am trying to compile a package the need specific kernel patches to work right.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如[新维护者指南][1]所说:使用package(= version)语法来修复某个包的某个版本。对于内核,版本名称甚至包含在包名称中,因此类似的名称
就足够了。
[1] http://www.debian.org/doc/manuals/maint-guide /
Just as the [new maintainer guide][1] says: Use package (= version) syntax to fix a certain version of a package. For kernels, the version name is even in the package name, so something like
should suffice.
[1] http://www.debian.org/doc/manuals/maint-guide/