File: Control

package info (click to toggle)
kernel-package 7.04.potato.3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 736 kB
  • ctags: 243
  • sloc: perl: 1,629; makefile: 1,002; sh: 217
file content (78 lines) | stat: -rw-r--r-- 3,093 bytes parent folder | download | duplicates (2)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Source: kernel-source-=V
Section: devel
Priority: optional
Maintainer:  =M
Standards-Version: 3.0.1.0

Package: kernel-headers-=V
Architecture: any
Section: devel
Priority: optional
Depends: fileutils (>= 4.0)
Provides: kernel-headers
Description: Header files related to Linux kernel version =V
 This package provides kernel header files for version =V, for sites 
 that want the latest kernel headers. Please read
 /usr/share/doc/kernel-headers-=V/debian.README.gz for details

Package: kernel-source-=V
Architecture: all
Section: devel
Priority: optional
Provides: kernel-source
Depends: binutils, bzip2, fileutils (>= 4.0)
Recommends: libc-dev, gcc, make
Suggests: libncurses-dev | ncurses-dev, task-tcltk-dev, kernel-package, bin86
Description: Linux kernel source for version =V
 This package provides the source code for the Linux kernel version =V.
 .
 You may configure the kernel to your setup by typing "make config"
 and following instructions, but you could get ncursesX.X-dev and
 tk4X-dev and try "make menuconfig" for a jazzier, and easier to use
 interface. Also, on intel platforms, you MUST get bin86 if
 you wish to compile the kernel sources. Ignore the suggestion to get bin86
 for non intel architectures. Also, please read the detailed documentation
 /usr/share/doc/kernel-source-=V/README.headers.gz. 
 .
 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. 

Package: kernel-image-=V=SA
Architecture: =A
Section: base
Priority: optional
Provides: kernel-image
Depends: fileutils (>= 4.0)
Suggests: =L fdutils, kernel-doc-=V=SA
Description: Linux kernel binary image for version =V=SA.
 This package contains the Linux kernel image for version =V=SA,
 the corresponding System.map file, and the modules built by the
 packager.  It also contains scripts that try to ensure that the
 system is not left in a unbootable state after an update.
 .
 If you wish to update a bootdisk, or to use a bootloader to make
 installing and using the image easier, we suggest you install the latest
 fdutils (for formatting a floppy to be used as boot disk), and LILO, for a
 powerful bootloader. Of course, both these are optional. 
 .
 Kernel image packages are generally produced using kernel-package,
 and it is suggested that you install that package if you wish to
 create a custom kernel from the sources.

Package: kernel-doc-=V
Architecture: all
Section: doc
Priority: optional
Depends: fileutils (>= 4.0)
Suggests: kernel-image-=V=SA
Description: Linux kernel specific documentation for version =V.
 This package provides The various readme's in the =V kernel
 Documentation/ subdirectory: these typically contain kernel-specific
 installation notes for some drivers for example. See
 /usr/share/doc/kernel-doc-X.X.XX/Documentation/00-INDEX for a list of what
 is contained in each file.  Please read the Changes file, as it
 contains information about the problems, which may result by
 upgrading your kernel.