Вопрос

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.

Это было полезно?

Решение

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/

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top