UBUNTU: [Config] Include all filesystem modules for virtual
[linux-flexiantxendom0-natty.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 Architecture: ARCH
26 Section: admin
27 Priority: optional
28 Pre-Depends: dpkg (>= 1.10.24)
29 Provides: linux-image, linux-image-2.6, fuse-module, =PROVIDES=
30 Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), wireless-crda
31 Conflicts: hotplug (<< 0.0.20040105-1)
32 Recommends: BOOTLOADER
33 Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools
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-headers-PKGVER-ABINUM-FLAVOUR
51 Architecture: ARCH
52 Section: devel
53 Priority: optional
54 Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0), SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends}
55 Provides: SRCPKGNAME-headers, SRCPKGNAME-headers-2.6
56 Description: Linux kernel headers for version PKGVER on DESC
57  This package provides kernel header files for version PKGVER on
58  DESC.
59  .
60  This is for sites that want the latest kernel headers.  Please read
61  /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details.
62
63 Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym
64 Architecture: ARCH
65 Section: devel
66 Priority: optional
67 Depends: ${misc:Depends}
68 Provides: linux-debug
69 Description: Linux kernel debug image for version PKGVER on DESC
70  This package provides a kernel debug image for version PKGVER on
71  DESC.
72  .
73  This is for sites that wish to debug the kernel.
74  .
75  The kernel image contained in this package is NOT meant to boot from. It
76  is uncompressed, and unstripped. This package also includes the
77  unstripped modules.