--- desktop/experimental/vte/debian/control 2010/12/17 23:38:12 25979 +++ desktop/experimental/vte/debian/control 2011/02/19 14:25:23 26570 @@ -10,24 +10,27 @@ Uploaders: Debian GNOME Maintainers , Emilio Pozuelo Monfort , Josselin Mouette , Sebastian Dröge Standards-Version: 3.8.4 XS-Python-Version: >= 2.3 -Build-Depends: cdbs (>= 0.4.43), - debhelper (>= 5.0.37.2), - libglib2.0-dev (>= 2.22.0), +Build-Depends: cdbs (>= 0.4.90), + debhelper (>= 8), + gnome-pkg-tools (>= 0.10), + libglib2.0-dev (>= 2.26.0), libcairo2-dev, libx11-dev, - libgtk2.0-dev (>= 2.19.7-2), + libgtk2.0-dev (>= 2.20.0), + libgtk-3-dev (>= 3.0.0), + gobject-introspection (>= 0.9.12-4~), + libgirepository1.0-dev (>= 0.9.12), + gir1.2-gtk-3.0, gettext, python-gtk2-dev, python-all-dev (>= 2.3.5-11), libncurses5-dev, - gnome-pkg-tools (>= 0.10), - dpkg-dev (>= 1.13.19), gtk-doc-tools, python-support (>= 0.3), libpango1.0-dev (>= 1.22.0), libgladeui-1-dev, intltool (>= 0.35) -Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc, libatk1.0-doc +Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc, libgtk-3-doc, libatk1.0-doc Package: libvte9 Architecture: any @@ -67,9 +70,10 @@ python-vte (= ${binary:Version}), libcairo2-dev, libx11-dev, - libgtk2.0-dev (>= 2.14.0), + libgtk2.0-dev (>= 2.20.0), libpango1.0-dev (>= 1.22.0), - libglib2.0-dev (>= 2.22.0) + libglib2.0-dev (>= 2.26.0), + libvte-common Provides: python-vte-dev Description: Terminal emulator widget for GTK+ 2.0 - development files The VTE library inserts terminal capability strings into a trie, and then @@ -80,12 +84,57 @@ This package contains development files for the VTE library and its Python bindings. +Package: libvte-2.90-9 +Architecture: any +Section: libs +Depends: ${misc:Depends}, + ${shlibs:Depends}, + libvte-common +Description: Terminal emulator widget for GTK+ 3.0 - runtime files + The VTE library inserts terminal capability strings into a trie, and then + uses it to determine if data received from a pseudo-terminal is a control + sequence or just random data. The sample program "interpret" illustrates + more or less what the widget sees after it filters incoming data. + +Package: gir1.2-vte-2.90 +Section: libs +Architecture: any +Depends: ${gir:Depends}, + ${misc:Depends}, + libvte-common +Description: GObject introspection data for the VTE library + This package contains introspection data for VTE, a terminal emulator + widget for GTK+. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. + +Package: libvte-2.90-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, + libvte-2.90-9 (= ${binary:Version}), + libcairo2-dev, + libx11-dev, + libgtk-3-dev (>= 3.0.0), + libpango1.0-dev (>= 1.22.0), + libglib2.0-dev (>= 2.22.0), + libvte-common +Description: Terminal emulator widget for GTK+ 3.0 - development files + The VTE library inserts terminal capability strings into a trie, and then + uses it to determine if data received from a pseudo-terminal is a control + sequence or just random data. The sample program "interpret" illustrates + more or less what the widget sees after it filters incoming data. + . + This package contains development files for the VTE library and its + Python bindings. + Package: libvte-common Architecture: all Section: libs Depends: ${misc:Depends} Replaces: libvte2 (<= 0.5.1-2) -Description: Terminal emulator widget for GTK+ 2.0 - common files +Description: Terminal emulator widget for GTK+ - common files The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates @@ -99,7 +148,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}, - python-gtk2 + python-gtk2, + libvte-common XB-Python-Version: ${python:Versions} Conflicts: python2.3-vte, python2.4-vte @@ -118,7 +168,7 @@ Architecture: all Section: doc Depends: ${misc:Depends} -Description: Terminal emulator widget for GTK+ 2.0 - documentation +Description: Terminal emulator widget for GTK+ - documentation The VTE library inserts terminal capability strings into a trie, and then uses it to determine if data received from a pseudo-terminal is a control sequence or just random data. The sample program "interpret" illustrates