如何创建依赖于特定内核的 debian 软件包

发布于 2024-12-04 21:43:49 字数 74 浏览 0 评论 0原文

如何将特定的内核和标头添加到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小忆控 2024-12-11 21:43:49

正如[新维护者指南][1]所说:使用package(= version)语法来修复某个包的某个版本。对于内核,版本名称甚至包含在包名称中,因此类似的名称

Depends: linux-image-3.0.0-1-amd64

就足够了。

[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

Depends: linux-image-3.0.0-1-amd64

should suffice.

[1] http://www.debian.org/doc/manuals/maint-guide/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文