fix up flavour-specific description

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3452
This commit is contained in:
Andres Salomon 2005-07-11 01:08:28 +00:00
parent 1ecebf4256
commit f8b42f8b8a
1 changed files with 8 additions and 12 deletions

View File

@ -2,16 +2,12 @@ Package: linux-headers-@subarch@@version@-@abiname@-@flavour@
Architecture: @arch@ Architecture: @arch@
Section: devel Section: devel
Priority: optional Priority: optional
Depends: coreutils | fileutils (>= 4.0) Depends: coreutils | fileutils (>= 4.0), linux-headers-@version@-@abiname@
Provides: linux-headers, linux-headers-@major@ Provides: linux-headers, linux-headers-@major@
Description: Common architecture-specific header files for Linux kernel @version@ Description: Architecture-specific header files for Linux kernel @version@
This package provides the (sub)architecture-specific common kernel header files This package provides the architecture-specific kernel header files
for Linux kernel version @version@, generally used for building out-of-tree for Linux kernel @version@ on @flavour@-class machines, generally used for
kernel modules. To obtain a complete set of headers you also need to install building out-of-tree kernel modules. These files are going to be installed
the linux-headers-@version@-@abiname@-(flavour) package, matching the into /usr/src/linux-headers-@subarch@@version@-@abiname@-@flavour@, and can
flavour of the kernel you intend the build for. To obtain such a set for the be used for building modules that load into the kernel provided by the
currently running kernel it is sufficient to run a command linux-image-@subarch@@version@-@abiname@-@flavour@ package.
apt-get install linux-headers-@version@-@abiname@-$(uname -r)
.
and it will be unpacked in /usr/src/linux-headers-@version@-@abiname@-(flavour).