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
|
Source: vile
Section: editors
Priority: optional
Maintainer: Brendan O'Dea <bod@debian.org>
Uploaders: Paul van Tilburg <paulvt@debian.org>
Standards-Version: 4.1.3
Build-Depends: dpkg-dev (>= 1.16.1), debhelper (>= 10), flex-old | flex (<< 2.5.5), libncurses5-dev, libperl-dev (>= 5.8.1-3), libxaw7-dev (>= 4.3.0)
Vcs-Browser: https://salsa.debian.org/debian/vile
Vcs-Git: https://salsa.debian.org/debian/vile.git
Package: vile
Architecture: any
Depends: vile-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Provides: editor
Description: VI Like Emacs - vi work-alike
vile is a text editor which is extremely compatible with vi in terms of
``finger feel''. In addition, it has extended capabilities in many areas,
notably multi-file editing and viewing, syntax highlighting, key rebinding,
an optional embedded perl interpreter, and real X window system support.
.
This package contains the character-mode binary. Required support files
are contained in vile-common. Source code highlighting filters are in
vile-filters. An X11 binary is in the xvile package.
Package: vile-filters
Architecture: any
Depends: vile-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: VI Like Emacs - highlighting filters for vile/xvile
Text highlighting filters for various languages and file formats for
the vile and xvile editors.
Package: xvile
Architecture: any
Depends: vile-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
Recommends: xfonts-100dpi, xfonts-75dpi
Provides: editor
Replaces: vile-common (<< 9.7x-1)
Description: VI Like Emacs - vi work-alike (X11)
vile is a text editor which is extremely compatible with vi in terms of
``finger feel''. In addition, it has extended capabilities in many areas,
notably multi-file editing and viewing, syntax highlighting, key rebinding,
an optional embedded perl interpreter, and real X window system support.
.
This package contains the X11 binary. Required support files are
contained in vile-common. Source code highlighting filters are in
vile-filters. A character-mode binary is in the vile package.
Package: vile-common
Architecture: all
Depends: libio-pty-perl, ${misc:Depends}
Recommends: vile | xvile
Suggests: vile-filters
Replaces: vile (<< 9.2g-1)
Description: VI Like Emacs - support files for vile/xvile
Shared files for the vile and xvile editors.
|