summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:19:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:19:28 +0000
commit71bbc054cf282c49dda3dc5e009d602f69b5f91e (patch)
tree0cfd025e9c55ffcfef586c19aaf0be77de4dda69 /debian/control
parentAdding upstream version 2.11.2. (diff)
downloadman-db-71bbc054cf282c49dda3dc5e009d602f69b5f91e.tar.xz
man-db-71bbc054cf282c49dda3dc5e009d602f69b5f91e.zip
Adding debian version 2.11.2-2.debian/2.11.2-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/control41
1 files changed, 41 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ff9b9ac
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+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,
+ 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.