File: control.docs.in

package info (click to toggle)
linux 4.9.25-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 794,052 kB
  • ctags: 3,033,799
  • sloc: ansic: 14,481,780; asm: 287,385; makefile: 35,234; perl: 27,553; sh: 15,791; python: 13,364; cpp: 6,087; yacc: 4,337; lex: 2,439; awk: 1,212; pascal: 231; lisp: 218; sed: 21
file content (33 lines) | stat: -rw-r--r-- 1,312 bytes parent folder | download | duplicates (6)
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
Package: @source_package@-doc-@version@
Build-Profiles: <!stage1 !nodoc>
Architecture: all
Depends: ${misc:Depends}
Section: doc
Multi-Arch: foreign
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: @source_package@-manual-@version@
Build-Profiles: <!stage1 !nodoc>
Architecture: all
Depends: ${misc:Depends}
Section: doc
Provides: linux-manual
Conflicts: linux-manual
Replaces: linux-manual
Multi-Arch: foreign
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.