Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / git
Commits: fa72e7a1 by Christian Hesse at 2025-01-15T11:08:33+01:00 make man an optional dependency Usually we do not add man as optional dependency, but git uses man to show the help with `git command --help`. So let's add it here. Fixes: https://gitlab.archlinux.org/archlinux/packaging/packages/git/-/issues/4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -22,6 +22,7 @@ pkgbase = git depends = zlib optdepends = tk: gitk and git gui optdepends = openssh: ssh transport and crypto + optdepends = man: show help with `git command --help` optdepends = perl-libwww: git svn optdepends = perl-term-readkey: git svn and interactive.singlekey setting optdepends = perl-io-socket-ssl: git send-email TLS support ===================================== PKGBUILD ===================================== @@ -15,6 +15,7 @@ makedepends=('python' 'xmlto' 'asciidoc') checkdepends=('openssh') optdepends=('tk: gitk and git gui' 'openssh: ssh transport and crypto' + 'man: show help with `git command --help`' 'perl-libwww: git svn' 'perl-term-readkey: git svn and interactive.singlekey setting' 'perl-io-socket-ssl: git send-email TLS support' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/git/-/commit/fa72e7a1ffcb0edadbff144663c03698827925e2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/git/-/commit/fa72e7a1ffcb0edadbff144663c03698827925e2 You're receiving this email because of your account on gitlab.archlinux.org.
