diff options
Diffstat (limited to 'debian/templates/headers.featureset.control.in')
-rw-r--r-- | debian/templates/headers.featureset.control.in | 12 |
1 files changed, 12 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..bbccc0c62 --- /dev/null +++ b/debian/templates/headers.featureset.control.in @@ -0,0 +1,12 @@ +Package: linux-headers-@abiname@-common@localversion@ +Meta-Rules-Target: headers-common +Build-Profiles: <!stage1 !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. 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. |