| 1 |
jurij-guest |
3240 |
Package: linux-source-@version@ |
| 2 |
|
|
Architecture: all |
| 3 |
|
|
Section: devel |
| 4 |
|
|
Priority: optional |
| 5 |
jurij-guest |
3242 |
Provides: linux-source, linux-source-@major@ |
| 6 |
jurij-guest |
3240 |
Depends: binutils, bzip2, coreutils | fileutils (>= 4.0) |
| 7 |
|
|
Recommends: libc6-dev | libc-dev, gcc, make |
| 8 |
|
|
Suggests: libncurses-dev | ncurses-dev, kernel-package, libqt3-mt-dev |
| 9 |
|
|
Description: Linux kernel source for version @version@ with Debian patches |
| 10 |
|
|
This package provides the source code for the Linux kernel version 2.6.11. |
| 11 |
|
|
. |
| 12 |
|
|
If you wish to use this package to create a custom Linux kernel, then |
| 13 |
|
|
it is suggested that you investigate the package kernel-package, |
| 14 |
|
|
which has been designed to ease the task of creating kernel image |
| 15 |
|
|
packages. |
| 16 |
|
|
|
| 17 |
jurij-guest |
3278 |
Package: linux-doc-@version@ |
| 18 |
jurij-guest |
3240 |
Architecture: all |
| 19 |
|
|
Section: doc |
| 20 |
|
|
Priority: optional |
| 21 |
jurij-guest |
3278 |
Provides: linux-doc-@major@ |
| 22 |
jurij-guest |
3240 |
Depends: coreutils | fileutils (>= 4.0) |
| 23 |
|
|
Description: Linux kernel specific documentation for version @version@ |
| 24 |
|
|
This package provides the various README files in the @version@ kernel |
| 25 |
|
|
Documentation/ subdirectory: these typically contain kernel-specific |
| 26 |
|
|
installation notes for some drivers for example. See |
| 27 |
jurij-guest |
3278 |
/usr/share/doc/linux-doc-@version@/Documentation/00-INDEX for a list of what |
| 28 |
jurij-guest |
3240 |
is contained in each file. |
| 29 |
|
|
|
| 30 |
|
|
Package: linux-patch-debian-@version@ |
| 31 |
|
|
Architecture: all |
| 32 |
|
|
Section: devel |
| 33 |
|
|
Priority: optional |
| 34 |
jurij-guest |
3278 |
Depends: bzip2, ${kpatch:Depends} |
| 35 |
jurij-guest |
3240 |
Suggests: linux-source-@version@ |
| 36 |
|
|
Description: Debian patches to version @version@ of the Linux kernel |
| 37 |
|
|
This package includes the patches used to produce the prepackaged |
| 38 |
|
|
linux-source-@version@ package. Note that these patches do NOT apply |
| 39 |
|
|
against a pristine Linux @version@ kernel but only against |
| 40 |
|
|
linux-source-@version@_@version@.orig.tar.gz from the Debian archive. |
| 41 |
|
|
|
| 42 |
|
|
Package: linux-tree-@version@ |
| 43 |
|
|
Architecture: all |
| 44 |
|
|
Section: devel |
| 45 |
|
|
Priority: optional |
| 46 |
jurij-guest |
3242 |
Depends: linux-patch-debian-@version@ (= @srcver@), @lt_depends@ |
| 47 |
|
|
Provides: @lt_provides@ |
| 48 |
jurij-guest |
3240 |
Description: Linux kernel source tree for building Debian kernel images |
| 49 |
|
|
This meta package is used as a build dependency of Debian |
| 50 |
|
|
linux-image packages to prevent a version discrepancy between |
| 51 |
|
|
the linux-image and corresponding linux-sources packages in the |
| 52 |
|
|
fast-moving unstable archive. The package's dependency relations |
| 53 |
|
|
are structured so that a linux-image package's build |
| 54 |
|
|
dependencies can always be satisfied, even if the linux-source |
| 55 |
|
|
package that had been used to compile the image has been |
| 56 |
|
|
superseeded by a newer Debian revision since the last build. |
| 57 |
|
|
. |
| 58 |
|
|
The package provides a list of virtual packages, corresponding to |
| 59 |
|
|
Debian revisions of a linux-source package. The Debian |
| 60 |
|
|
linux-patch contains the information needed to roll back the |
| 61 |
|
|
current linux-source to any of the revisions identified by the |
| 62 |
|
|
provided virtual packages. Therefore, the linux-tree package |
| 63 |
|
|
ensures the availability of the Linux kernel source tree corresponding |
| 64 |
|
|
to each of the virtual packages listed. |
| 65 |
|
|
. |
| 66 |
|
|
The package serves no purpose outside of the Debian build and |
| 67 |
|
|
archive infrastructure. |
| 68 |
|
|
|
| 69 |
|
|
Package: linux-scripts-@version@-@abiname@ |
| 70 |
|
|
Architecture: any |
| 71 |
|
|
Section: devel |
| 72 |
|
|
Priority: optional |
| 73 |
|
|
Depends: coreutils | fileutils (>= 4.0) |
| 74 |
|
|
Description: Architecture-specific header files for Linux kernel @version@ |
| 75 |
|
|
This package provides the architecture-specific support files for Linux |
| 76 |
|
|
kernel version @version@, generally used for building out-of-tree |
| 77 |
|
|
kernel modules. It mainly contains the binaries from the script/ kernel |
| 78 |
|
|
directory, as well as other architecture-dependent files such as |
| 79 |
|
|
asm-offsets.s. |
| 80 |
|
|
|