| Index: debian.chrome/control.stub.in
|
| diff --git a/debian.chrome/control.stub.in b/debian.chrome/control.stub.in
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7dbc1bd8540cdec47c1c6f56d3c0319f3cbb59f4
|
| --- /dev/null
|
| +++ b/debian.chrome/control.stub.in
|
| @@ -0,0 +1,67 @@
|
| +Source: linux
|
| +Section: devel
|
| +Priority: optional
|
| +Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
|
| +Standards-Version: 3.6.1
|
| +Build-Depends: debhelper (>= 3), cpio, module-init-tools, kernel-wedge (>= 2.24ubuntu1), makedumpfile [i386], device-tree-compiler [powerpc]
|
| +Build-Depends-Indep: xmlto, docbook-utils, gs, transfig, bzip2, sharutils
|
| +Build-Conflicts: findutils (= 4.4.1-1ubuntu1)
|
| +Vcs-Git: http://kernel.ubuntu.com/git-repos/ubuntu/ubuntu-karmic.git
|
| +
|
| +Package: SRCPKGNAME-source-PKGVER
|
| +Architecture: all
|
| +Section: devel
|
| +Priority: optional
|
| +Provides: SRCPKGNAME-source, SRCPKGNAME-source-2.6
|
| +Depends: binutils, bzip2, coreutils | fileutils (>= 4.0)
|
| +Recommends: libc-dev, gcc, make
|
| +Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-dev
|
| +Description: Linux kernel source for version PKGVER with Ubuntu patches
|
| + This package provides the source code for the Linux kernel version
|
| + PKGVER.
|
| + .
|
| + This package is mainly meant for other packages to use, in order to build
|
| + custom flavours.
|
| + .
|
| + If you wish to use this package to create a custom Linux kernel, then it
|
| + is suggested that you investigate the package kernel-package, which has
|
| + been designed to ease the task of creating kernel image packages.
|
| + .
|
| + If you are simply trying to build third-party modules for your kernel,
|
| + you do not want this package. Install the appropriate linux-headers
|
| + package instead.
|
| +
|
| +Package: SRCPKGNAME-doc
|
| +Architecture: all
|
| +Section: doc
|
| +Priority: optional
|
| +Conflicts: SRCPKGNAME-doc-2.6
|
| +Replaces: SRCPKGNAME-doc-2.6
|
| +Description: Linux kernel specific documentation for version PKGVER
|
| + This package provides the various documents in the PKGVER kernel
|
| + Documentation/ subdirectory. These document kernel subsystems, APIs, device
|
| + drivers, and so on. See
|
| + /usr/share/doc/SRCPKGNAME-doc/00-INDEX for a list of what is
|
| + contained in each file.
|
| +
|
| +Package: linux-headers-PKGVER-ABINUM
|
| +Architecture: all
|
| +Section: devel
|
| +Priority: optional
|
| +Depends: coreutils | fileutils (>= 4.0)
|
| +Provides: linux-headers, linux-headers-2.6
|
| +Description: Header files related to Linux kernel version PKGVER
|
| + This package provides kernel header files for version PKGVER, for sites
|
| + that want the latest kernel headers. Please read
|
| + /usr/share/doc/linux-headers-PKGVER-ABINUM/debian.README.gz for details
|
| +
|
| +Package: SRCPKGNAME-libc-dev
|
| +Architecture: i386 armel
|
| +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
|
| +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
|
| +Provides: SRCPKGNAME-kernel-headers
|
| +Description: Linux Kernel Headers for development
|
| + This package provides headers from the Linux kernel. These headers
|
| + are used by the installed headers for GNU glibc and other system
|
| + libraries. They are NOT meant to be used to build third-party modules for
|
| + your kernel. Use linux-headers-* packages for that.
|
|
|