| 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> |
|---|
| 6 | Standards-Version: 3.7.2 |
|---|
| 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 | 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 |
|---|
| 27 | Architecture: any |
|---|
| 28 | Section: libs |
|---|
| 29 | Depends: ${misc:Depends}, |
|---|
| 30 | ${shlibs:Depends}, |
|---|
| 31 | libvte-common |
|---|
| 32 | Description: Terminal emulator widget for GTK+ 2.0 - runtime files |
|---|
| 33 | 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 |
|---|
| 35 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 36 | more or less what the widget sees after it filters incoming data. |
|---|
| 37 | |
|---|
| 38 | Package: libvte-dev |
|---|
| 39 | Architecture: any |
|---|
| 40 | Section: libdevel |
|---|
| 41 | 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 |
|---|
| 58 | 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 |
|---|
| 60 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 61 | more or less what the widget sees after it filters incoming data. |
|---|
| 62 | . |
|---|
| 63 | This package contains development files for the VTE library. |
|---|
| 64 | |
|---|
| 65 | Package: libvte-common |
|---|
| 66 | Architecture: all |
|---|
| 67 | Section: libs |
|---|
| 68 | Depends: ${misc:Depends} |
|---|
| 69 | Replaces: libvte2 (<= 0.5.1-2) |
|---|
| 70 | Description: Terminal emulator widget for GTK+ 2.0 - common files |
|---|
| 71 | The VTE library inserts terminal capability strings into a trie, and then |
|---|
| 72 | uses it to determine if data received from a pseudo-terminal is a control |
|---|
| 73 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 74 | more or less what the widget sees after it filters incoming data. |
|---|
| 75 | . |
|---|
| 76 | This package contains internationalization files for the VTE library. |
|---|
| 77 | |
|---|
| 78 | Package: python-vte |
|---|
| 79 | Architecture: any |
|---|
| 80 | Section: python |
|---|
| 81 | Depends: ${misc:Depends}, |
|---|
| 82 | ${shlibs:Depends}, |
|---|
| 83 | ${python:Depends}, |
|---|
| 84 | python-gtk2 |
|---|
| 85 | Provides: ${python:Provides} |
|---|
| 86 | XB-Python-Version: ${python:Versions} |
|---|
| 87 | Conflicts: python2.3-vte, |
|---|
| 88 | python2.4-vte |
|---|
| 89 | Replaces: python2.3-vte, |
|---|
| 90 | python2.4-vte |
|---|
| 91 | Description: Python bindings for the VTE widget set |
|---|
| 92 | 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 |
|---|
| 94 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 95 | more or less what the widget sees after it filters incoming data. |
|---|
| 96 | . |
|---|
| 97 | This package contains the Python bindings for the VTE library. |
|---|
| 98 | |
|---|
| 99 | Package: libvte-doc |
|---|
| 100 | Architecture: all |
|---|
| 101 | Section: doc |
|---|
| 102 | Depends: ${misc:Depends} |
|---|
| 103 | Description: Terminal emulator widget for GTK+ 2.0 - development files |
|---|
| 104 | The VTE library inserts terminal capability strings into a trie, and then |
|---|
| 105 | uses it to determine if data received from a pseudo-terminal is a control |
|---|
| 106 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 107 | more or less what the widget sees after it filters incoming data. |
|---|
| 108 | . |
|---|
| 109 | This package contains documentation files for the VTE library. |
|---|