| 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>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org>
|
| 6 |
Standards-Version: 3.7.3
|
| 7 |
XS-Python-Version: >= 2.3
|
| 8 |
Build-Depends: cdbs (>= 0.4.43),
|
| 9 |
debhelper (>= 5.0.37.2),
|
| 10 |
libglib2.0-dev (> 2.9.0),
|
| 11 |
libgtk2.0-dev (>= 2.6.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 |
libxrender-dev,
|
| 18 |
gnome-pkg-tools (>= 0.10),
|
| 19 |
dpkg-dev (>= 1.13.19),
|
| 20 |
gtk-doc-tools,
|
| 21 |
libxt-dev,
|
| 22 |
libfreetype6-dev (>= 2.0.2),
|
| 23 |
python-support (>= 0.3),
|
| 24 |
libpango1.0-dev,
|
| 25 |
libxft-dev
|
| 26 |
|
| 27 |
Package: libvte9
|
| 28 |
Architecture: any
|
| 29 |
Section: libs
|
| 30 |
Depends: ${misc:Depends},
|
| 31 |
${shlibs:Depends},
|
| 32 |
libvte-common
|
| 33 |
Description: Terminal emulator widget for GTK+ 2.0 - runtime files
|
| 34 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 35 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 36 |
sequence or just random data. The sample program "interpret" illustrates
|
| 37 |
more or less what the widget sees after it filters incoming data.
|
| 38 |
|
| 39 |
#Package: libvte9-udeb
|
| 40 |
#XC-Package-Type: udeb
|
| 41 |
#Section: debian-installer
|
| 42 |
#Priority: extra
|
| 43 |
#Architecture: any
|
| 44 |
#Depends: ${misc:Depends},
|
| 45 |
# ${shlibs:Depends},
|
| 46 |
# libvte-common
|
| 47 |
#Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime
|
| 48 |
# This is a udeb, or a microdeb, for the debian-installer.
|
| 49 |
# .
|
| 50 |
# The VTE library inserts terminal capability strings into a trie, and then
|
| 51 |
# uses it to determine if data received from a pseudo-terminal is a control
|
| 52 |
# sequence or just random data. The sample program "interpret" illustrates
|
| 53 |
# more or less what the widget sees after it filters incoming data.
|
| 54 |
# .
|
| 55 |
# This package contains the minimal runtime library needed by the Debian
|
| 56 |
# installer.
|
| 57 |
|
| 58 |
Package: libvte-dev
|
| 59 |
Architecture: any
|
| 60 |
Section: libdevel
|
| 61 |
Depends: ${misc:Depends},
|
| 62 |
libvte9 (= ${binary:Version}),
|
| 63 |
libgtk2.0-dev (>= 2.4.0),
|
| 64 |
libncurses5-dev,
|
| 65 |
libxrender-dev,
|
| 66 |
libxft-dev,
|
| 67 |
libfreetype6-dev,
|
| 68 |
libatk1.0-dev,
|
| 69 |
libpango1.0-dev,
|
| 70 |
libglib2.0-dev,
|
| 71 |
libsm-dev,
|
| 72 |
libice-dev,
|
| 73 |
zlib1g-dev,
|
| 74 |
libncurses5-dev | libncurses-dev,
|
| 75 |
libx11-dev,
|
| 76 |
libfontconfig1-dev
|
| 77 |
Description: Terminal emulator widget for GTK+ 2.0 - development files
|
| 78 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 79 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 80 |
sequence or just random data. The sample program "interpret" illustrates
|
| 81 |
more or less what the widget sees after it filters incoming data.
|
| 82 |
.
|
| 83 |
This package contains development files for the VTE library.
|
| 84 |
|
| 85 |
Package: libvte-common
|
| 86 |
Architecture: all
|
| 87 |
Section: libs
|
| 88 |
Depends: ${misc:Depends}
|
| 89 |
Replaces: libvte2 (<= 0.5.1-2)
|
| 90 |
Description: Terminal emulator widget for GTK+ 2.0 - common files
|
| 91 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 92 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 93 |
sequence or just random data. The sample program "interpret" illustrates
|
| 94 |
more or less what the widget sees after it filters incoming data.
|
| 95 |
.
|
| 96 |
This package contains internationalization files for the VTE library.
|
| 97 |
|
| 98 |
Package: python-vte
|
| 99 |
Architecture: any
|
| 100 |
Section: python
|
| 101 |
Depends: ${misc:Depends},
|
| 102 |
${shlibs:Depends},
|
| 103 |
${python:Depends},
|
| 104 |
python-gtk2
|
| 105 |
Provides: ${python:Provides}
|
| 106 |
XB-Python-Version: ${python:Versions}
|
| 107 |
Conflicts: python2.3-vte,
|
| 108 |
python2.4-vte
|
| 109 |
Replaces: python2.3-vte,
|
| 110 |
python2.4-vte
|
| 111 |
Description: Python bindings for the VTE widget set
|
| 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 the Python bindings for the VTE library.
|
| 118 |
|
| 119 |
Package: libvte-doc
|
| 120 |
Architecture: all
|
| 121 |
Section: doc
|
| 122 |
Depends: ${misc:Depends}
|
| 123 |
Description: Terminal emulator widget for GTK+ 2.0 - development files
|
| 124 |
The VTE library inserts terminal capability strings into a trie, and then
|
| 125 |
uses it to determine if data received from a pseudo-terminal is a control
|
| 126 |
sequence or just random data. The sample program "interpret" illustrates
|
| 127 |
more or less what the widget sees after it filters incoming data.
|
| 128 |
.
|
| 129 |
This package contains documentation files for the VTE library.
|