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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
|
Source: vim
Section: editors
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Vim Maintainers <team+vim@tracker.debian.org>
XSBC-Original-Uploaders:
James McCoy <jamessan@debian.org>,
Bugs: mailto:maintainers@lists.progress-linux.org
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends:
autoconf,
cscope <!nocheck>,
debhelper-compat (= 13),
libacl1-dev,
libcanberra-dev,
libgpmg1-dev [linux-any],
libgtk-3-dev,
liblua5.1-dev,
libmotif-dev,
libperl-dev,
libselinux1-dev [linux-any],
libsodium-dev,
libncurses-dev,
# Needed to run libvterm's tests
libtool-bin <!nocheck>,
lua5.1,
procps <!nocheck>,
python3-dev,
ruby [!alpha !ia64] <!pkg.vim.noruby>,
ruby-dev [!alpha !ia64] <!pkg.vim.noruby>,
tcl-dev,
Build-Conflicts:
autoconf2.13,
Build-Depends-Indep:
docbook-utils,
docbook-xml,
ghostscript,
# Explicitly depend on lynx since docbook2txt requires it, even though its
# Depends suggests otherwise (c.f., #387035)
lynx,
pdf2svg,
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/vim
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/vim
XSBC-Original-Vcs-Browser: https://salsa.debian.org/vim-team/vim
XSBC-Original-Vcs-Git: https://salsa.debian.org/vim-team/vim.git
Homepage: https://www.vim.org/
Package: vim-common
Priority: important
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
xxd,
vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny,
Breaks: vim-runtime (<< 2:9.0.1658-1~)
Replaces: vim-runtime (<< 2:9.0.1658-1~)
Description: Vi IMproved - Common files
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains files shared by all non GUI-enabled vim variants
available in Debian. Examples of such shared files are: manpages and
configuration files.
Package: vim-gui-common
Architecture: all
Multi-Arch: foreign
Recommends:
vim-gtk3 | vim-motif,
Depends:
${misc:Depends},
Description: Vi IMproved - Common GUI files
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains files shared by all GUI-enabled vim
variants available in Debian. Examples of such shared files are:
gvimtutor, icons, and desktop environments settings.
Package: vim-runtime
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Breaks:
vim-tiny (<< ${source:Version}),
Recommends:
vim | vim-gtk3 | vim-motif | vim-nox | vim-tiny,
Enhances:
vim-tiny,
Description: Vi IMproved - Runtime files
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains vimtutor and the architecture independent runtime
files, used, if available, by all vim variants available in Debian.
Example of such runtime files are: online documentation, rules for
language-specific syntax highlighting and indentation, color schemes,
and standard plugins.
Package: vim-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: Vi IMproved - HTML documentation
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains the HTML version of the online documentation. It is
built from the runtime/doc directory of the source tree.
Package: vim-tiny
Priority: important
Architecture: any
Depends:
vim-common (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
indent,
Provides:
editor,
Description: Vi IMproved - enhanced vi editor - compact version
Vim is an almost compatible version of the UNIX editor Vi.
.
This package contains a minimal version of Vim compiled with no GUI and
a small subset of features. This package's sole purpose is to provide
the vi binary for base installations.
.
If a vim binary is wanted, try one of the following more featureful
packages: vim, vim-nox, vim-motif, or vim-gtk3.
Package: vim
Architecture: any
Depends:
vim-common (= ${source:Version}),
vim-runtime (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
ctags,
vim-doc,
vim-scripts,
Provides:
editor,
Description: Vi IMproved - enhanced vi editor
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with a rather
standard set of features. This package does not provide a GUI
version of Vim. See the other vim-* packages if you need more
(or less).
Package: vim-gtk3
Architecture: any
Depends:
vim-common (= ${source:Version}),
vim-gui-common (= ${source:Version}),
vim-runtime (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
cscope,
fonts-dejavu,
gnome-icon-theme,
vim-doc,
Provides:
editor,
gvim (= ${binary:Version}),
vim (= ${binary:Version}),
vim-lua (= ${binary:Version}),
vim-perl (= ${binary:Version}),
vim-python3 (= ${binary:Version}),
${vim:Ruby-Provides},
vim-tcl (= ${binary:Version}),
Description: Vi IMproved - enhanced vi editor - with GTK3 GUI
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with a GTK3 GUI
and support for scripting with Lua, Perl, Python 3,${vim:Ruby-Desc} and Tcl.
Package: vim-nox
Architecture: any
Depends:
vim-common (= ${source:Version}),
vim-runtime (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
cscope,
vim-doc,
Provides:
editor,
vim (= ${binary:Version}),
vim-lua (= ${binary:Version}),
vim-perl (= ${binary:Version}),
vim-python3 (= ${binary:Version}),
${vim:Ruby-Provides},
vim-tcl (= ${binary:Version}),
Description: Vi IMproved - enhanced vi editor - with scripting languages support
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with support for
scripting with Lua, Perl, Python 3,${vim:Ruby-Desc} and Tcl but no GUI.
Package: vim-motif
Architecture: any
Depends:
vim-common (= ${source:Version}),
vim-gui-common (= ${source:Version}),
vim-runtime (= ${source:Version}),
${misc:Depends},
${shlibs:Depends},
Suggests:
cscope,
vim-doc,
Provides:
editor,
gvim (= ${binary:Version}),
vim (= ${binary:Version}),
vim-lua (= ${binary:Version}),
vim-perl (= ${binary:Version}),
vim-python3 (= ${binary:Version}),
${vim:Ruby-Provides},
vim-tcl (= ${binary:Version}),
Description: Vi IMproved - enhanced vi editor - with Motif GUI
Vim is an almost compatible version of the UNIX editor Vi.
.
Many new features have been added: multi level undo, syntax
highlighting, command line history, on-line help, filename
completion, block operations, folding, Unicode support, etc.
.
This package contains a version of vim compiled with a Motif GUI
and support for scripting with Lua, Perl, Python 3,${vim-Ruby-Desc} and Tcl.
Package: vim-athena
Architecture: all
Depends:
vim-motif,
${misc:Depends},
Section: oldlibs
Description: Vi IMproved - enhanced vi editor (dummy package)
This is a transitional package to install the vim-motif package. You may
remove this package if nothing depends on it.
Package: xxd
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: tool to make (or reverse) a hex dump
xxd creates a hex dump of a given file or standard input. It can also convert
a hex dump back to its original binary form.
|