Code

3503fa74acad704c483584cadcd054019959c078
[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), dpkg-dev (>= 1.14.6), autotools-dev, libneon26-gnutls-dev, libfuse-dev (>= 2.5), libattr1-dev, lynx, dpatch
6 Standards-Version: 3.7.2
7 Homepage: http://0pointer.de/lennart/projects/fusedav/
8 Vcs-Git: git://git.tokkee.org/pkg-fusedav.git
9 Vcs-Browser: http://git.tokkee.org/?p=pkg-fusedav.git
11 Package: fusedav
12 Architecture: any
13 Depends: fuse-utils, ${shlibs:Depends}
14 Description: filesystem to mount WebDAV shares
15  fusedav is a userspace filesystem driver that allows you to mount WebDAV
16  shares. This way you can transparently edit and manage files on a remote
17  server.
18  .
19  It uses FUSE (Filesystem in USErspace), thus you need a FUSE-enabled kernel.
20  .
21  WebDAV (Web-based Distributed Authoring and Versioning) is a set of
22  extensions to the HTTP protocol which allows users to collaboratively edit
23  and manage files on remote web servers.