r27233 - in /desktop/experimental/vte/debian: changelog control control.in

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Mar 31 04:41:57 UTC 2011


Author: joss
Date: Thu Mar 31 04:41:51 2011
New Revision: 27233

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27233
Log:
Force the upgrade of libvte-common for the new termcap definitions.

Modified:
    desktop/experimental/vte/debian/changelog
    desktop/experimental/vte/debian/control
    desktop/experimental/vte/debian/control.in

Modified: desktop/experimental/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/changelog?rev=27233&op=diff
==============================================================================
--- desktop/experimental/vte/debian/changelog [utf-8] (original)
+++ desktop/experimental/vte/debian/changelog [utf-8] Thu Mar 31 04:41:51 2011
@@ -1,6 +1,7 @@
 vte (1:0.27.5-2) UNRELEASED; urgency=low
 
   * Make the -dev package depend on the gir package.
+  * Force the upgrade of libvte-common for the new termcap definitions.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 30 Mar 2011 20:37:47 +0200
 

Modified: desktop/experimental/vte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/control?rev=27233&op=diff
==============================================================================
--- desktop/experimental/vte/debian/control [utf-8] (original)
+++ desktop/experimental/vte/debian/control [utf-8] Thu Mar 31 04:41:51 2011
@@ -37,7 +37,7 @@
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libvte-common
+         libvte-common (>= ${source:Version})
 Description: Terminal emulator widget for GTK+ 2.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
@@ -89,7 +89,7 @@
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libvte-common
+         libvte-common (>= ${source:Version})
 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

Modified: desktop/experimental/vte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte/debian/control.in?rev=27233&op=diff
==============================================================================
--- desktop/experimental/vte/debian/control.in [utf-8] (original)
+++ desktop/experimental/vte/debian/control.in [utf-8] Thu Mar 31 04:41:51 2011
@@ -32,7 +32,7 @@
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libvte-common
+         libvte-common (>= ${source:Version})
 Description: Terminal emulator widget for GTK+ 2.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
@@ -84,7 +84,7 @@
 Section: libs
 Depends: ${misc:Depends},
          ${shlibs:Depends},
-         libvte-common
+         libvte-common (>= ${source:Version})
 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




More information about the pkg-gnome-commits mailing list