| 1 | # This file is autogenerated. DO NOT EDIT! |
|---|
| 2 | # |
|---|
| 3 | # Modifications should be made to debian/control.in instead. |
|---|
| 4 | # This file is regenerated automatically in the clean target. |
|---|
| 5 | |
|---|
| 6 | Source: vte |
|---|
| 7 | Section: libs |
|---|
| 8 | Priority: optional |
|---|
| 9 | Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com> |
|---|
| 10 | XSBC-Original-Maintainer: Guilherme de S. Pastore <gpastore@debian.org> |
|---|
| 11 | Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> |
|---|
| 12 | Standards-Version: 3.8.4 |
|---|
| 13 | XS-Python-Version: >= 2.3 |
|---|
| 14 | Build-Depends: cdbs (>= 0.4.43), |
|---|
| 15 | debhelper (>= 5.0.37.2), |
|---|
| 16 | dh-autoreconf, |
|---|
| 17 | libglib2.0-dev (>= 2.22.0), |
|---|
| 18 | libcairo2-dev, |
|---|
| 19 | libx11-dev, |
|---|
| 20 | libgtk2.0-dev (>= 2.19.7-2), |
|---|
| 21 | gobject-introspection (>= 0.6.7), |
|---|
| 22 | libgirepository1.0-dev (>= 0.6.7), |
|---|
| 23 | gettext, |
|---|
| 24 | python-gtk2-dev, |
|---|
| 25 | python-all-dev (>= 2.3.5-11), |
|---|
| 26 | libncurses5-dev, |
|---|
| 27 | gnome-pkg-tools (>= 0.10), |
|---|
| 28 | dpkg-dev (>= 1.13.19), |
|---|
| 29 | gtk-doc-tools, |
|---|
| 30 | python-support (>= 0.3), |
|---|
| 31 | libpango1.0-dev (>= 1.22.0), |
|---|
| 32 | libgladeui-1-dev, |
|---|
| 33 | intltool (>= 0.35) |
|---|
| 34 | Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc, libatk1.0-doc |
|---|
| 35 | Vcs-Bzr: http://code.launchpad.net/~ubuntu-desktop/vte/ubuntu |
|---|
| 36 | |
|---|
| 37 | Package: libvte9 |
|---|
| 38 | Architecture: any |
|---|
| 39 | Section: libs |
|---|
| 40 | Depends: ${misc:Depends}, |
|---|
| 41 | ${shlibs:Depends}, |
|---|
| 42 | libvte-common |
|---|
| 43 | Description: Terminal emulator widget for GTK+ 2.0 - runtime files |
|---|
| 44 | The VTE library inserts terminal capability strings into a trie, and then |
|---|
| 45 | uses it to determine if data received from a pseudo-terminal is a control |
|---|
| 46 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 47 | more or less what the widget sees after it filters incoming data. |
|---|
| 48 | |
|---|
| 49 | Package: libvte9-udeb |
|---|
| 50 | XC-Package-Type: udeb |
|---|
| 51 | Section: debian-installer |
|---|
| 52 | Priority: extra |
|---|
| 53 | Architecture: any |
|---|
| 54 | Depends: ${misc:Depends}, |
|---|
| 55 | ${shlibs:Depends} |
|---|
| 56 | Description: Terminal emulator widget for GTK+ 2.0 - minimal runtime |
|---|
| 57 | This is a udeb, or a microdeb, for the debian-installer. |
|---|
| 58 | . |
|---|
| 59 | The VTE library inserts terminal capability strings into a trie, and then |
|---|
| 60 | uses it to determine if data received from a pseudo-terminal is a control |
|---|
| 61 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 62 | more or less what the widget sees after it filters incoming data. |
|---|
| 63 | . |
|---|
| 64 | This package contains the minimal runtime library needed by the Debian |
|---|
| 65 | installer. |
|---|
| 66 | |
|---|
| 67 | Package: gir1.2-vte-1.0 |
|---|
| 68 | Section: libs |
|---|
| 69 | Architecture: any |
|---|
| 70 | Depends: ${gir:Depends}, |
|---|
| 71 | ${shlibs:Depends}, |
|---|
| 72 | ${misc:Depends} |
|---|
| 73 | Conflicts: gobject-introspection-repository |
|---|
| 74 | Description: GObject introspection data for the VTE library |
|---|
| 75 | This package contains introspection data for VTE, a terminal emulator |
|---|
| 76 | widget for GTK+. |
|---|
| 77 | . |
|---|
| 78 | It can be used by packages using the GIRepository format to generate |
|---|
| 79 | dynamic bindings. |
|---|
| 80 | |
|---|
| 81 | Package: libvte-dev |
|---|
| 82 | Architecture: any |
|---|
| 83 | Section: libdevel |
|---|
| 84 | Depends: ${misc:Depends}, |
|---|
| 85 | libvte9 (= ${binary:Version}), |
|---|
| 86 | python-vte (= ${binary:Version}), |
|---|
| 87 | libcairo2-dev, |
|---|
| 88 | libx11-dev, |
|---|
| 89 | libgtk2.0-dev (>= 2.14.0), |
|---|
| 90 | libpango1.0-dev (>= 1.22.0), |
|---|
| 91 | libglib2.0-dev (>= 2.22.0) |
|---|
| 92 | Provides: python-vte-dev |
|---|
| 93 | Description: Terminal emulator widget for GTK+ 2.0 - development files |
|---|
| 94 | The VTE library inserts terminal capability strings into a trie, and then |
|---|
| 95 | uses it to determine if data received from a pseudo-terminal is a control |
|---|
| 96 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 97 | more or less what the widget sees after it filters incoming data. |
|---|
| 98 | . |
|---|
| 99 | This package contains development files for the VTE library and its |
|---|
| 100 | Python bindings. |
|---|
| 101 | |
|---|
| 102 | Package: libvte-common |
|---|
| 103 | Architecture: all |
|---|
| 104 | Section: libs |
|---|
| 105 | Depends: ${misc:Depends} |
|---|
| 106 | Replaces: libvte2 (<= 0.5.1-2) |
|---|
| 107 | Description: Terminal emulator widget for GTK+ 2.0 - common files |
|---|
| 108 | The VTE library inserts terminal capability strings into a trie, and then |
|---|
| 109 | uses it to determine if data received from a pseudo-terminal is a control |
|---|
| 110 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 111 | more or less what the widget sees after it filters incoming data. |
|---|
| 112 | . |
|---|
| 113 | This package contains internationalization files for the VTE library. |
|---|
| 114 | |
|---|
| 115 | Package: python-vte |
|---|
| 116 | Architecture: any |
|---|
| 117 | Section: python |
|---|
| 118 | Depends: ${misc:Depends}, |
|---|
| 119 | ${shlibs:Depends}, |
|---|
| 120 | ${python:Depends}, |
|---|
| 121 | python-gtk2 |
|---|
| 122 | XB-Python-Version: ${python:Versions} |
|---|
| 123 | Conflicts: python2.3-vte, |
|---|
| 124 | python2.4-vte |
|---|
| 125 | Replaces: python2.3-vte, |
|---|
| 126 | python2.4-vte |
|---|
| 127 | Description: Python bindings for the VTE widget set |
|---|
| 128 | The VTE library inserts terminal capability strings into a trie, and then |
|---|
| 129 | uses it to determine if data received from a pseudo-terminal is a control |
|---|
| 130 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 131 | more or less what the widget sees after it filters incoming data. |
|---|
| 132 | . |
|---|
| 133 | This package contains the Python bindings for the VTE library. |
|---|
| 134 | |
|---|
| 135 | Package: libvte-doc |
|---|
| 136 | Architecture: all |
|---|
| 137 | Section: doc |
|---|
| 138 | Depends: ${misc:Depends} |
|---|
| 139 | Description: Terminal emulator widget for GTK+ 2.0 - documentation |
|---|
| 140 | The VTE library inserts terminal capability strings into a trie, and then |
|---|
| 141 | uses it to determine if data received from a pseudo-terminal is a control |
|---|
| 142 | sequence or just random data. The sample program "interpret" illustrates |
|---|
| 143 | more or less what the widget sees after it filters incoming data. |
|---|
| 144 | . |
|---|
| 145 | This package contains documentation files for the VTE library. |
|---|