add a per-flavour header template, and add @subarch@ bit to linux-image

svn path=/trunk/kernel/source/linux-kernel-2.6.12/; revision=3445
This commit is contained in:
Andres Salomon 2005-07-10 19:09:57 +00:00
parent 59bb7b6ea7
commit 7f80cbaf1d
2 changed files with 18 additions and 1 deletions

View File

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

View File

@ -1,4 +1,4 @@
Package: linux-image-@version@-@abiname@-@flavour@
Package: linux-image-@subarch@@version@-@abiname@-@flavour@
Architecture: @arch@
Section: base
Priority: optional