]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - debian.raspi2/control.d/flavour-control.stub
UBUNTU: [Config] CONFIG_VL6180=m
[mirror_ubuntu-artful-kernel.git] / debian.raspi2 / 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 Pre-Depends: dpkg (>= 1.10.24)
30 Provides: linux-image, linux-image-3.0, fuse-module, =PROVIDES=
31 Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6) | linux-initramfs-tool, kmod
32 Conflicts: hotplug (<< 0.0.20040105-1)
33 Recommends: BOOTLOADER
34 Suggests: fdutils, SRCPKGNAME-tools, linux-headers-PKGVER-ABINUM-FLAVOUR
35 Description: Linux kernel image for version PKGVER on DESC
36 This package contains the Linux kernel image for version PKGVER on
37 DESC.
38 .
39 Also includes the corresponding System.map file, the modules built by the
40 packager, and scripts that try to ensure that the system is not left in an
41 unbootable state after an update.
42 .
43 Supports SUPPORTED processors.
44 .
45 TARGET
46 .
47 You likely do not want to install this package directly. Instead, install
48 the linux-FLAVOUR meta-package, which will ensure that upgrades work
49 correctly, and that supporting packages are also installed.
50
51 Package: linux-headers-PKGVER-ABINUM-FLAVOUR
52 Build-Profiles: <!stage1>
53 Architecture: ARCH
54 Section: devel
55 Priority: optional
56 Depends: ${misc:Depends}, SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends}
57 Provides: linux-headers, linux-headers-3.0
58 Description: Linux kernel headers for version PKGVER on DESC
59 This package provides kernel header files for version PKGVER on
60 DESC.
61 .
62 This is for sites that want the latest kernel headers. Please read
63 /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details.
64
65 Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym
66 Build-Profiles: <!stage1>
67 Architecture: ARCH
68 Section: devel
69 Priority: optional
70 Depends: ${misc:Depends}
71 Provides: linux-debug
72 Description: Linux kernel debug image for version PKGVER on DESC
73 This package provides a kernel debug image for version PKGVER on
74 DESC.
75 .
76 This is for sites that wish to debug the kernel.
77 .
78 The kernel image contained in this package is NOT meant to boot from. It
79 is uncompressed, and unstripped. This package also includes the
80 unstripped modules.
81
82 Package: linux-tools-PKGVER-ABINUM-FLAVOUR
83 Build-Profiles: <!stage1>
84 Architecture: ARCH
85 Section: devel
86 Priority: optional
87 Depends: ${misc:Depends}, SRCPKGNAME-tools-PKGVER-ABINUM
88 Description: Linux kernel version specific tools for version PKGVER-ABINUM
89 This package provides the architecture dependant parts for kernel
90 version locked tools (such as perf and x86_energy_perf_policy) for
91 version PKGVER-ABINUM on
92 =HUMAN=.
93