Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: debian.chrome/control.d/flavour-control.stub

Issue 646032: Rename config to match naming convention. (Closed)
Patch Set: Send mail Created 10 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « debian.chrome/control-scripts/prerm ('k') | debian.chrome/control.d/vars.chromeos-arm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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 flavou r
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: initramfs-tools (>= 0.36ubuntu6), coreutils | fileutils (>= 4.0), modul e-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
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: coreutils | fileutils (>= 4.0), linux-headers-PKGVER-ABINUM, ${shlibs:D epends}
55 Provides: linux-headers, linux-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/linux-headers-PKGVER-ABINUM/debian.README.gz for details.
62
63 Package: linux-image-debug-PKGVER-ABINUM-FLAVOUR
64 Architecture: ARCH
65 Section: devel
66 Priority: optional
67 Provides: linux-debug
68 Description: Linux kernel debug image for version PKGVER on DESC
69 This package provides a kernel debug image for version PKGVER on
70 DESC.
71 .
72 This is for sites that wish to debug the kernel.
73 .
74 The kernel image contained in this package is NOT meant to boot from. It
75 is uncompressed, and unstripped. This package also includes the
76 unstripped modules.
OLDNEW
« no previous file with comments | « debian.chrome/control-scripts/prerm ('k') | debian.chrome/control.d/vars.chromeos-arm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698