r19689 - in /desktop/unstable/vte/debian: changelog control control.in libvte-dev.install python-vte-dev.install rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Apr 22 22:41:26 UTC 2009


Author: joss
Date: Wed Apr 22 22:41:26 2009
New Revision: 19689

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19689
Log:
* New upstream release.
* Install the Python development files in libvte-dev and make this 
  package provide python-vte-dev, just in case.
* Fix dh_pysupport invocation.
* Bump shlibs to version 1:0.19.4.
* Remove libvte-dev dependency on ncurses.
* Remove incorrect Provides: in python-vte.

Removed:
    desktop/unstable/vte/debian/python-vte-dev.install
Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/control
    desktop/unstable/vte/debian/control.in
    desktop/unstable/vte/debian/libvte-dev.install
    desktop/unstable/vte/debian/rules

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=19689&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Wed Apr 22 22:41:26 2009
@@ -1,5 +1,6 @@
-vte (1:0.20.0-1) UNRELEASED; urgency=low
-
+vte (1:0.20.1-1) unstable; urgency=low
+
+  [ Luca Bruno ]
   * New upstream release.
   * debian/patches/20_make_ft2_optional.patch:
     - Removed as ft2 files have been removed upstream.
@@ -25,7 +26,6 @@
       + Removed libatk1.0-dev, libsm-dev, libice-dev, zlib1g-dev and
         libx11-dev.
     - Update Standards-Version to 3.8.1, no additional changes needed.
-    - Added python-vte-dev package.
   * debian/rules:
     - Removed xft2, ft, pangox, glX and x configure options.
     - Add -DX_DISPLAY_MISSING to udeb CFLAGS.
@@ -34,7 +34,16 @@
   * debian/libvte-common.install:
     - Install gladeui files under /usr/share/glade3.
 
- -- Luca Bruno <lethalman88 at gmail.com>  Tue, 07 Apr 2009 18:50:10 +0200
+  [ Josselin Mouette ]
+  * New upstream release.
+  * Install the Python development files in libvte-dev and make this 
+    package provide python-vte-dev, just in case.
+  * Fix dh_pysupport invocation.
+  * Bump shlibs to version 1:0.19.4.
+  * Remove libvte-dev dependency on ncurses.
+  * Remove incorrect Provides: in python-vte.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 23 Apr 2009 00:41:20 +0200
 
 vte (1:0.17.4-2) unstable; urgency=low
 

Modified: desktop/unstable/vte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control?rev=19689&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control (original)
+++ desktop/unstable/vte/debian/control Wed Apr 22 22:41:26 2009
@@ -57,17 +57,19 @@
 Section: libdevel
 Depends: ${misc:Depends},
          libvte9 (= ${binary:Version}),
+         python-vte (= ${binary:Version}),
          libgtk2.0-dev (>= 2.14.0),
          libpango1.0-dev (>= 1.22.0),
-         libglib2.0-dev (>= 2.18.0),
-         libncurses5-dev | libncurses-dev
+         libglib2.0-dev (>= 2.18.0)
+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
  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.
+ This package contains development files for the VTE library and its 
+ Python bindings.
 
 Package: libvte-common
 Architecture: all
@@ -89,7 +91,6 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-gtk2
-Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Conflicts: python2.3-vte,
            python2.4-vte
@@ -102,22 +103,6 @@
  more or less what the widget sees after it filters incoming data.
  .
  This package contains the Python bindings for the VTE library.
-
-Package: python-vte-dev
-Architecture: all
-Section: python
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${python:Depends},
-         libvte-dev
-Recommends: libvte-doc
-Description: Python devel files for the VTE widget set
- 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 the Python devel files for the VTE library.
  
 Package: libvte-doc
 Architecture: all

Modified: desktop/unstable/vte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control.in?rev=19689&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control.in (original)
+++ desktop/unstable/vte/debian/control.in Wed Apr 22 22:41:26 2009
@@ -57,17 +57,19 @@
 Section: libdevel
 Depends: ${misc:Depends},
          libvte9 (= ${binary:Version}),
+         python-vte (= ${binary:Version}),
          libgtk2.0-dev (>= 2.14.0),
          libpango1.0-dev (>= 1.22.0),
-         libglib2.0-dev (>= 2.18.0),
-         libncurses5-dev | libncurses-dev
+         libglib2.0-dev (>= 2.18.0)
+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
  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.
+ This package contains development files for the VTE library and its 
+ Python bindings.
 
 Package: libvte-common
 Architecture: all
@@ -89,7 +91,6 @@
          ${shlibs:Depends},
          ${python:Depends},
          python-gtk2
-Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Conflicts: python2.3-vte,
            python2.4-vte
@@ -102,22 +103,6 @@
  more or less what the widget sees after it filters incoming data.
  .
  This package contains the Python bindings for the VTE library.
-
-Package: python-vte-dev
-Architecture: all
-Section: python
-Depends: ${misc:Depends},
-         ${shlibs:Depends},
-         ${python:Depends},
-         libvte-dev
-Recommends: libvte-doc
-Description: Python devel files for the VTE widget set
- 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 the Python devel files for the VTE library.
  
 Package: libvte-doc
 Architecture: all

Modified: desktop/unstable/vte/debian/libvte-dev.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/libvte-dev.install?rev=19689&op=diff
==============================================================================
--- desktop/unstable/vte/debian/libvte-dev.install (original)
+++ desktop/unstable/vte/debian/libvte-dev.install Wed Apr 22 22:41:26 2009
@@ -1,4 +1,5 @@
 usr/include
-usr/lib/pkgconfig/vte.pc
+usr/lib/pkgconfig
 usr/lib/libvte.a
 usr/lib/libvte.so
+usr/share/pygtk/2.0/defs

Modified: desktop/unstable/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/rules?rev=19689&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules (original)
+++ desktop/unstable/vte/debian/rules Wed Apr 22 22:41:26 2009
@@ -18,7 +18,7 @@
 
 DEB_CONFIGURE_LIBEXECDIR := \$${prefix}/lib/$(libvteN)
 DEB_FIXPERMS_EXCLUDE += gnome-pty-helper
-DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(libvteN) (>= 1:0.17.1)' --add-udeb=$(udeb)
+DEB_DH_MAKESHLIBS_ARGS_ALL += -V '$(libvteN) (>= 1:0.19.4)' --add-udeb=$(udeb)
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-glade-catalogue
@@ -96,7 +96,7 @@
 install/python-vte:: $(addprefix install-stamp-, $(PY_VERSIONS))
 
 binary-install/python-vte::
-	dh_pysupport -d
+	dh_pysupport -ppython-vte
 
 
 ######




More information about the pkg-gnome-commits mailing list