| 1 |
Source: vte
|
| 2 |
Section: libs
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Guilherme de S. Pastore <gpastore@debian.org>
|
| 5 |
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>
|
| 6 |
Standards-Version: 3.7.2
|
| 7 |
XS-Python-Version: >= 2.3
|
| 8 |
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libglib2.0-dev (> 2.9.0), libgtk2.0-dev (>= 2.6.0), gettext, python-gtk2-dev, python-all-dev (>= 2.3.5-11), libncurses5-dev, libxrender-dev, gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), gtk-doc-tools, libxt-dev, libfreetype6-dev (>= 2.0.2), python-support (>= 0.3), libpango1.0-dev, libxft-dev
|
| 9 |
|
| 10 |
Package: libvte9
|
| 11 |
Architecture: any
|
| 12 |
Section: libs
|
| 13 |
Depends: ${misc:Depends}, ${shlibs:Depends}, libvte-common
|
| 14 |
Description: Terminal emulator widget for GTK+ 2.0 - runtime files
|
| 15 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 16 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 17 |
sequence or just random data. The sample program "interpret" illustrates
|
| 18 |
more or less what the widget sees after it filters incoming data.
|
| 19 |
|
| 20 |
Package: libvte-dev
|
| 21 |
Architecture: any
|
| 22 |
Section: libdevel
|
| 23 |
Depends: ${misc:Depends}, libvte9 (= ${binary:Version}), libgtk2.0-dev (>= 2.4.0), libncurses5-dev, libxrender-dev, libxft-dev, libfreetype6-dev, libatk1.0-dev, libpango1.0-dev, libglib2.0-dev, libsm-dev, libice-dev, zlib1g-dev, libncurses5-dev | libncurses-dev, libx11-dev, libfontconfig1-dev
|
| 24 |
Description: Terminal emulator widget for GTK+ 2.0 - development files
|
| 25 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 26 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 27 |
sequence or just random data. The sample program "interpret" illustrates
|
| 28 |
more or less what the widget sees after it filters incoming data.
|
| 29 |
.
|
| 30 |
This package contains development files for the VTE library.
|
| 31 |
|
| 32 |
Package: libvte-common
|
| 33 |
Architecture: all
|
| 34 |
Section: libs
|
| 35 |
Depends: ${misc:Depends}
|
| 36 |
Replaces: libvte2 (<= 0.5.1-2)
|
| 37 |
Description: Terminal emulator widget for GTK+ 2.0 - common files
|
| 38 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 39 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 40 |
sequence or just random data. The sample program "interpret" illustrates
|
| 41 |
more or less what the widget sees after it filters incoming data.
|
| 42 |
.
|
| 43 |
This package contains internationalization files for the VTE library.
|
| 44 |
|
| 45 |
Package: python-vte
|
| 46 |
Architecture: any
|
| 47 |
Section: python
|
| 48 |
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-gtk2
|
| 49 |
Provides: ${python:Provides}
|
| 50 |
XB-Python-Version: ${python:Versions}
|
| 51 |
Conflicts: python2.3-vte, python2.4-vte
|
| 52 |
Replaces: python2.3-vte, python2.4-vte
|
| 53 |
Description: Python bindings for the VTE widget set
|
| 54 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 55 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 56 |
sequence or just random data. The sample program "interpret" illustrates
|
| 57 |
more or less what the widget sees after it filters incoming data.
|
| 58 |
.
|
| 59 |
This package contains the Python bindings for the VTE library.
|
| 60 |
|
| 61 |
Package: libvte-doc
|
| 62 |
Architecture: all
|
| 63 |
Section: doc
|
| 64 |
Depends: ${misc:Depends}
|
| 65 |
Description: Terminal emulator widget for GTK+ 2.0 - development files
|
| 66 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 67 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 68 |
sequence or just random data. The sample program "interpret" illustrates
|
| 69 |
more or less what the widget sees after it filters incoming data.
|
| 70 |
.
|
| 71 |
This package contains documentation files for the VTE library.
|