summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: fd79c0ed99e1ccb34bc1fe20e099159e1ceb5b4c (plain)
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
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,
               bsdextrautils | bsdmainutils (<< 12.1.1~),
               debhelper-compat (= 13),
               dh-apparmor,
               flex,
               groff,
               libgdbm-dev,
               libpipeline-dev,
               libseccomp-dev [amd64 arm64 armel armhf hppa i386 mips mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390x x32],
               pkg-config,
               po4a,
               zlib1g-dev,
Homepage: https://man-db.gitlab.io/man-db/
Vcs-Browser: https://git.progress-linux.org/packages/graograman/man-db
Vcs-Git: https://git.progress-linux.org/packages/graograman/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
Depends: bsdextrautils | bsdmainutils (<< 12.1.1~),
         groff-base,
         ${misc:Depends},
         ${shlibs:Depends},
Suggests: apparmor, groff, less, www-browser
Provides: man, man-browser
Conflicts: man
Replaces: man,
          nlsutils,
Multi-Arch: foreign
Description: tools for reading manual pages
 This package provides the man command, the primary way of examining the
 system 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.