]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - debian.master/control.d/flavour-control.stub
x86/msr: Add definitions for new speculation control MSRs
[mirror_ubuntu-artful-kernel.git] / debian.master / control.d / flavour-control.stub
CommitLineData
d067a903
TG
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
e623ce34 29Provides: linux-image, fuse-module, aufs-dkms, =PROVIDES=${linux:rprovides}
ab9c49b0
MHC
30Depends: ${misc:Depends}, ${shlibs:Depends}, kmod
31Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool
d067a903
TG
32Breaks: flash-kernel (<< 3.0~rc.4ubuntu64) [arm64]
33Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR
34Description: Linux kernel image for version PKGVER on DESC
35 This package contains the Linux kernel image for version PKGVER on
36 DESC.
37 .
38 Also includes the corresponding System.map file, the modules built by the
39 packager, and scripts that try to ensure that the system is not left in an
40 unbootable state after an update.
41 .
42 Supports SUPPORTED processors.
43 .
44 TARGET
45 .
46 You likely do not want to install this package directly. Instead, install
47 the linux-FLAVOUR meta-package, which will ensure that upgrades work
48 correctly, and that supporting packages are also installed.
49
50Package: linux-image-extra-PKGVER-ABINUM-FLAVOUR
51Build-Profiles: <!stage1>
52Architecture: ARCH
53Section: kernel
54Priority: optional
55Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR, crda | wireless-crda
56Description: Linux kernel extra modules for version PKGVER on DESC
57 This package contains the Linux kernel extra modules for version PKGVER on
58 DESC.
59 .
60 Also includes the corresponding System.map file, the modules built by the
61 packager, and scripts that try to ensure that the system is not left in an
62 unbootable state after an update.
63 .
64 Supports SUPPORTED processors.
65 .
66 TARGET
67 .
68 You likely do not want to install this package directly. Instead, install
69 the linux-FLAVOUR meta-package, which will ensure that upgrades work
70 correctly, and that supporting packages are also installed.
71
72Package: linux-headers-PKGVER-ABINUM-FLAVOUR
73Build-Profiles: <!stage1>
74Architecture: ARCH
75Section: devel
76Priority: optional
a16baf78 77Depends: ${misc:Depends}, SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends}
d067a903
TG
78Provides: linux-headers, linux-headers-3.0
79Description: Linux kernel headers for version PKGVER on DESC
80 This package provides kernel header files for version PKGVER on
81 DESC.
82 .
83 This is for sites that want the latest kernel headers. Please read
84 /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details.
85
86Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym
87Build-Profiles: <!stage1>
88Architecture: ARCH
89Section: devel
90Priority: optional
91Depends: ${misc:Depends}
92Provides: linux-debug
93Description: Linux kernel debug image for version PKGVER on DESC
94 This package provides a kernel debug image for version PKGVER on
95 DESC.
96 .
97 This is for sites that wish to debug the kernel.
98 .
99 The kernel image contained in this package is NOT meant to boot from. It
100 is uncompressed, and unstripped. This package also includes the
101 unstripped modules.
102
103Package: linux-tools-PKGVER-ABINUM-FLAVOUR
104Build-Profiles: <!stage1>
105Architecture: ARCH
106Section: devel
107Priority: optional
108Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM
109Description: Linux kernel version specific tools for version PKGVER-ABINUM
110 This package provides the architecture dependant parts for kernel
111 version locked tools (such as perf and x86_energy_perf_policy) for
112 version PKGVER-ABINUM on
113 =HUMAN=.
114
115Package: linux-cloud-tools-PKGVER-ABINUM-FLAVOUR
116Build-Profiles: <!stage1>
117Architecture: ARCH
118Section: devel
119Priority: optional
120Depends: ${misc:Depends}, SRCPKGNAME-cloud-tools-PKGVER-ABINUM
121Description: Linux kernel version specific cloud tools for version PKGVER-ABINUM
122 This package provides the architecture dependant parts for kernel
123 version locked tools for cloud for version PKGVER-ABINUM on
124 =HUMAN=.
125
126Package: linux-udebs-FLAVOUR
127Build-Profiles: <!stage1>
128XC-Package-Type: udeb
129Section: debian-installer
130Architecture: ARCH
131Depends: ${udeb:Depends}
132Description: Metapackage depending on kernel udebs
133 This package depends on the all udebs that the kernel build generated,
134 for easier version and migration tracking.
135