mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
f396a43280
No longer required since 9de809ee98
47 lines
1.8 KiB
Text
47 lines
1.8 KiB
Text
Source: fish
|
|
Section: shells
|
|
Priority: optional
|
|
Maintainer: ridiculous_fish <corydoras@ridiculousfish.com>
|
|
Uploaders: David Adam <zanchey@ucc.gu.uwa.edu.au>
|
|
Build-Depends: debhelper (>= 9.20151004), libncurses5-dev, cmake (>= 3.2.0), gettext,
|
|
# Test dependencies
|
|
locales-all, python3
|
|
# When libpcre2-dev is available on all supported Debian versions, add a dependency on that.
|
|
Standards-Version: 4.1.5
|
|
Homepage: https://fishshell.com/
|
|
Vcs-Git: https://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}, fish-common (= ${source:Version}), passwd (>= 4.0.3-10), gettext-base, man-db
|
|
Recommends: xsel (>=1.2.0)
|
|
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-common
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Depends: ${misc:Depends}
|
|
Recommends: fish, python3 (>= 3.5)
|
|
Suggests: xdg-utils
|
|
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.
|
|
|
|
Package: fish-dbg
|
|
Architecture: any
|
|
Section: debug
|
|
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.
|