diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:28:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-11 08:28:00 +0000 |
commit | 3565071f226432336a54d0193d729fa4508a3394 (patch) | |
tree | 4cde13f078f84c0a7785d234fd52edce7c90546a /debian/templates/headers.featureset.control.in | |
parent | Adding upstream version 6.6.15. (diff) | |
download | linux-3565071f226432336a54d0193d729fa4508a3394.tar.xz linux-3565071f226432336a54d0193d729fa4508a3394.zip |
Adding debian version 6.6.15-2.debian/6.6.15-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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. |