mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-29 22:33:40 +08:00
Debian packaging: reformat dependencies
This commit is contained in:
parent
9b8793a2df
commit
74b1247461
22
debian/control
vendored
22
debian/control
vendored
|
@ -3,10 +3,16 @@ Section: shells
|
|||
Priority: optional
|
||||
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
|
||||
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
||||
Build-Depends: debhelper (>= 12), cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), gettext,
|
||||
rustc (>= 1.70), cargo (>= 0.66) | cargo-mozilla (>= 0.66), libpcre2-dev,
|
||||
Build-Depends: debhelper (>= 12),
|
||||
cargo (>= 0.66) | cargo-mozilla (>= 0.66),
|
||||
cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0),
|
||||
gettext,
|
||||
libpcre2-dev,
|
||||
rustc (>= 1.70),
|
||||
# Test dependencies
|
||||
locales-all, ncurses-base, python3
|
||||
locales-all,
|
||||
ncurses-base,
|
||||
python3
|
||||
Standards-Version: 4.1.5
|
||||
Homepage: https://fishshell.com/
|
||||
Vcs-Git: https://github.com/fish-shell/fish-shell.git
|
||||
|
@ -14,8 +20,14 @@ Vcs-Browser: https://github.com/fish-shell/fish-shell
|
|||
|
||||
Package: fish
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, file, gettext-base, man-db, ncurses-base, procps,
|
||||
python3 (>=3.5)
|
||||
Depends: file,
|
||||
gettext-base,
|
||||
man-db,
|
||||
ncurses-base,
|
||||
procps,
|
||||
python3 (>=3.5),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Conflicts: fish-common
|
||||
Recommends: xsel (>=1.2.0)
|
||||
Suggests: xdg-utils
|
||||
|
|
Loading…
Reference in New Issue
Block a user