File: control

package info (click to toggle)
fish 4.2.1-3.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 35,976 kB
  • sloc: python: 6,972; javascript: 1,407; sh: 1,009; xml: 411; ansic: 230; objc: 78; makefile: 20
file content (72 lines) | stat: -rw-r--r-- 2,468 bytes parent folder | download
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Source: fish
Section: shells
Priority: optional
Maintainer: Mo Zhou <lumin@debian.org>
Build-Depends: debhelper-compat (= 13),
               cargo,
               cmake,
               gettext,
               libpcre2-dev,
               locales-all <!nocheck>,
               ninja-build,
               procps <!nocheck>,
               python3 <!nocheck>,
               python3-sphinx,
               python3-pexpect <!nocheck>,
               rustc,
               librust-bitflags-dev,
               librust-cc-dev,
               librust-errno-dev,
               librust-lazy-static-dev,
               librust-libc-dev (>= 0.2.169~),
               librust-lru-dev,
               librust-macro-rules-attribute-dev,
               librust-nix-dev (>= 0.30.1-1~),
               librust-num-traits-dev,
               librust-once-cell-dev,
               librust-portable-atomic-dev,
               librust-rand-dev,
               librust-rsconf-dev,
               librust-rust-embed-dev,
               librust-serial-test-dev,
               librust-tempfile-dev,
               librust-terminfo-dev (>= 0.9.0~),
               librust-widestring-dev,
               librust-unicode-segmentation-dev,
               ncurses-term,
               tmux <!nocheck>,
               git <!nocheck>,
Standards-Version: 4.7.0
Homepage: http://fishshell.com/
Vcs-Browser: https://salsa.debian.org/debian/fish
Vcs-Git: https://salsa.debian.org/debian/fish.git
Rules-Requires-Root: no

Package: fish
Architecture: any
Depends: fish-common (= ${source:Version}),
         bsdextrautils,
         groff-base,
         man-db,
         procps,
         python3,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: xsel, lynx | www-browser,
Suggests: doc-base
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
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: fish, python3:any
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.