Code

Added a short description of WebDAV to control.
[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,
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  WebDAV (Web-based Distributed Authoring and Versioning) is a set of
20  extensions to the HTTP protocol which allows users to collaboratively edit
21  and manage files on remote web servers.
22  .
23   Homepage: http://0pointer.de/lennart/projects/fusedav/