r24838 - in /desktop/unstable/gvfs/debian: changelog control control.in
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Wed Jul 21 07:45:44 UTC 2010
Author: joss
Date: Wed Jul 21 07:45:36 2010
New Revision: 24838
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24838
Log:
Depend on fuse-utils 2.8.4. Closes: #585648.
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=24838&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog [utf-8] (original)
+++ desktop/unstable/gvfs/debian/changelog [utf-8] Wed Jul 21 07:45:36 2010
@@ -1,3 +1,9 @@
+gvfs (1.6.3-2) UNRELEASED; urgency=low
+
+ * Depend on fuse-utils 2.8.4. Closes: #585648.
+
+ -- Josselin Mouette <joss at debian.org> Wed, 21 Jul 2010 09:43:55 +0200
+
gvfs (1.6.3-1) unstable; urgency=low
[ Josselin Mouette ]
Modified: desktop/unstable/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control?rev=24838&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control [utf-8] (original)
+++ desktop/unstable/gvfs/debian/control [utf-8] Wed Jul 21 07:45:36 2010
@@ -72,7 +72,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
gvfs (= ${binary:Version}),
- fuse-utils [linux-any]
+ fuse-utils (>= 2.8.4) [linux-any]
Description: userspace virtual filesystem - fuse server
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
Modified: desktop/unstable/gvfs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control.in?rev=24838&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control.in [utf-8] (original)
+++ desktop/unstable/gvfs/debian/control.in [utf-8] Wed Jul 21 07:45:36 2010
@@ -67,7 +67,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
gvfs (= ${binary:Version}),
- fuse-utils [linux-any]
+ fuse-utils (>= 2.8.4) [linux-any]
Description: userspace virtual filesystem - fuse server
gvfs is a userspace virtual filesystem where mount runs as a separate
processes which you talk to via D-Bus. It also contains a gio module
More information about the pkg-gnome-commits
mailing list