aboutsummaryrefslogtreecommitdiffstats
path: root/debian/templates/control.main.in
blob: aa53282007128884d234edb8dbc552c816918a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: linux-source-@version@
Architecture: all
Section: kernel
Provides: linux-source
Depends: binutils, bzip2, ${misc:Depends}
Recommends: libc6-dev | libc-dev, gcc, make
Suggests: libncurses-dev | ncurses-dev, libqt4-dev
Description: Linux kernel source for version @version@ with Debian patches
 This package provides source code for the Linux kernel version @version@.
 This source closely tracks official Linux kernel releases.  Debian's
 modifications to that source consist of security fixes, bug fixes, and
 features that have already been (or are believed to be) accepted by the
 upstream maintainers.

Package: linux-doc-@version@
Architecture: all
Depends: ${misc:Depends}
Section: doc
Description: Linux kernel specific documentation for version @version@
 This package provides the various README files and HTML documentation for
 the Linux kernel version @version@.  Plenty of information, including the
 descriptions of various kernel subsystems, filesystems, driver-specific
 notes and the like.  Consult the file
 /usr/share/doc/linux-doc-@version@/Documentation/00-INDEX
 for the detailed description of the contents.

Package: linux-manual-@version@
Architecture: all
Depends: ${misc:Depends}
Section: doc
Provides: linux-manual
Conflicts: linux-manual
Replaces: linux-manual
Description: Linux kernel API manual pages for version @version@
 This package provides the Kernel Hacker's Guide in the form of
 manual pages, describing the kernel API functions.  They
 are installed into section 9 of the manual.
 .
 As the files containing manual pages for different kernel versions
 are installed in the same location, only one linux-manual package
 may be installed at a time.  The linux-doc package containing the
 documentation in other formats is free from such restriction.

Package: linux-support-@abiname@
Architecture: all
Section: devel
Depends: ${python:Depends}, ${misc:Depends}
Description: Support files for Linux @upstreamversion@
 This package provides support files for the Linux kernel build,
 e.g. scripts to handle ABI information and for generation of
 build system meta data.