Source: vte Section: libs Priority: optional Maintainer: Arnaud Patard Uploaders: @GNOME_TEAM@, Marc Dequènes Standards-Version: 3.6.1 Build-Depends: cdbs, debhelper (>= 3.4.4), libgtk2.0-dev (>= 2.4.0), gettext, python-gtk2-dev, python-dev, libncurses5-dev, libxrender-dev, gnome-pkg-tools, gtk-doc-tools Package: libvte4 Architecture: any Section: libs Depends: ${shlibs:Depends}, libvte-common (= ${Source-Version}) Description: Terminal emulator widget for GTK+ 2.0 - runtime files The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. Package: libvte-dev Architecture: any Section: libdevel Depends: libvte4 (= ${Source-Version}), libgtk2.0-dev (>= 2.4.0), libncurses5-dev, libxrender-dev Description: Terminal emulator widget for GTK+ 2.0 - development files The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. . This package contains development files for the VTE library. Package: libvte-common Architecture: all Section: libs Replaces: libvte2 (<= 0.5.1-2) Description: Terminal emulator widget for GTK+ 2.0 - common files The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. . This package contains internationalization files for the VTE library. Package: python-vte Architecture: any Section: python Depends: ${shlibs:Depends}, python-gtk2, python (>= 2.3), python (<< 2.4) Description: Python bindings for the VTE widget set The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates more or less what the widget sees after it filters incoming data. . This package contains the bindings to use VTE in Python programs.