Hi,

I've uploaded a fix for this bug to DELAYED/10.  Here's the patch.

-- 
Robert Millan
--- sshfs-fuse-2.2/debian/control	2011-09-20 21:29:59.000000000 +0200
+++ sshfs-fuse-2.2.new/debian/control	2011-09-20 21:18:20.297819133 +0200
@@ -8,7 +8,7 @@
 
 Package: sshfs
 Architecture: any
-Depends: ${shlibs:Depends}, fuse-utils (>= 2.7), openssh-client (>= 1:4.6p1-1) 
+Depends: ${shlibs:Depends}, fuse (>= 2.7) [linux-any] | fuse4bsd [kfreebsd-any], openssh-client (>= 1:4.6p1-1) 
 Description: filesystem client based on SSH File Transfer Protocol
  sshfs is a filesystem client based on the SSH File Transfer Protocol.
  Since most SSH servers already support this protocol it is very easy
@@ -21,7 +21,7 @@
 Package: sshfs-dbg
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, fuse-utils (>= 2.7), openssh-client (>= 1:4.6p1-1), sshfs (= ${binary:Version})
+Depends: ${shlibs:Depends}, fuse (>= 2.7) [linux-any] | fuse4bsd [kfreebsd-any], openssh-client (>= 1:4.6p1-1), sshfs (= ${binary:Version})
 Description: filesystem client based on SSH File Transfer Protocol (with debbuging symbols)
  sshfs is a filesystem client based on the SSH File Transfer Protocol.
  Since most SSH servers already support this protocol it is very easy

Reply via email to