Code

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