| 1 |
rtp-guest |
303 |
Source: vte
|
| 2 |
|
|
Section: libs
|
| 3 |
|
|
Priority: optional
|
| 4 |
|
|
Maintainer: Arnaud Patard <arnaud.patard@rtp-net.org>
|
| 5 |
lool-guest |
3664 |
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Akira TAGOH <tagoh@debian.org>, Andreas Rottmann <rotty@debian.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Carlos Perelló Marín <carlos@pemas.net>, Clément Stenac <zorglub@via.ecp.fr>, Ed Boraas <ed@debian.org>, 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>, Joe Drew <drew@debian.org>, Johannes Rohr <jr.debian@rohr.org>, Jordi Mallach <jordi@debian.org>, Jose Carlos Garcia Sogo <jsogo@debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Marc 'HE' Brockschmidt <he@debian.org>, Ondřej Surý <ondrej@debian.org>, Rob Bradford <rob@debianplanet.org>, Robert McQueen <robot101@debian.org>, Ross Burton <ross@debian.org>, Sebastien Bacher <seb128@debian.org>, Sjoerd Simons <sjoerd@debian.org>, Takuo KITAME <kitame@debian.org>, Marc Dequènes <Duck@DuckCorp.org>
|
| 6 |
lool-guest |
3629 |
Standards-Version: 3.6.2
|
| 7 |
seb128 |
1027 |
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 |
rtp-guest |
303 |
|
| 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 |
lool-guest |
3664 |
Depends: libvte4 (= ${Source-Version}), libgtk2.0-dev (>= 2.4.0), libncurses5-dev, libxrender-dev, libxft-dev, libfreetype6-dev, libatk1.0-dev, libpango1.0-dev, libglib2.0-dev
|
| 23 |
rtp-guest |
303 |
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 |
rtp-guest |
3029 |
|
| 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 |
|
|
|