2015-07-02 15:06:05 +08:00
Source: fish
Section: shells
Priority: extra
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
2016-10-02 17:08:07 +08:00
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
2018-03-04 23:07:33 +08:00
Build-Depends: debhelper (>= 9.0.0), libncurses5-dev, cmake3 (>= 3.2.0) | cmake (>= 3.2.0), gettext
2016-10-02 17:08:07 +08:00
# When libpcre2-dev is available on all supported Debian versions, add a dependency on that.
2015-07-02 15:06:05 +08:00
Standards-Version: 3.9.4
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
2018-12-29 23:16:09 +08:00
Depends: ${shlibs:Depends}, ${misc:Depends}, fish-common (= ${source:Version}), passwd (>= 4.0.3-10), gettext-base, man-db
2016-11-09 23:07:11 +08:00
Recommends: xsel (>=1.2.0)
2015-07-02 15:06:05 +08:00
Description: friendly interactive shell
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.
2016-10-02 17:08:07 +08:00
Package: fish-common
Architecture: all
Depends: ${misc:Depends}
2016-11-09 23:07:11 +08:00
Recommends: fish, python (>=2.6)
Suggests: xdg-utils
2016-10-02 17:08:07 +08:00
Replaces: fish (<= 2.1.1.dfsg-2)
Description: friendly interactive shell (architecture-independent files)
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.
.
This package contains the common fish files shared by all architectures.
2015-07-02 15:06:05 +08:00
Package: fish-dbg
Architecture: any
Section: debug
Priority: extra
Depends: fish (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for friendly interactive shell
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.
.
This package contains the debugging symbols for fish.