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

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Jun 10 11:21:17 UTC 2009


Author: joss
Date: Wed Jun 10 11:21:17 2009
New Revision: 20313

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20313
Log:
gvfs-fuse depends on fuse-utils. Closes: #500886.

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=20313&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog (original)
+++ desktop/unstable/gvfs/debian/changelog Wed Jun 10 11:21:17 2009
@@ -1,3 +1,9 @@
+gvfs (1.2.3-2) UNRELEASED; urgency=low
+
+  * gvfs-fuse depends on fuse-utils. Closes: #500886.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 10 Jun 2009 13:21:01 +0200
+
 gvfs (1.2.3-1) unstable; urgency=low
 
   * Add back fuse and cdio support for kfreebsd.

Modified: desktop/unstable/gvfs/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/control?rev=20313&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control (original)
+++ desktop/unstable/gvfs/debian/control Wed Jun 10 11:21:17 2009
@@ -55,7 +55,8 @@
 Architecture: kfreebsd-alpha alpha kfreebsd-amd64 amd64 kfreebsd-arm arm kfreebsd-armeb armeb armel kfreebsd-hppa hppa kfreebsd-i386 i386 kfreebsd-ia64 ia64 lpia kfreebsd-m32r m32r kfreebsd-m68k m68k kfreebsd-mips mips kfreebsd-mipsel mipsel kfreebsd-powerpc powerpc kfreebsd-ppc64 ppc64 kfreebsd-s390 s390 kfreebsd-s390x s390x kfreebsd-sh3 sh3 kfreebsd-sh3eb sh3eb kfreebsd-sh4 sh4 kfreebsd-sh4eb sh4eb kfreebsd-sparc sparc
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gvfs (= ${binary:Version})
+         gvfs (= ${binary:Version}),
+         fuse-utils
 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=20313&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/control.in (original)
+++ desktop/unstable/gvfs/debian/control.in Wed Jun 10 11:21:17 2009
@@ -55,7 +55,8 @@
 Architecture: @FUSE_ARCHES@
 Depends: ${shlibs:Depends},
          ${misc:Depends},
-         gvfs (= ${binary:Version})
+         gvfs (= ${binary:Version}),
+         fuse-utils
 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