diff options
Diffstat (limited to '')
-rw-r--r-- | debian/templates/control.main.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/templates/control.main.in b/debian/templates/control.main.in new file mode 100644 index 000000000..aa092b025 --- /dev/null +++ b/debian/templates/control.main.in @@ -0,0 +1,11 @@ +Package: @source_basename@-support-@abiname@ +Build-Profiles: <!stage1> +Architecture: all +Section: devel +Depends: ${python3:Depends}, ${misc:Depends} +Multi-Arch: foreign +Description: Support files for Linux @upstreamversion@ + This package provides support files for the Linux kernel build, + e.g. scripts to handle ABI information and for generation of + build system meta data. + |