~ubuntu-branches/ubuntu/maverick/linux-mvl-dove/maverick

3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
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
14 by Andy Whitcroft, Amit Kucheria, Andy Whitcroft, Colin Watson, Tim Gardner, Ubuntu: 2.6.31-13.43, Ubuntu: 2.6.31-13.42, Ubuntu: 2.6.31-12.41, Ubuntu: 2.6.31-12.40
[ Amit Kucheria ]
26
Section: admin
3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
27
Priority: optional
28
Pre-Depends: dpkg (>= 1.10.24)
29
Provides: linux-image, linux-image-2.6, fuse-module, =PROVIDES=
30 by Andy Whitcroft, Andy Whitcroft, Eric Miao, Upstream Kernel Changes, Ubuntu: 2.6.32-19.28, Ubuntu: 2.6.32-18.27, Ubuntu: 2.6.32-17.26, Ubuntu: 2.6.32-16.25
[ Andy Whitcroft ]
30
Depends: ${misc:Depends}, ${shlibs:Depends}, initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), module-init-tools (>= 3.3-pre11-4ubuntu3), wireless-crda
3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
31
Conflicts: hotplug (<< 0.0.20040105-1)
31 by Andy Whitcroft, Andy Whitcroft, Ubuntu: 2.6.32-21.31, Ubuntu: 2.6.32-20.30, Ubuntu: 2.6.32-20.29
[ Andy Whitcroft ]
32
Breaks: lvm2 (<< 2.02.54-1ubuntu3)
3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
33
Recommends: BOOTLOADER
30 by Andy Whitcroft, Andy Whitcroft, Eric Miao, Upstream Kernel Changes, Ubuntu: 2.6.32-19.28, Ubuntu: 2.6.32-18.27, Ubuntu: 2.6.32-17.26, Ubuntu: 2.6.32-16.25
[ Andy Whitcroft ]
34
Suggests: fdutils, SRCPKGNAME-doc-PKGVER | SRCPKGNAME-source-PKGVER, SRCPKGNAME-tools
3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
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
9 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
51
Package: linux-headers-PKGVER-ABINUM-FLAVOUR
3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
52
Architecture: ARCH
53
Section: devel
54
Priority: optional
27 by Andy Whitcroft, Andy Whitcroft, Eric Miao, Saeed Bishara, Tony Lindgren, Upstream Kernel Changes, Ubuntu: 2.6.32-16.24, Ubuntu: 2.6.32-16.23, Ubuntu: 2.6.32-15.22, Ubuntu: 2.6.32-15.21, Ubuntu: 2.6.32-14.20
[ Andy Whitcroft ]
55
Depends: ${misc:Depends}, coreutils | fileutils (>= 4.0), SRCPKGNAME-headers-PKGVER-ABINUM, ${shlibs:Depends}
20 by Andy Whitcroft, Eric Miao, Upstream changes
[ Eric Miao ]
56
Provides: SRCPKGNAME-headers, SRCPKGNAME-headers-2.6
3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
57
Description: Linux kernel headers for version PKGVER on DESC
58
 This package provides kernel header files for version PKGVER on
59
 DESC.
60
 .
61
 This is for sites that want the latest kernel headers.  Please read
20 by Andy Whitcroft, Eric Miao, Upstream changes
[ Eric Miao ]
62
 /usr/share/doc/SRCPKGNAME-headers-PKGVER-ABINUM/debian.README.gz for details.
3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
63
27 by Andy Whitcroft, Andy Whitcroft, Eric Miao, Saeed Bishara, Tony Lindgren, Upstream Kernel Changes, Ubuntu: 2.6.32-16.24, Ubuntu: 2.6.32-16.23, Ubuntu: 2.6.32-15.22, Ubuntu: 2.6.32-15.21, Ubuntu: 2.6.32-14.20
[ Andy Whitcroft ]
64
Package: linux-image-PKGVER-ABINUM-FLAVOUR-dbgsym
3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
65
Architecture: ARCH
66
Section: devel
67
Priority: optional
27 by Andy Whitcroft, Andy Whitcroft, Eric Miao, Saeed Bishara, Tony Lindgren, Upstream Kernel Changes, Ubuntu: 2.6.32-16.24, Ubuntu: 2.6.32-16.23, Ubuntu: 2.6.32-15.22, Ubuntu: 2.6.32-15.21, Ubuntu: 2.6.32-14.20
[ Andy Whitcroft ]
68
Depends: ${misc:Depends}
3 by Tim Gardner, Tim Gardner, Brad Figg
[ Tim Gardner ]
69
Provides: linux-debug
70
Description: Linux kernel debug image for version PKGVER on DESC
71
 This package provides a kernel debug image for version PKGVER on
72
 DESC.
73
 .
74
 This is for sites that wish to debug the kernel.
75
 .
76
 The kernel image contained in this package is NOT meant to boot from. It
77
 is uncompressed, and unstripped. This package also includes the
78
 unstripped modules.