]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - debian.raspi2/control.d/flavour-control.stub
UBUNTU: Ubuntu-raspi2-4.15.0-1008.9
[mirror_ubuntu-bionic-kernel.git] / debian.raspi2 / control.d / flavour-control.stub
CommitLineData
52ed147d
SF
1# Items that get replaced:
2# FLAVOUR
3# DESC
4# ARCH
5# SUPPORTED
6# TARGET
7# BOOTLOADER
8# =PROVIDES=
9#
10# Items marked with =FOO= are optional
11#
12# This file describes the template for packages that are created for each flavour
13# in debian/control.d/vars.*
14#
15# This file gets edited in a couple of places. See the debian/control.stub rule in
16# debian/rules. PGGVER, ABINUM, and SRCPKGNAME are all converted in the
17# process of creating debian/control.
18#
19# The flavour specific strings (ARCH, DESC, etc) are converted using values from the various
20# flavour files in debian/control.d/vars.*
21#
22# XXX: Leave the blank line before the first package!!
23
24Package: linux-image-PKGVER-ABINUM-FLAVOUR
25Build-Profiles: <!stage1>
26Architecture: ARCH
27Section: kernel
28Priority: optional
0f9450ad 29Provides: linux-image, fuse-module, aufs-dkms, =PROVIDES=${linux:rprovides}
5e8e205b 30Depends: ${misc:Depends}, ${shlibs:Depends}, kmod, linux-modules-PKGVER-ABINUM-FLAVOUR
0f9450ad
SF
31Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool
32Breaks: flash-kernel (<< 3.0~rc.4ubuntu64) [arm64]
33Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR
52ed147d
SF
34Description: Linux kernel image for version PKGVER on DESC
35 This package contains the Linux kernel image for version PKGVER on
36 DESC.
37 .
5e8e205b
TLSC
38 Supports SUPPORTED processors.
39 .
40 TARGET
41 .
42 You likely do not want to install this package directly. Instead, install
43 the linux-FLAVOUR meta-package, which will ensure that upgrades work
44 correctly, and that supporting packages are also installed.
45
46Package: linux-modules-PKGVER-ABINUM-FLAVOUR
47Build-Profiles: <!stage1>
48Architecture: ARCH
49Section: kernel
50Priority: optional
51Depends: ${misc:Depends}, ${shlibs:Depends}
52Description: Linux kernel extra modules for version PKGVER on DESC
53 Contains the corresponding System.map file, the modules built by the
52ed147d
SF
54 packager, and scripts that try to ensure that the system is not left in an
55 unbootable state after an update.
56 .
57 Supports SUPPORTED processors.
58 .
59 TARGET
60 .
61 You likely do not want to install this package directly. Instead, install
62 the linux-FLAVOUR meta-package, which will ensure that upgrades work
63 correctly, and that supporting packages are also installed.
64
65Package: linux-headers-PKGVER-ABINUM-FLAVOUR
66Build-Profiles: <!stage1>
67Architecture: ARCH
68Section: devel
69Priority: optional
70Depends: ${misc:Depends}, SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends}
71Provides: linux-headers, linux-headers-3.0
72Description: Linux kernel headers for version PKGVER on DESC
73 This package provides kernel header files for version PKGVER on
74 DESC.
75 .
76 This is for sites that want the latest kernel headers. Please read
77 /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details.
78
79Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym
80Build-Profiles: <!stage1>
81Architecture: ARCH
82Section: devel
83Priority: optional
84Depends: ${misc:Depends}
85Provides: linux-debug
86Description: Linux kernel debug image for version PKGVER on DESC
87 This package provides a kernel debug image for version PKGVER on
88 DESC.
89 .
90 This is for sites that wish to debug the kernel.
91 .
92 The kernel image contained in this package is NOT meant to boot from. It
93 is uncompressed, and unstripped. This package also includes the
94 unstripped modules.
95
96Package: linux-tools-PKGVER-ABINUM-FLAVOUR
97Build-Profiles: <!stage1>
98Architecture: ARCH
99Section: devel
100Priority: optional
101Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM
102Description: Linux kernel version specific tools for version PKGVER-ABINUM
103 This package provides the architecture dependant parts for kernel
104 version locked tools (such as perf and x86_energy_perf_policy) for
105 version PKGVER-ABINUM on
106 =HUMAN=.
107