diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:16:25 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 01:16:25 +0000 |
commit | 493d99a59cc0189b4a6e9b5d4d74d9d747e34e01 (patch) | |
tree | f874c5dd860f5340e2988d0ad4fd30724db945a1 /debian/control | |
parent | Adding upstream version 2.8.5. (diff) | |
download | man-db-493d99a59cc0189b4a6e9b5d4d74d9d747e34e01.tar.xz man-db-493d99a59cc0189b4a6e9b5d4d74d9d747e34e01.zip |
Adding debian version 2.8.5-2.debian/2.8.5-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..86a745b --- /dev/null +++ b/debian/control @@ -0,0 +1,48 @@ +Source: man-db +Section: doc +Priority: important +Maintainer: Colin Watson <cjwatson@debian.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-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 +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. |