diff options
Diffstat (limited to '')
-rw-r--r-- | debian/templates/tools-versioned.control.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/templates/tools-versioned.control.in b/debian/templates/tools-versioned.control.in new file mode 100644 index 000000000..84480de13 --- /dev/null +++ b/debian/templates/tools-versioned.control.in @@ -0,0 +1,18 @@ +Package: linux-kbuild-@version@ +Meta-Rules-Target: kbuild +Build-Profiles: <!stage1 !pkg.linux.notools> +Architecture: linux-any +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign +Description: Kbuild infrastructure for Linux @version@ + This package provides the kbuild infrastructure for the headers packages for Linux kernel version @version@. + +Package: linux-bootwrapper-@abiname@ +Meta-Rules-Target: bootwrapper +Build-Profiles: <!stage1 !pkg.linux.notools> +Architecture: powerpc ppc64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Multi-Arch: foreign +Description: Boot wrapper tools for Linux @version@ on PowerPC + This package provides the 'wrapper' script and related tools needed + to process the Linux kernel image for use with some PowerPC platforms. |