Source: sshfs-fuse
Section: utils
Priority: optional
Maintainer: Bartosz Fenski <fenio@debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libglib2.0-dev, libfuse-dev, pkg-config
Standards-Version: 3.9.5
Homepage: http://fuse.sourceforge.net/sshfs.html
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/sshfs-fuse.git
Vcs-Git: git://anonscm.debian.org/collab-maint/sshfs-fuse.git

Package: sshfs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
        ,fuse [linux-any] | fuse4bsd [kfreebsd-any]
        ,openssh-client
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
 to set up: i.e. on the server side there's nothing to do.  On the
 client side mounting the filesystem is as easy as logging into the
 server with ssh.
 .
 sshfs is FUSE (Filesystem in USErspace).

Package: sshfs-dbg
Section: debug
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, ${misc:Depends}
        ,sshfs (= ${binary:Version})
Description: filesystem client based on SSH File Transfer Protocol (with debugging 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
 to set up: i.e. on the server side there's nothing to do.  On the
 client side mounting the filesystem is as easy as logging into the
 server with ssh.
 .
 sshfs is FUSE (Filesystem in USErspace).
 .
 This package contains debugging symbols.
 Please install it to create meaningful backtraces when reporting bugs.
