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

Side by Side Diff: debian.chrome/control.stub.in

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.d/vars.chromium-i386 ('k') | debian.chrome/copyright » ('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 Source: linux
2 Section: devel
3 Priority: optional
4 Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
5 Standards-Version: 3.6.1
6 Build-Depends: debhelper (>= 3), cpio, module-init-tools, kernel-wedge (>= 2.24u buntu1), makedumpfile [i386], device-tree-compiler [powerpc]
7 Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils
8 Build-Conflicts: findutils (= 4.4.1-1ubuntu1)
9 Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-karmic.git
10
11 Package: SRCPKGNAME-source-PKGVER
12 Architecture: all
13 Section: devel
14 Priority: optional
15 Provides: SRCPKGNAME-source, SRCPKGNAME-source-2.6
16 Depends: binutils, bzip2, coreutils | fileutils (>= 4.0)
17 Recommends: libc-dev, gcc, make
18 Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev
19 Description: Linux kernel source for version PKGVER with Ubuntu patches
20 This package provides the source code for the Linux kernel version
21 PKGVER.
22 .
23 This package is mainly meant for other packages to use, in order to build
24 custom flavours.
25 .
26 If you wish to use this package to create a custom Linux kernel, then it
27 is suggested that you investigate the package kernel-package, which has
28 been designed to ease the task of creating kernel image packages.
29 .
30 If you are simply trying to build third-party modules for your kernel,
31 you do not want this package. Install the appropriate linux-headers
32 package instead.
33
34 Package: SRCPKGNAME-doc
35 Architecture: all
36 Section: doc
37 Priority: optional
38 Conflicts: SRCPKGNAME-doc-2.6
39 Replaces: SRCPKGNAME-doc-2.6
40 Description: Linux kernel specific documentation for version PKGVER
41 This package provides the various documents in the PKGVER kernel
42 Documentation/ subdirectory. These document kernel subsystems, APIs, device
43 drivers, and so on. See
44 /usr/share/doc/SRCPKGNAME-doc/00-INDEX for a list of what is
45 contained in each file.
46
47 Package: linux-headers-PKGVER-ABINUM
48 Architecture: all
49 Section: devel
50 Priority: optional
51 Depends: coreutils | fileutils (>= 4.0)
52 Provides: linux-headers, linux-headers-2.6
53 Description: Header files related to Linux kernel version PKGVER
54 This package provides kernel header files for version PKGVER, for sites
55 that want the latest kernel headers. Please read
56 /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details
57
58 Package: SRCPKGNAME-libc-dev
59 Architecture: i386 armel
60 Conflicts: libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), dvb-dev (<< 1.0.1-6), SRCPKGNAME-kernel-headers
61 Replaces: libc6-dev (<< 2.3.2.ds1-6), libc6.1-dev (<< 2.3.2.ds1-6), dvb-dev (<< 1.0.1-6), SRCPKGNAME-kernel-headers, libdrm-dev
62 Provides: SRCPKGNAME-kernel-headers
63 Description: Linux Kernel Headers for development
64 This package provides headers from the Linux kernel. These headers
65 are used by the installed headers for GNU glibc and other system
66 libraries. They are NOT meant to be used to build third-party modules for
67 your kernel. Use linux-headers-* packages for that.
OLDNEW
« no previous file with comments | « debian.chrome/control.d/vars.chromium-i386 ('k') | debian.chrome/copyright » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698