| 1 |
Source: vte
|
| 2 |
Section: libs
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Arnaud Patard <arnaud.patard@rtp-net.org>
|
| 5 |
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Akira TAGOH <tagoh@debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Edd Dumbill <ejad@debian.org>, Emil Soleyman-Zomalan <emil@nishra.com>, Gustavo Noronha Silva <kov@debian.org>, J.H.M. Dassen (Ray) <jdassen@debian.org>, Johannes Rohr <j.rohr@comlink.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Ondřej Surý <ondrej@debian.org>, Rob Bradford <rob@debianplanet.org>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@burtonini.com>, Sebastien Bacher <seb128@debian.org>, Takuo KITAME <kitame@debian.org>, Marc Dequènes <Duck@DuckCorp.org>
|
| 6 |
Standards-Version: 3.6.1
|
| 7 |
Build-Depends: cdbs, debhelper (>= 3.4.4), libgtk2.0-dev (>= 2.2.0), gettext,
|
| 8 |
python-gtk2-dev, python-dev, libncurses5-dev, libxrender-dev
|
| 9 |
|
| 10 |
Package: libvte4
|
| 11 |
Architecture: any
|
| 12 |
Section: libs
|
| 13 |
Depends: ${shlibs:Depends}, libvte-common (= ${Source-Version})
|
| 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: libvte4 (= ${Source-Version}), libgtk2.0-dev (>= 2.2.0), libncurses5-dev, libxrender-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 |
Replaces: libvte2 (<= 0.5.1-2)
|
| 36 |
Description: Terminal emulator widget for GTK+ 2.0 - common files
|
| 37 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 38 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 39 |
sequence or just random data. The sample program "interpret" illustrates
|
| 40 |
more or less what the widget sees after it filters incoming data.
|
| 41 |
.
|
| 42 |
This package contains internationalization files for the VTE library.
|
| 43 |
|
| 44 |
Package: python-vte
|
| 45 |
Architecture: any
|
| 46 |
Section: python
|
| 47 |
Depends: ${shlibs:Depends}, python-gtk2, python (>= 2.3), python (<< 2.4)
|
| 48 |
Description: Python bindings for the VTE widget set
|
| 49 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 50 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 51 |
sequence or just random data. The sample program "interpret" illustrates
|
| 52 |
more or less what the widget sees after it filters incoming data.
|
| 53 |
.
|
| 54 |
This package contains the bindings to use VTE in Python programs.
|