1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
|
Source: fish
Section: shells
Priority: optional
Maintainer: Tristan Seligmann <mithrandi@debian.org>
Uploaders: Mo Zhou <cdluminate@gmail.com>,
Build-Depends:
autoconf,
automake,
bc,
bsdmainutils,
debhelper (>= 11),
doxygen,
expect,
gettext,
groff-base,
libncurses5-dev,
libpcre2-dev,
locales-all,
procps,
quilt,
Standards-Version: 4.3.0
Homepage: http://fishshell.com/
Vcs-Browser: https://salsa.debian.org/debian/fish
Vcs-Git: https://salsa.debian.org/debian/fish.git
Package: fish
Architecture: any
Depends:
bc,
fish-common (= ${source:Version}),
lynx | www-browser,
man-db,
python3,
${misc:Depends},
${shlibs:Depends},
Recommends: xsel
Suggests: doc-base
Pre-Depends: dpkg (>= 1.17.14)
Description: friendly interactive shell
Fish is a shell geared towards interactive use. Its features are focused on
user friendliness and discoverability. The language syntax is simple but
incompatible with other shell languages.
Package: fish-common
Architecture: all
Depends: libjs-jquery, ${misc:Depends}
Recommends: fish
Replaces: fish (<= 2.1.1.dfsg-2)
Description: friendly interactive shell (architecture-independent files)
Fish is a shell geared towards interactive use. Its features are focused on
user friendliness and discoverability. The language syntax is simple but
incompatible with other shell languages.
.
This package contains the common fish files shared by all architectures.
|