mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-02 19:21:15 -03:00
We support multiple "man" implementations; at least man-db's and mandoc's. So we can relax the mandoc dependency to a dependency on the virtual package providing "man". Note that as of today, "mandoc" fails to have a "Provides: man". However since Debian policy says in https://www.debian.org/doc/debian-policy/ch-relationships.html > To specify which of a set of real packages should be the default > to satisfy a particular dependency on a virtual package, list the > real package as an alternative before the virtual one. we want to list possible real packages anyway, so do that. Closes #12596