2015-07-02 07:06:05 +00:00
|
|
|
Source: fish
|
|
|
|
Section: shells
|
2020-01-25 12:49:43 +00:00
|
|
|
Priority: optional
|
2015-07-02 07:06:05 +00:00
|
|
|
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
|
2016-10-02 09:08:07 +00:00
|
|
|
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
2021-09-16 12:58:45 +00:00
|
|
|
# Debhelper should be bumped to >= 10 once Ubuntu Xenial is no longer supported
|
2024-04-27 10:05:16 +00:00
|
|
|
Build-Depends: debhelper (>= 9.20160115), cmake (>= 3.19.0) | cmake-mozilla (>= 3.19.0), gettext,
|
|
|
|
rustc (>= 1.70), cargo (>= 0.66) | cargo-mozilla (>= 0.66), libpcre2-dev,
|
2019-01-10 13:37:08 +00:00
|
|
|
# Test dependencies
|
2024-04-27 10:05:16 +00:00
|
|
|
locales-all, python3
|
2020-01-25 12:58:46 +00:00
|
|
|
Standards-Version: 4.1.5
|
2017-02-17 13:30:43 +00:00
|
|
|
Homepage: https://fishshell.com/
|
|
|
|
Vcs-Git: https://github.com/fish-shell/fish-shell.git
|
2015-07-02 07:06:05 +00:00
|
|
|
Vcs-Browser: https://github.com/fish-shell/fish-shell
|
|
|
|
|
|
|
|
Package: fish
|
|
|
|
Architecture: any
|
2021-09-16 12:54:55 +00:00
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), gettext-base, man-db,
|
2023-01-29 13:21:47 +00:00
|
|
|
procps, python3 (>=3.5)
|
2021-09-16 12:54:55 +00:00
|
|
|
Conflicts: fish-common
|
2016-11-09 15:07:11 +00:00
|
|
|
Recommends: xsel (>=1.2.0)
|
|
|
|
Suggests: xdg-utils
|
2021-09-16 12:54:55 +00:00
|
|
|
Description: friendly interactive shell
|
2016-10-02 09:08:07 +00: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.
|