]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - debian.master/control.d/flavour-control.stub
UBUNTU: Start new release
[mirror_ubuntu-artful-kernel.git] / debian.master / control.d / flavour-control.stub
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
24 Package: linux-image-PKGVER-ABINUM-FLAVOUR
25 Build-Profiles: <!stage1>
26 Architecture: ARCH
27 Section: kernel
28 Priority: optional
29 Provides: linux-image, fuse-module, aufs-dkms, =PROVIDES=${linux:rprovides}
30 Depends: ${misc:Depends}, ${shlibs:Depends}, kmod
31 Recommends: BOOTLOADER, initramfs-tools | linux-initramfs-tool
32 Breaks: flash-kernel (<< 3.0~rc.4ubuntu64) [arm64]
33 Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR
34 Description: 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
50 Package: linux-image-extra-PKGVER-ABINUM-FLAVOUR
51 Build-Profiles: <!stage1>
52 Architecture: ARCH
53 Section: kernel
54 Priority: optional
55 Depends: ${misc:Depends}, ${shlibs:Depends}, linux-image-PKGVER-ABINUM-FLAVOUR, crda | wireless-crda
56 Description: 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
72 Package: linux-headers-PKGVER-ABINUM-FLAVOUR
73 Build-Profiles: <!stage1>
74 Architecture: ARCH
75 Section: devel
76 Priority: optional
77 Depends: ${misc:Depends}, linux-headers-PKGVER-ABINUM, ${shlibs:Depends}
78 Provides: linux-headers, linux-headers-3.0
79 Description: 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
86 Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym
87 Build-Profiles: <!stage1>
88 Architecture: ARCH
89 Section: devel
90 Priority: optional
91 Depends: ${misc:Depends}
92 Provides: linux-debug
93 Description: 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
103 Package: linux-tools-PKGVER-ABINUM-FLAVOUR
104 Build-Profiles: <!stage1>
105 Architecture: ARCH
106 Section: devel
107 Priority: optional
108 Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM
109 Description: 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
115 Package: linux-cloud-tools-PKGVER-ABINUM-FLAVOUR
116 Build-Profiles: <!stage1>
117 Architecture: ARCH
118 Section: devel
119 Priority: optional
120 Depends: ${misc:Depends}, SRCPKGNAME-cloud-tools-PKGVER-ABINUM
121 Description: 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
126 Package: linux-udebs-FLAVOUR
127 Build-Profiles: <!stage1>
128 XC-Package-Type: udeb
129 Section: debian-installer
130 Architecture: ARCH
131 Depends: ${udeb:Depends}
132 Description: 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