File: control

package info (click to toggle)
manpages 6.17-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,816 kB
  • sloc: sh: 853; python: 227; perl: 191; makefile: 36; lisp: 22
file content (70 lines) | stat: -rw-r--r-- 2,408 bytes parent folder | download
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
Source: manpages
Section: doc
Maintainer: Dr. Tobias Quathamer <toddy@debian.org>
Uploaders: Marcos Fouces <marcos@debian.org>,
Priority: standard
Build-Depends: debhelper-compat (= 13),
               gawk | awk,
               groff (>= 1.23.0),
               mandoc,
               pcre2-utils,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/debian/manpages
Vcs-Git: https://salsa.debian.org/debian/manpages.git
Homepage: https://www.kernel.org/doc/man-pages/

Package: manpages
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Suggests: man-browser,
Replaces: initscripts (<< 3.0.0-1),
          inn2-dev (<< 2.6.5-1),
          manpages-dev (<< 5.09-2),
Breaks: initscripts (<< 3.0.0-1),
        inn2-dev (<< 2.6.5-1),
        manpages-dev (<< 5.09-2),
Description: Manual pages about using a GNU/Linux system
 This package contains GNU/Linux manual pages for these sections:
  4 = Devices (e.g. hd, sd).
  5 = File formats and protocols, syntaxes of several system
      files (e.g. wtmp, /etc/passwd, nfs).
  7 = Conventions and standards, macro packages, etc.
      (e.g. nroff, ascii).
 .
 Beside the intro man page describing the section, a few manual
 pages from sections 1,6 and 8 are also provided.
 .
 The man pages describe syntaxes of several system files.

Package: manpages-dev
Architecture: all
Multi-Arch: foreign
Depends: manpages,
         ${misc:Depends},
Suggests: man-browser,
Replaces: glibc-doc (<< 2.37-16),
          inn2-dev (<< 2.7.0-1),
          manpages (<< 6.7-1),
Breaks: glibc-doc (<< 2.37-16),
        inn2-dev (<< 2.7.0-1),
        manpages (<< 6.7-1),
Priority: optional
Description: Manual pages about using GNU/Linux for development
 These man pages describe the Linux programming interface, including
 these two sections:
  2 = Linux system calls.
  3 = Library calls (note that a more comprehensive source of information
      may be found in the glibc-doc and glibc-doc-reference packages).

Package: manpages-utils
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Replaces: manpages (<< 6.17-2),
Breaks: manpages (<< 6.17-2),
Description: Various scripts provided by the Linux man-pages project
 These scripts are useful for anyone maintaining manual pages.  For
 example, they would help projects that have one or a few manual pages
 for their program, but also helps maintainers of large documentation
 projects.