Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Debian制御ファイルのdependsセクションに特定のカーネルとヘッダーを追加するにはどうすればよいですか?
正しく動作するために特定のカーネルパッチが必要なパッケージをコンパイルしようとしています。
[新しいメンテナー ガイド][1] が言うように: パッケージ (= バージョン) 構文を使用して、パッケージの特定のバージョンを修正します。カーネルの場合、バージョン名はパッケージ名にも含まれているため、次のようなものです
Depends: linux-image-3.0.0-1-amd64
十分なはずです。
[1] http://www.debian.org/doc/manuals/maint-guide/