Code

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