| 5 |
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org> |
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org> |
| 6 |
Standards-Version: 3.7.2 |
Standards-Version: 3.7.2 |
| 7 |
XS-Python-Version: >= 2.3 |
XS-Python-Version: >= 2.3 |
| 8 |
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libglib2.0-dev (> 2.9.0), libgtk2.0-dev (>= 2.6.0), gettext, python-gtk2-dev, python-all-dev (>= 2.3.5-11), libncurses5-dev, libxrender-dev, gnome-pkg-tools (>= 0.10), dpkg-dev (>= 1.13.19), gtk-doc-tools, libxt-dev, libfreetype6-dev (>= 2.0.2), python-support (>= 0.3), libpango1.0-dev, libxft-dev |
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 |
|
gettext, |
| 13 |
|
python-gtk2-dev, |
| 14 |
|
python-all-dev (>= 2.3.5-11), |
| 15 |
|
libncurses5-dev, |
| 16 |
|
libxrender-dev, |
| 17 |
|
gnome-pkg-tools (>= 0.10), |
| 18 |
|
dpkg-dev (>= 1.13.19), |
| 19 |
|
gtk-doc-tools, |
| 20 |
|
libxt-dev, |
| 21 |
|
libfreetype6-dev (>= 2.0.2), |
| 22 |
|
python-support (>= 0.3), |
| 23 |
|
libpango1.0-dev, |
| 24 |
|
libxft-dev |
| 25 |
|
|
| 26 |
Package: libvte9 |
Package: libvte9 |
| 27 |
Architecture: any |
Architecture: any |
| 28 |
Section: libs |
Section: libs |
| 29 |
Depends: ${misc:Depends}, ${shlibs:Depends}, libvte-common |
Depends: ${misc:Depends}, |
| 30 |
|
${shlibs:Depends}, |
| 31 |
|
libvte-common |
| 32 |
Description: Terminal emulator widget for GTK+ 2.0 - runtime files |
Description: Terminal emulator widget for GTK+ 2.0 - runtime files |
| 33 |
The VTE library inserts terminal capability strings into a trie, and then |
The VTE library inserts terminal capability strings into a trie, and then |
| 34 |
uses it to determine if data received from a pseudo-terminal is a control |
uses it to determine if data received from a pseudo-terminal is a control |
| 38 |
Package: libvte-dev |
Package: libvte-dev |
| 39 |
Architecture: any |
Architecture: any |
| 40 |
Section: libdevel |
Section: libdevel |
| 41 |
Depends: ${misc:Depends}, libvte9 (= ${binary:Version}), libgtk2.0-dev (>= 2.4.0), libncurses5-dev, libxrender-dev, libxft-dev, libfreetype6-dev, libatk1.0-dev, libpango1.0-dev, libglib2.0-dev, libsm-dev, libice-dev, zlib1g-dev, libncurses5-dev | libncurses-dev, libx11-dev, libfontconfig1-dev |
Depends: ${misc:Depends}, |
| 42 |
|
libvte9 (= ${binary:Version}), |
| 43 |
|
libgtk2.0-dev (>= 2.4.0), |
| 44 |
|
libncurses5-dev, |
| 45 |
|
libxrender-dev, |
| 46 |
|
libxft-dev, |
| 47 |
|
libfreetype6-dev, |
| 48 |
|
libatk1.0-dev, |
| 49 |
|
libpango1.0-dev, |
| 50 |
|
libglib2.0-dev, |
| 51 |
|
libsm-dev, |
| 52 |
|
libice-dev, |
| 53 |
|
zlib1g-dev, |
| 54 |
|
libncurses5-dev | libncurses-dev, |
| 55 |
|
libx11-dev, |
| 56 |
|
libfontconfig1-dev |
| 57 |
Description: Terminal emulator widget for GTK+ 2.0 - development files |
Description: Terminal emulator widget for GTK+ 2.0 - development files |
| 58 |
The VTE library inserts terminal capability strings into a trie, and then |
The VTE library inserts terminal capability strings into a trie, and then |
| 59 |
uses it to determine if data received from a pseudo-terminal is a control |
uses it to determine if data received from a pseudo-terminal is a control |
| 78 |
Package: python-vte |
Package: python-vte |
| 79 |
Architecture: any |
Architecture: any |
| 80 |
Section: python |
Section: python |
| 81 |
Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, python-gtk2 |
Depends: ${misc:Depends}, |
| 82 |
|
${shlibs:Depends}, |
| 83 |
|
${python:Depends}, |
| 84 |
|
python-gtk2 |
| 85 |
Provides: ${python:Provides} |
Provides: ${python:Provides} |
| 86 |
XB-Python-Version: ${python:Versions} |
XB-Python-Version: ${python:Versions} |
| 87 |
Conflicts: python2.3-vte, python2.4-vte |
Conflicts: python2.3-vte, |
| 88 |
Replaces: python2.3-vte, python2.4-vte |
python2.4-vte |
| 89 |
|
Replaces: python2.3-vte, |
| 90 |
|
python2.4-vte |
| 91 |
Description: Python bindings for the VTE widget set |
Description: Python bindings for the VTE widget set |
| 92 |
The VTE library inserts terminal capability strings into a trie, and then |
The VTE library inserts terminal capability strings into a trie, and then |
| 93 |
uses it to determine if data received from a pseudo-terminal is a control |
uses it to determine if data received from a pseudo-terminal is a control |