summaryrefslogtreecommitdiff
path: root/debian/control
blob: b06d5e7640670d08c8cd6b764ec697aa8ff52a38 (plain)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Source: zsh
Section: shells
Priority: optional
Build-Depends: bsdextrautils,
               debhelper (>= 13.4),
               debhelper-compat (= 13),
               dpkg-dev (>= 1.16.2~),
               groff,
               groff-base,
               libcap-dev [linux-any],
               libelf-dev,
               libgdbm-dev,
               libncurses-dev,
               libpcre2-dev
Build-Depends-Indep: cm-super-minimal,
                     ghostscript,
                     texinfo (>= 5~),
                     texlive-fonts-recommended,
                     texlive-latex-base,
                     texlive-latex-recommended,
                     yodl (>= 3.08.01) | yodl (<< 3.08.00)
Maintainer: Debian Zsh Maintainers <pkg-zsh-devel@lists.alioth.debian.org>
Uploaders: Michael Prokop <mika@debian.org>,
           Axel Beckert <abe@debian.org>,
           Frank Terbeck <ft@bewatermyfriend.org>,
           Richard Hartmann <richih@debian.org>
Standards-Version: 4.6.2
Homepage: https://www.zsh.org/
Vcs-Git: https://salsa.debian.org/debian/zsh.git -b debian
Vcs-Browser: https://salsa.debian.org/debian/zsh
Rules-Requires-Root: no

Package: zsh-common
Architecture: all
Depends: ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Replaces: zsh (<= 5.0.2-1),
          zsh-doc (<= 5.8-7~)
Breaks: zsh-doc (<= 5.8-7~)
Recommends: zsh
Suggests: zsh-doc
Multi-Arch: foreign
Description: architecture independent files for Zsh
 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.
 .
 This package contains the common zsh files shared by all
 architectures.

Package: zsh
Architecture: any
Depends: zsh-common (= ${source:Version}),
         ${misc:Depends},
         ${shlibs:Depends},
         debianutils (>= 5.3-1~)
Pre-Depends: ${misc:Pre-Depends}
Recommends: ${shlibs:Recommends}
Suggests: zsh-doc
Description: shell with lots of features
 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.

Package: zsh-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: zsh-common (= ${source:Version}),
         ${misc:Depends}
Description: zsh documentation - info/HTML format
 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.
 .
 This contains the documentation in GNU info and HTML formats.

Package: zsh-static
Architecture: any
Depends: ${misc:Depends},
         debianutils (>= 5.3-1~)
Recommends: zsh-common
Suggests: zsh-doc
Built-Using: ${Built-Using}
Description: shell with lots of features (static link)
 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.
 .
 This is the statically-compiled version of the shell, i.e. it doesn't
 require any dynamically loaded libraries to be present and will work
 even if libraries zsh (in general) needs are broken on the system. So
 it's more robust in case of a broken system.
 .
 It though also has a few limitations compared to the normal,
 dynamically linked, e.g. it can't use NSS related functionality which
 might result in minor imperfections like e.g. user names being shown
 in the prompt.

Package: zsh-dev
Architecture: any
Depends: zsh-common (= ${source:Version}),
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Section: libdevel
Description: shell with lots of features (development files)
 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.
 .
 This package contains headers and scripts necessary to compile
 third-party modules.