diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:49:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:49:59 +0000 |
commit | 01997497f915e8f79871f3f2acb55ac465051d24 (patch) | |
tree | 1ce1afd7246e1014199e15cbf854bf7924458e5d /debian/templates/tools-versioned.control.in | |
parent | Adding upstream version 6.1.76. (diff) | |
download | linux-01997497f915e8f79871f3f2acb55ac465051d24.tar.xz linux-01997497f915e8f79871f3f2acb55ac465051d24.zip |
Adding debian version 6.1.76-1.debian/6.1.76-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/templates/tools-versioned.control.in')
-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. |