r53306 - in /desktop/unstable/gvfs/debian: changelog control control.in

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Thu Aug 31 23:52:33 UTC 2017


Author: jbicha
Date: Thu Aug 31 23:52:33 2017
New Revision: 53306

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53306
Log:
Have gvfs-bin depend on libglib2.0-bin because gvfs utilities are deprecated

Modified:
    desktop/unstable/gvfs/debian/changelog
    desktop/unstable/gvfs/debian/control
    desktop/unstable/gvfs/debian/control.in

Modified: desktop/unstable/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/changelog?rev=53306&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/changelog	[utf-8] Thu Aug 31 23:52:33 2017
@@ -4,6 +4,8 @@
   * debian/control.in:
     - Drop obsolete Build-Depends on libgtk-3-dev
     - Bump minimum libgdata-dev to 0.17.9
+    - Have gvfs-bin depend on libglib2.0-bin because the gvfs utilities
+      have been deprecated in favor of 'gio' in this release
   * Refresh 04_hurd_path_max.patch
 
  -- Jeremy Bicha <jbicha at debian.org>  Wed, 30 Aug 2017 16:17:11 -0400

Modified: desktop/unstable/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control?rev=53306&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/control	[utf-8] Thu Aug 31 23:52:33 2017
@@ -169,7 +169,8 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gvfs-common (= ${source:Version})
+         gvfs-common (= ${source:Version}),
+         libglib2.0-bin
 Suggests: gvfs
 Description: userspace virtual filesystem - binaries
  gvfs is a userspace virtual filesystem where mounts run as separate

Modified: desktop/unstable/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control.in?rev=53306&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control.in	[utf-8] (original)
+++ desktop/unstable/gvfs/debian/control.in	[utf-8] Thu Aug 31 23:52:33 2017
@@ -165,7 +165,8 @@
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gvfs-common (= ${source:Version})
+         gvfs-common (= ${source:Version}),
+         libglib2.0-bin
 Suggests: gvfs
 Description: userspace virtual filesystem - binaries
  gvfs is a userspace virtual filesystem where mounts run as separate




More information about the pkg-gnome-commits mailing list