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
|
Source: man-db
Section: doc
Priority: important
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Colin Watson <cjwatson@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Standards-Version: 3.9.8
Build-Depends: autopoint,
debhelper (>= 9.20160709~),
dh-apparmor,
dh-autoreconf,
dpkg (>= 1.16.1~),
flex,
groff,
libgdbm-dev,
libpipeline-dev (>= 1.5.0),
libseccomp-dev [amd64 arm64 armel armhf hppa i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x x32],
pkg-config,
po4a,
zlib1g-dev,
Homepage: https://nongnu.org/man-db/
Vcs-Browser: https://git.progress-linux.org/packages/engywuck/man-db
Vcs-Git: https://git.progress-linux.org/packages/engywuck/man-db
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/man-db
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/man-db.git
Rules-Requires-Root: binary-targets
Package: man-db
Architecture: any
Pre-Depends: dpkg (>= 1.16.1~)
Depends: bsdmainutils,
debconf (>= 1.2.0) | debconf-2.0,
groff-base (>= 1.18.1.1-15),
${misc:Depends},
${shlibs:Depends},
Suggests: apparmor, groff, less, www-browser
Provides: man, man-browser
Conflicts: man
Breaks: manpages-tr (<< 1.0.5.1-3), manpages-zh (<< 1.5.2-1.1)
Replaces: man,
manpages-de (<< 0.5-4),
manpages-tr (<< 1.0.5.1-3),
manpages-zh (<< 1.5.2-1.1),
nlsutils,
Multi-Arch: foreign
Description: on-line manual pager
This package provides the man command, the primary way of examining the
on-line help files (manual pages). Other utilities provided include the
whatis and apropos commands for searching the manual page database, the
manpath utility for determining the manual page search path, and the
maintenance utilities mandb, catman and zsoelim. man-db uses the groff
suite of programs to format and display the manual pages.
|