File: control

package info (click to toggle)
manpages 4.16-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,968 kB
  • sloc: sh: 498; python: 166; makefile: 58; lisp: 22
file content (47 lines) | stat: -rw-r--r-- 1,763 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
Source: manpages
Section: doc
Maintainer: Martin Schulze <joey@debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Priority: standard
Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.4
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: attr (<< 1:2.4.47-3), keyutils (<< 1.6-1)
Breaks: manpages-dev (<< 4.13-3), attr (<< 1:2.4.47-3), keyutils (<< 1.6-1)
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).
 .
 Sections 1, 6 and 8 are provided by the respective applications. This
 package only includes the intro man page describing the section.
 .
 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: manpages (<< 4.13-3), libbsd-dev (<< 0.8.4-1),
 libattr1-dev (<< 1:2.4.47-3)
Breaks: manpages (<< 4.13-3), libbsd-dev (<< 0.8.4-1),
 libattr1-dev (<< 1:2.4.47-3)
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).