| 1 |
Source: vte
|
| 2 |
Section: libs
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Arnaud Patard <arnaud.patard@rtp-net.org>
|
| 5 |
Uploaders: @GNOME_TEAM@, Marc Dequènes <Duck@DuckCorp.org>
|
| 6 |
Standards-Version: 3.6.1
|
| 7 |
Build-Depends: cdbs, debhelper (>= 3.4.4), libgtk2.0-dev (>= 2.4.1-3), gettext, python-gtk2-dev, python-dev, libncurses5-dev, libxrender-dev, gnome-pkg-tools, gtk-doc-tools
|
| 8 |
|
| 9 |
Package: libvte4
|
| 10 |
Architecture: any
|
| 11 |
Section: libs
|
| 12 |
Depends: ${shlibs:Depends}, libvte-common (= ${Source-Version})
|
| 13 |
Description: Terminal emulator widget for GTK+ 2.0 - runtime files
|
| 14 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 15 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 16 |
sequence or just random data. The sample program "interpret" illustrates
|
| 17 |
more or less what the widget sees after it filters incoming data.
|
| 18 |
|
| 19 |
Package: libvte-dev
|
| 20 |
Architecture: any
|
| 21 |
Section: libdevel
|
| 22 |
Depends: libvte4 (= ${Source-Version}), libgtk2.0-dev (>= 2.4.0), libncurses5-dev, libxrender-dev
|
| 23 |
Description: Terminal emulator widget for GTK+ 2.0 - development files
|
| 24 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 25 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 26 |
sequence or just random data. The sample program "interpret" illustrates
|
| 27 |
more or less what the widget sees after it filters incoming data.
|
| 28 |
.
|
| 29 |
This package contains development files for the VTE library.
|
| 30 |
|
| 31 |
Package: libvte-common
|
| 32 |
Architecture: all
|
| 33 |
Section: libs
|
| 34 |
Replaces: libvte2 (<= 0.5.1-2)
|
| 35 |
Description: Terminal emulator widget for GTK+ 2.0 - common files
|
| 36 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 37 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 38 |
sequence or just random data. The sample program "interpret" illustrates
|
| 39 |
more or less what the widget sees after it filters incoming data.
|
| 40 |
.
|
| 41 |
This package contains internationalization files for the VTE library.
|
| 42 |
|
| 43 |
Package: python-vte
|
| 44 |
Architecture: any
|
| 45 |
Section: python
|
| 46 |
Depends: ${shlibs:Depends}, python-gtk2, python (>= 2.3), python (<< 2.4)
|
| 47 |
Description: Python bindings for the VTE widget set
|
| 48 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 49 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 50 |
sequence or just random data. The sample program "interpret" illustrates
|
| 51 |
more or less what the widget sees after it filters incoming data.
|
| 52 |
.
|
| 53 |
This package contains the bindings to use VTE in Python programs.
|
| 54 |
|
| 55 |
Package: libvte-doc
|
| 56 |
Architecture: all
|
| 57 |
Section: doc
|
| 58 |
Depends:
|
| 59 |
Description: Terminal emulator widget for GTK+ 2.0 - development files
|
| 60 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 61 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 62 |
sequence or just random data. The sample program "interpret" illustrates
|
| 63 |
more or less what the widget sees after it filters incoming data.
|
| 64 |
.
|
| 65 |
This package contains documentation files for the VTE library.
|
| 66 |
|
| 67 |
|