2015-07-02 15:06:05 +08:00
|
|
|
Source: fish
|
|
|
|
Section: shells
|
2020-01-25 20:49:43 +08:00
|
|
|
Priority: optional
|
2015-07-02 15:06:05 +08:00
|
|
|
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
|
2016-10-02 17:08:07 +08:00
|
|
|
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
2024-12-26 13:19:41 +08:00
|
|
|
Build-Depends: debhelper (>= 12),
|
|
|
|
cargo (>= 0.66) | cargo-mozilla (>= 0.66),
|
2024-12-26 13:20:00 +08:00
|
|
|
cmake (>= 3.15.0) | cmake-mozilla (>= 3.15.0),
|
2024-12-26 13:19:41 +08:00
|
|
|
gettext,
|
|
|
|
libpcre2-dev,
|
|
|
|
rustc (>= 1.70),
|
2019-01-10 21:37:08 +08:00
|
|
|
# Test dependencies
|
2024-12-26 13:19:41 +08:00
|
|
|
locales-all,
|
|
|
|
ncurses-base,
|
|
|
|
python3
|
2020-01-25 20:58:46 +08:00
|
|
|
Standards-Version: 4.1.5
|
2017-02-17 21:30:43 +08:00
|
|
|
Homepage: https://fishshell.com/
|
|
|
|
Vcs-Git: https://github.com/fish-shell/fish-shell.git
|
2015-07-02 15:06:05 +08:00
|
|
|
Vcs-Browser: https://github.com/fish-shell/fish-shell
|
|
|
|
|
|
|
|
Package: fish
|
|
|
|
Architecture: any
|
2024-12-26 14:53:04 +08:00
|
|
|
# for col and lock
|
|
|
|
Depends: bsdextrautils,
|
2024-12-26 13:21:33 +08:00
|
|
|
file,
|
2024-12-26 14:53:04 +08:00
|
|
|
# for the gettext command
|
|
|
|
gettext-base,
|
|
|
|
# for nroff and preconv
|
|
|
|
groff-base,
|
2024-12-26 13:19:41 +08:00
|
|
|
man-db,
|
2024-12-26 14:53:04 +08:00
|
|
|
# for terminal definitions
|
|
|
|
ncurses-base,
|
|
|
|
# for kill
|
|
|
|
procps,
|
2024-12-26 13:19:41 +08:00
|
|
|
python3 (>=3.5),
|
|
|
|
${misc:Depends},
|
|
|
|
${shlibs:Depends}
|
2021-09-16 20:54:55 +08:00
|
|
|
Conflicts: fish-common
|
2016-11-09 23:07:11 +08:00
|
|
|
Recommends: xsel (>=1.2.0)
|
|
|
|
Suggests: xdg-utils
|
2021-09-16 20:54:55 +08:00
|
|
|
Description: friendly interactive shell
|
2016-10-02 17:08:07 +08:00
|
|
|
Fish is a command-line shell for modern systems, focusing on user-friendliness,
|
|
|
|
sensibility and discoverability in interactive use. The syntax is simple, but
|
|
|
|
not POSIX compliant.
|