| 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>, Sebastian Dröge <slomo@debian.org>
|
| 6 |
Standards-Version: 3.8.1
|
| 7 |
XS-Python-Version: >= 2.3
|
| 8 |
Build-Depends: cdbs (>= 0.4.43),
|
| 9 |
debhelper (>= 5.0.37.2),
|
| 10 |
libglib2.0-dev (>= 2.18.0),
|
| 11 |
libgtk2.0-dev (>= 2.14.0),
|
| 12 |
libgtk-directfb-2.0-dev (>= 2.6.0),
|
| 13 |
gettext,
|
| 14 |
python-gtk2-dev,
|
| 15 |
python-all-dev (>= 2.3.5-11),
|
| 16 |
libncurses5-dev,
|
| 17 |
gnome-pkg-tools (>= 0.10),
|
| 18 |
dpkg-dev (>= 1.13.19),
|
| 19 |
gtk-doc-tools,
|
| 20 |
python-support (>= 0.3),
|
| 21 |
libpango1.0-dev (>= 1.22.0),
|
| 22 |
libgladeui-1-dev,
|
| 23 |
intltool (>= 0.35)
|
| 24 |
|
| 25 |
Package: libvte9
|
| 26 |
Architecture: any
|
| 27 |
Section: libs
|
| 28 |
Depends: ${misc:Depends},
|
| 29 |
${shlibs:Depends},
|
| 30 |
libvte-common
|
| 31 |
Description: Terminal emulator widget for GTK+ 2.0 - runtime files
|
| 32 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 33 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 34 |
sequence or just random data. The sample program "interpret" illustrates
|
| 35 |
more or less what the widget sees after it filters incoming data.
|
| 36 |
|
| 37 |
Package: libvte9-udeb
|
| 38 |
XC-Package-Type: udeb
|
| 39 |
Section: debian-installer
|
| 40 |
Priority: extra
|
| 41 |
Architecture: any
|
| 42 |
Depends: ${misc:Depends},
|
| 43 |
${shlibs:Depends}
|
| 44 |
Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
|
| 45 |
This is a udeb, or a microdeb, for the debian-installer.
|
| 46 |
.
|
| 47 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 48 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 49 |
sequence or just random data. The sample program "interpret" illustrates
|
| 50 |
more or less what the widget sees after it filters incoming data.
|
| 51 |
.
|
| 52 |
This package contains the minimal runtime library needed by the Debian
|
| 53 |
installer.
|
| 54 |
|
| 55 |
Package: libvte-dev
|
| 56 |
Architecture: any
|
| 57 |
Section: libdevel
|
| 58 |
Depends: ${misc:Depends},
|
| 59 |
libvte9 (= ${binary:Version}),
|
| 60 |
python-vte (= ${binary:Version}),
|
| 61 |
libgtk2.0-dev (>= 2.14.0),
|
| 62 |
libpango1.0-dev (>= 1.22.0),
|
| 63 |
libglib2.0-dev (>= 2.18.0)
|
| 64 |
Provides: python-vte-dev
|
| 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 development files for the VTE library and its
|
| 72 |
Python bindings.
|
| 73 |
|
| 74 |
Package: libvte-common
|
| 75 |
Architecture: all
|
| 76 |
Section: libs
|
| 77 |
Depends: ${misc:Depends}
|
| 78 |
Replaces: libvte2 (<= 0.5.1-2)
|
| 79 |
Description: Terminal emulator widget for GTK+ 2.0 - common files
|
| 80 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 81 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 82 |
sequence or just random data. The sample program "interpret" illustrates
|
| 83 |
more or less what the widget sees after it filters incoming data.
|
| 84 |
.
|
| 85 |
This package contains internationalization files for the VTE library.
|
| 86 |
|
| 87 |
Package: python-vte
|
| 88 |
Architecture: any
|
| 89 |
Section: python
|
| 90 |
Depends: ${misc:Depends},
|
| 91 |
${shlibs:Depends},
|
| 92 |
${python:Depends},
|
| 93 |
python-gtk2
|
| 94 |
XB-Python-Version: ${python:Versions}
|
| 95 |
Conflicts: python2.3-vte,
|
| 96 |
python2.4-vte
|
| 97 |
Replaces: python2.3-vte,
|
| 98 |
python2.4-vte
|
| 99 |
Description: Python bindings for the VTE widget set
|
| 100 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 101 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 102 |
sequence or just random data. The sample program "interpret" illustrates
|
| 103 |
more or less what the widget sees after it filters incoming data.
|
| 104 |
.
|
| 105 |
This package contains the Python bindings for the VTE library.
|
| 106 |
|
| 107 |
Package: libvte-doc
|
| 108 |
Architecture: all
|
| 109 |
Section: doc
|
| 110 |
Depends: ${misc:Depends}
|
| 111 |
Description: Terminal emulator widget for GTK+ 2.0 - documentation
|
| 112 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 113 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 114 |
sequence or just random data. The sample program "interpret" illustrates
|
| 115 |
more or less what the widget sees after it filters incoming data.
|
| 116 |
.
|
| 117 |
This package contains documentation files for the VTE library.
|