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
|
Source: vim
Section: editors
Priority: optional
Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
Uploaders: Norbert Tretkowski <nobse@debian.org>
Standards-Version: 3.1
Build-Depends: dpkg (>> 1.7.0), libgtk1.2-dev, libgpmg1-dev [!hurd-i386], libperl-dev, tcl8.3-dev, python-dev, libncurses5-dev, ruby, ruby-dev
Package: vim
Architecture: any
Pre-Depends: dpkg (>= 1.6.8)
Depends: ${shlibs:Depends}
Suggests: ctags, cscope
Provides: editor, vim-rt
Conflicts: vim-rt, vim-tiny (<< 6.0), vim-perl (<< 6.0), vim-python (<< 6.0), vim-tcl (<< 6.0), vim-tty (<< 6.0), vim-gtk (<< 6.0)
Replaces: vim-rt, vim-tiny (<< 6.0), vim-perl (<< 6.0), vim-python (<< 6.0), vim-tcl (<< 6.0), vim-tty (<< 6.0), vim-gtk (<< 6.0)
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.
Package: vim-gtk
Architecture: any
Depends: vim (= ${dpkg:Version}), ${shlibs:Depends}
Suggests: ctags, cscope
Conflicts: vim-tiny, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tty
Replaces: vim-tiny, vim-perl, vim-python, vim-ruby, vim-tcl, vim-tty
Description: Vi IMproved - GTK version
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 the
GTK frontend.
Package: vim-perl
Architecture: any
Depends: vim (= ${dpkg:Version}), ${shlibs:Depends}
Suggests: ctags, cscope
Conflicts: vim-tiny, vim-python, vim-gtk, vim-ruby, vim-tcl, vim-tty
Replaces: vim-tiny, vim-python, vim-gtk, vim-ruby, vim-tcl, vim-tty
Description: Vi IMproved, with perl scripting 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 perl scripting
support.
Package: vim-python
Architecture: any
Depends: vim (= ${dpkg:Version}), ${shlibs:Depends}
Suggests: ctags, cscope
Conflicts: vim-tiny, vim-perl, vim-gtk, vim-tcl, vim-tty
Replaces: vim-tiny, vim-perl, vim-gtk, vim-tcl, vim-tty
Description: Vi IMproved, with python scripting 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 python scripting
support.
Package: vim-ruby
Architecture: any
Depends: vim (= ${dpkg:Version}), ${shlibs:Depends}
Suggests: ctags, cscope
Conflicts: vim-tiny, vim-perl, vim-gtk, vim-python, vim-tcl, vim-tty
Replaces: vim-tiny, vim-perl, vim-gtk, vim-python, vim-tcl, vim-tty
Description: Vi IMproved, with ruby scripting 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 ruby scripting
support.
Package: vim-tcl
Architecture: any
Depends: vim (= ${dpkg:Version}), ${shlibs:Depends}
Suggests: ctags, cscope
Conflicts: vim-tiny, vim-perl, vim-gtk, vim-python, vim-ruby, vim-tty
Replaces: vim-tiny, vim-perl, vim-gtk, vim-python, vim-ruby, vim-tty
Description: Vi IMproved, with tcl scripting 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 tcl scripting
support.
|