mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 10:01:14 -03:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user