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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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/