Code

Initial commit.
[pkg-fusedav.git] / debian / control
1 Source: fusedav
2 Section: utils
3 Priority: optional
4 Maintainer: Sebastian Harl <sh@tokkee.org>
5 Build-Depends: debhelper (>= 5), autotools-dev, libneon26-gnutls-dev, 
6  libfuse-dev (>= 2.5), libattr1-dev, lynx
7 Standards-Version: 3.7.2
9 Package: fusedav
10 Architecture: any
11 Depends: fuse-utils, ${shlibs:Depends}
12 Description: mount WebDAV shares
13  fusedav is a userspace filesystem driver that allows you to mount WebDAV 
14  shares. This way you can transparently edit and manage files on a remote
15  server.
16  .
17  It uses FUSE (Filesystem in USErspace), thus you need a FUSE-enabled kernel.
18  .
19   Homepage: http://0pointer.de/lennart/projects/fusedav/