X-Git-Url: https://git.tokkee.org/?p=pkg-fusedav.git;a=blobdiff_plain;f=debian%2Fcontrol;h=e4e07a882f01fcba7473d8a6d93001cf2aa12a4a;hp=cd1b9b5cdf7f24c4772e8b4dc6e9289fc3f3dbc2;hb=e531ad781edfb78ad2033c812068d980ef07f3bd;hpb=bf68cbe6f09f4d8f3ad122a3bf70ab1480aa4765 diff --git a/debian/control b/debian/control index cd1b9b5..e4e07a8 100644 --- a/debian/control +++ b/debian/control @@ -1,20 +1,24 @@ Source: fusedav -Section: utils +Section: web Priority: optional -Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 5), autotools-dev, libneon26-gnutls-dev, - libfuse-dev (>= 2.5), libattr1-dev, lynx -Standards-Version: 3.7.2 +Maintainer: Sebastian Harl +Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), autotools-dev, libneon26-gnutls-dev, libfuse-dev (>= 2.5), libattr1-dev, lynx, dpatch +Standards-Version: 3.8.4 +Homepage: http://0pointer.de/lennart/projects/fusedav/ +Vcs-Git: git://git.tokkee.org/pkg-fusedav.git +Vcs-Browser: http://git.tokkee.org/?p=pkg-fusedav.git Package: fusedav Architecture: any Depends: fuse-utils, ${shlibs:Depends} -Description: mount WebDAV shares +Description: filesystem to mount WebDAV shares fusedav is a userspace filesystem driver that allows you to mount WebDAV shares. This way you can transparently edit and manage files on a remote server. . It uses FUSE (Filesystem in USErspace), thus you need a FUSE-enabled kernel. . - Homepage: http://0pointer.de/lennart/projects/fusedav/ + WebDAV (Web-based Distributed Authoring and Versioning) is a set of + extensions to the HTTP protocol which allows users to collaboratively edit + and manage files on remote web servers.