diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:37:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:37:11 +0000 |
commit | 87a4f90113da0c16e4cadc860a4b511e849380ed (patch) | |
tree | 3cacc9be74e1663037a443c73588ee1dab09178c /debian/control | |
parent | Adding upstream version 2.12.0. (diff) | |
download | man-db-87a4f90113da0c16e4cadc860a4b511e849380ed.tar.xz man-db-87a4f90113da0c16e4cadc860a4b511e849380ed.zip |
Adding debian version 2.12.0-3.debian/2.12.0-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..ff5bfa1 --- /dev/null +++ b/debian/control @@ -0,0 +1,42 @@ +Source: man-db +Section: doc +Priority: important +Maintainer: Colin Watson <cjwatson@debian.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, + systemd-dev [linux-any], + zlib1g-dev, +Homepage: https://man-db.gitlab.io/man-db/ +Vcs-Git: https://salsa.debian.org/debian/man-db.git +Vcs-Browser: https://salsa.debian.org/debian/man-db +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. |