Code

Explicitly build-depend and link against libgcrypt.
[pkg-cadaver.git] / debian / control
1 Source: cadaver
2 Section: web
3 Priority: optional
4 Maintainer: Sebastian Harl <tokkee@debian.org>
5 Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.6), dpatch,
6  autotools-dev,
7  libgcrypt11-dev,
8  libncurses5-dev,
9  libneon27-gnutls-dev (>= 0.28),
10  libreadline-dev | libreadline5-dev,
11  libxml2-dev,
12  zlib1g-dev (>= 1:1.1.3)
13 Standards-Version: 3.8.3
14 Homepage: http://www.webdav.org/cadaver/
15 Vcs-Git: git://git.tokkee.org/pkg-cadaver.git
16 Vcs-Browser: http://git.tokkee.org/?p=pkg-cadaver.git
18 Package: cadaver
19 Architecture: any
20 Depends: ${shlibs:Depends}
21 Description: command-line WebDAV client
22  cadaver supports file upload, download, on-screen display, in-place editing,
23  namespace operations (move/copy), collection creation and deletion, property
24  manipulation, and resource locking.
25  .
26  Its operation is similar to the standard BSD ftp(1) client and the Samba
27  Project's smbclient(1).
28  .
29  This package includes GnuTLS (HTTPS) support.
30  .
31  WebDAV (Web-based Distributed Authoring and Versioning) is a set of
32  extensions to the HTTP protocol which allow users to collaboratively edit and
33  manage files on remote web servers.