File: control

package info (click to toggle)
sshfs-fuse 2.2-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 600 kB
  • ctags: 450
  • sloc: ansic: 3,776; sh: 3,589; makefile: 73
file content (35 lines) | stat: -rw-r--r-- 1,495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: sshfs-fuse
Section: utils
Priority: optional
Maintainer: Bartosz Fenski <fenio@debian.org>
Build-Depends: debhelper (>= 4.0.0), autotools-dev, libglib2.0-dev, libfuse-dev, pkg-config
Standards-Version: 3.8.0
Homepage: http://fuse.sourceforge.net/sshfs.html

Package: sshfs
Architecture: any
Depends: ${shlibs:Depends}, fuse-utils (>= 2.7), 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
 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
Architecture: any
Priority: extra
Depends: ${shlibs:Depends}, fuse-utils (>= 2.7), 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
 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 debbuging symbols.
 Please install it to create meaningful backtraces when reporting bugs.