From cf16949ce7a02369f598a98fa13346f55631a2f1 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 5 Apr 2026 13:29:42 +0800 Subject: [PATCH] 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 --- contrib/debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/debian/control b/contrib/debian/control index 60c4671d5..ad303e34c 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -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),