Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#77165 - [git] Add `man` to optional dependencies
Attached to Project:
Arch Linux
Opened by Ricardo (MithicSpirit) - Tuesday, 17 January 2023, 15:01 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 17 January 2023, 20:49 GMT
Opened by Ricardo (MithicSpirit) - Tuesday, 17 January 2023, 15:01 GMT
Last edited by Toolybird (Toolybird) - Tuesday, 17 January 2023, 20:49 GMT
|
Details`man` should be a git optdepend as `--help` on the git subcommands (e.g. `git pull --help`) requires `man` to work properly. Without it, we get the following output
``` $ git pull --help warning: failed to exec 'man': No such file or directory fatal: no man viewer handled the request ``` Everything else still seems to work fine, so I don't think that this should be a hard dependency. |
This task depends upon
[1] https://archlinux.org/packages/community/any/bash-language-server/
[2] https://archlinux.org/packages/core/x86_64/man-db/
I believe that making man an optdepend on every package that provides a manpage would definitely be excessive.