diff options
Diffstat (limited to 'debian/templates/headers.featureset.control.in')
-rw-r--r-- | debian/templates/headers.featureset.control.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/templates/headers.featureset.control.in b/debian/templates/headers.featureset.control.in new file mode 100644 index 0000000000..cc7658f293 --- /dev/null +++ b/debian/templates/headers.featureset.control.in @@ -0,0 +1,15 @@ +Package: linux-headers-@abiname@-common@localversion@ +Meta-Rules-Target: headers-common +Build-Profiles: <!pkg.linux.nokernel> +Architecture: all +Depends: ${misc:Depends} +Multi-Arch: foreign +Description: Common header files for Linux @abiname@@localversion@ + This package provides the common kernel header files for Linux kernel + version @abiname@@featureset_desc@, generally used for building + out-of-tree kernel modules. These files are going to be installed into + /usr/src/linux-headers-@abiname@-common@localversion@. + . + To obtain a complete set of headers you also need to install the + linux-headers-@abiname@-(flavour) package, matching the flavour of + the kernel you intend the build for. |