2015-07-02 07:06:05 +00:00
|
|
|
Source: fish
|
|
|
|
Section: shells
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
|
|
|
|
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>, Siteshwar Vashisht <siteshwar@gmail.com>
|
|
|
|
Build-Depends: debhelper (>= 8.0.0), libncurses5-dev, autoconf, autotools-dev, dh-autoreconf, gettext
|
|
|
|
Standards-Version: 3.9.4
|
|
|
|
Homepage: http://fishshell.com/
|
|
|
|
Vcs-Git: git://github.com/fish-shell/fish-shell.git
|
|
|
|
Vcs-Browser: https://github.com/fish-shell/fish-shell
|
|
|
|
|
|
|
|
Package: fish
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, passwd (>= 4.0.3-10), bc, gettext-base, man-db
|
2015-07-20 01:00:31 +00:00
|
|
|
Recommends: python (>=2.6), xsel (>=1.2.0), xdg-utils
|
2015-07-02 07:06:05 +00: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.
|
|
|
|
|
|
|
|
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.
|