Debian packaging: comment on reason for runtime dependencies

This commit is contained in:
David Adam 2024-12-26 13:22:26 +08:00
parent eade6a5672
commit 0b52b72ebc

10
debian/control vendored
View File

@ -20,13 +20,13 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell
Package: fish Package: fish
Architecture: any Architecture: any
Depends: bsdextrautils, Depends: bsdextrautils, # for col and look
file, file,
gettext-base, gettext-base, # for the gettext command
groff-base, groff-base, # for nroff and preconv
man-db, man-db,
ncurses-base, ncurses-base, # for terminal definitions
procps, procps, # for kill
python3 (>=3.5), python3 (>=3.5),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}