summaryrefslogtreecommitdiffstats
path: root/debian/templates/headers.featureset.control.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/templates/headers.featureset.control.in15
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 000000000..cc7658f29
--- /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.