contrib/debian/control: remove insufficient mdoc dependency

On Debian, mandoc provides "/usr/bin/mman", not "/usr/bin/man", so that
package alone is not enough.  Users that want to use mandoc could use a
package that "Provides: man", for example by creating symlink to "mman".

See https://github.com/fish-shell/fish-shell/issues/12596#issuecomment-4188332803
This commit is contained in:
Johannes Altmanninger
2026-04-05 13:29:42 +08:00
parent 85311546de
commit cf16949ce7

View File

@@ -13,7 +13,7 @@ Build-Depends: debhelper-compat (= 13),
python3-sphinx,
# Test dependencies
locales-all,
man-db | mandoc | man,
man-db | man,
python3
# 4.6.2 is Debian 12/Ubuntu Noble 24.04; Ubuntu Jammy is 4.6.0.1
Standards-Version: 4.6.2
@@ -27,7 +27,7 @@ Architecture: any
Depends: bsdextrautils,
file,
# for showing built-in help pages
man-db | mandoc | man,
man-db | man,
# for kill
procps,
python3 (>=3.5),