diff options
Diffstat (limited to '')
-rw-r--r-- | debian/templates/tools-versioned.control.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/templates/tools-versioned.control.in b/debian/templates/tools-versioned.control.in new file mode 100644 index 0000000000..91e126fa1b --- /dev/null +++ b/debian/templates/tools-versioned.control.in @@ -0,0 +1,8 @@ +Package: linux-kbuild-@abiname@ +Meta-Rules-Target: kbuild +Build-Profiles: <!pkg.linux.notools> +Architecture: linux-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign +Description: Kbuild infrastructure for Linux @abiname@ + This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version@. |