Debian packaging: move comments to their own lines
Some checks are pending
make test / ubuntu-32bit-static-pcre2 (push) Waiting to run
make test / ubuntu (push) Waiting to run
make test / ubuntu-asan (push) Waiting to run
make test / macos (push) Waiting to run
Rust checks / rustfmt (push) Waiting to run
Rust checks / clippy (push) Waiting to run

This commit is contained in:
David Adam 2024-12-26 14:53:04 +08:00
parent 94dfe1b053
commit 6515862095

15
debian/control vendored
View File

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