r27530 - in /desktop/experimental/vinagre/debian: changelog control control.in

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Apr 13 17:10:53 UTC 2011


Author: ah
Date: Wed Apr 13 17:10:41 2011
New Revision: 27530

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27530
Log:
Initial attempt at updating to gtk3 version.


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

Modified: desktop/experimental/vinagre/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/changelog?rev=27530&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/changelog [utf-8] (original)
+++ desktop/experimental/vinagre/debian/changelog [utf-8] Wed Apr 13 17:10:41 2011
@@ -1,3 +1,15 @@
+vinagre (3.0.0-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Update build-dependencies:
+    - bump versions according to configure.ac
+    - switch to gtk3 abi versions of some libraries
+    - drop gconf (now uses gsettings), add libpeas
+  * TODO: gtk3 version of gtk-vnc not yet available, see #622640.
+  * TODO: there's a linker error for dbus-glib... investigate.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Wed, 13 Apr 2011 19:09:18 +0200
+
 vinagre (2.30.3-1) unstable; urgency=low
 
   * New upstream stable release (updated translations only).

Modified: desktop/experimental/vinagre/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/control?rev=27530&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/control [utf-8] (original)
+++ desktop/experimental/vinagre/debian/control [utf-8] Wed Apr 13 17:10:41 2011
@@ -7,27 +7,25 @@
 Section: gnome
 Priority: optional
 Maintainer: Emilio Pozuelo Monfort <pochu at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Michael Biebl <biebl at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: cdbs (>= 0.4.52),
                debhelper (>= 5.0.51~),
                gnome-doc-utils (>= 0.3.2),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
-               libglib2.0-dev (>= 2.17.0),
+               libglib2.0-dev (>= 2.25.11),
                libx11-dev,
-               libgtk2.0-dev (>= 2.13.1),
-               libgconf2-dev (>= 2.16.0),
+               libgtk-3-dev (>= 3.0.3),
                libgnome-keyring-dev,
-               libgtk-vnc-1.0-dev (>= 0.3.10),
+               libgtk-vnc-1.0-dev (>= 0.4.3),
                libavahi-ui-dev (>= 0.6.22),
                libavahi-gobject-dev (>= 0.6.22),
-               libpanel-applet2-dev (>= 2.0),
                libdbus-glib-1-dev,
-               libvte-dev (>= 0.20),
+               libvte-2.90-dev (>= 0.20),
                libxml2-dev (>= 2.6.31),
+               libpeas-dev (>= 0.7.2),
                libtelepathy-glib-dev (>= 0.9.0),
                openssh-client,
-               gconf2,
                docbook-xml
 Standards-Version: 3.9.1
 Homepage: http://www.gnome.org/projects/vinagre/
@@ -54,7 +52,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          vinagre (= ${binary:Version}),
-         libgtk2.0-dev (>= 2.13.1),
+         libgtk-3-dev (>= 3.0.3),
          libxml2-dev (>= 2.6.31)
 Description: remote desktop client for the GNOME Desktop (devel)
  Vinagre is a remote desktop client integrated into the GNOME Desktop.

Modified: desktop/experimental/vinagre/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vinagre/debian/control.in?rev=27530&op=diff
==============================================================================
--- desktop/experimental/vinagre/debian/control.in [utf-8] (original)
+++ desktop/experimental/vinagre/debian/control.in [utf-8] Wed Apr 13 17:10:41 2011
@@ -8,21 +8,19 @@
                gnome-doc-utils (>= 0.3.2),
                gnome-pkg-tools (>= 0.10),
                intltool (>= 0.40.0),
-               libglib2.0-dev (>= 2.17.0),
+               libglib2.0-dev (>= 2.25.11),
                libx11-dev,
-               libgtk2.0-dev (>= 2.13.1),
-               libgconf2-dev (>= 2.16.0),
+               libgtk-3-dev (>= 3.0.3),
                libgnome-keyring-dev,
-               libgtk-vnc-1.0-dev (>= 0.3.10),
+               libgtk-vnc-2.0-dev (>= 0.4.3),
                libavahi-ui-dev (>= 0.6.22),
                libavahi-gobject-dev (>= 0.6.22),
-               libpanel-applet2-dev (>= 2.0),
                libdbus-glib-1-dev,
-               libvte-dev (>= 0.20),
+               libvte-2.90-dev (>= 0.20),
                libxml2-dev (>= 2.6.31),
+               libpeas-dev (>= 0.7.2),
                libtelepathy-glib-dev (>= 0.9.0),
                openssh-client,
-               gconf2,
                docbook-xml
 Standards-Version: 3.9.1
 Homepage: http://www.gnome.org/projects/vinagre/
@@ -49,7 +47,7 @@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          vinagre (= ${binary:Version}),
-         libgtk2.0-dev (>= 2.13.1),
+         libgtk-3-dev (>= 3.0.3),
          libxml2-dev (>= 2.6.31)
 Description: remote desktop client for the GNOME Desktop (devel)
  Vinagre is a remote desktop client integrated into the GNOME Desktop.




More information about the pkg-gnome-commits mailing list