r18643 - in /desktop/unstable/gtk+2.0/debian: changelog control control.in

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Wed Mar 4 10:55:54 UTC 2009


Author: pochu-guest
Date: Wed Mar  4 10:55:53 2009
New Revision: 18643

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18643
Log:
Let libgtk2.0-0 suggest gvfs, as it's needed for some APIs like
gtk_show_uri.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/control
    desktop/unstable/gtk+2.0/debian/control.in

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=18643&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Wed Mar  4 10:55:53 2009
@@ -1,3 +1,10 @@
+gtk+2.0 (2.14.7-5) UNRELEASED; urgency=low
+
+  * Let libgtk2.0-0 suggest gvfs, as it's needed for some APIs like
+    gtk_show_uri.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Wed, 04 Mar 2009 11:52:24 +0100
+
 gtk+2.0 (2.14.7-4) unstable; urgency=low
 
   * 032_gdkwindowimpl_directfb.patch: re-generate the patch from the 

Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=18643&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control (original)
+++ desktop/unstable/gtk+2.0/debian/control Wed Mar  4 10:55:53 2009
@@ -100,7 +100,8 @@
 Replaces: libgtk2.0-0png3
 Recommends: hicolor-icon-theme,
             libgtk2.0-bin
-Suggests: librsvg2-common
+Suggests: librsvg2-common,
+          gvfs
 Description: The GTK+ graphical user interface library
  The GTK+ is a multi-platform toolkit for creating graphical user
  interfaces. Offering a complete set of widgets, the GTK+ is suitable

Modified: desktop/unstable/gtk+2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control.in?rev=18643&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control.in (original)
+++ desktop/unstable/gtk+2.0/debian/control.in Wed Mar  4 10:55:53 2009
@@ -100,7 +100,8 @@
 Replaces: libgtk2.0-0png3
 Recommends: hicolor-icon-theme,
             @BIN_PKG@
-Suggests: librsvg2-common
+Suggests: librsvg2-common,
+          gvfs
 Description: The GTK+ graphical user interface library
  The GTK+ is a multi-platform toolkit for creating graphical user
  interfaces. Offering a complete set of widgets, the GTK+ is suitable




More information about the pkg-gnome-commits mailing list