linux/debian/templates/control.headers.featureset.in
Bastian Blank 4ba3d53322 * debian/changelog: Update.
* debian/rules.real, debian/templates/control.headers.featureset.in:
  Add -common to header package names.
* debian/templates/control.headers.in
  - Add -common to package name.
  - Drop provides.

svn path=/dists/trunk/linux-2.6/; revision=9558
2007-09-26 19:11:30 +00:00

15 lines
767 B
Text

Package: linux-headers-@upstreamversion@@abiname@-common@localversion_headers@
Section: devel
Priority: optional
Description: Common header files for Linux @upstreamversion@
This package provides the architecture-specific common kernel header files
for Linux kernel version @upstreamversion@, generally used for building out-of-tree
kernel modules. To obtain a complete set of headers you also need to install
the linux-headers-@upstreamversion@@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-$(uname -r)
.
and it will be unpacked in /usr/src/linux-headers-@upstreamversion@@abiname@-(flavour).