File debian.control of Package php-sabre-dav

59
 
1
Source: php-sabre-dav-2.1
2
Section: php
3
Priority: optional
4
Maintainer: Debian PHP PEAR Maintainers <pkg-php-pear@lists.alioth.debian.org>
5
Uploaders: David Prévot <taffit@debian.org>
6
Build-Depends: debhelper (>= 8.0.0),
7
               php-codesniffer,
8
               php-curl | php5-curl,
9
               php-mbstring | php5,
10
               php-sabre-event,
11
               php-sabre-http-3,
12
               php-sabre-vobject-3,
13
               php-sqlite3 | php5-sqlite,
14
               phpab,
15
               phpunit,
16
               pkg-php-tools (>= 1.7~)
17
Standards-Version: 3.9.7
18
Homepage: http://sabre.io/dav/
19
Vcs-Git: git://anonscm.debian.org/pkg-php/php-sabredav.git -b 2.1
20
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-php/php-sabredav.git
21
22
Package: php-sabre-dav-2.1
23
Architecture: all
24
Depends: php-sabre-event (<< 3.0.0~as2.1),
25
         ${misc:Depends},
26
         ${phpcomposer:Debian-require}
27
Suggests: ${phpcomposer:Debian-suggest}
28
Replaces: ${phpcomposer:Debian-replace}
29
Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace}
30
Provides: ${phpcomposer:Debian-provide}
31
Description: ${phpcomposer:description}
32
 SabreDAV is meant to cover the entire standard, and attempts to allow
33
 integration using an easy to understand API.
34
 .
35
 Feature list:
36
  * Fully WebDAV compliant
37
  * Supports Windows XP, Windows Vista, Mac OS/X, DavFSv2, Cadaver, Netdrive,
38
    Open Office, and probably more.
39
  * Passing all Litmus tests.
40
  * Supporting class 1, 2 and 3 Webdav servers.
41
  * Locking support.
42
  * Custom property support.
43
  * CalDAV (tested with Evolution, iCal, iPhone and Lightning).
44
  * CardDAV (tested with OS/X addressbook, the iOS addressbook and Evolution).
45
  * Over 97% unittest code coverage.
46
 .
47
 Supported RFC's:
48
  * RFC2617: Basic/Digest auth.
49
  * RFC2518: First WebDAV spec.
50
  * RFC3744: ACL (some features missing).
51
  * RFC4709: DavMount.
52
  * RFC4791: CalDAV.
53
  * RFC4918: WebDAV revision.
54
  * RFC5397: current-user-principal.
55
  * RFC5689: Extended MKCOL.
56
  * RFC6352: CardDAV
57
  * draft-daboo-carddav-directory-gateway: CardDAV directory gateway
58
  * CalDAV ctag, CalDAV-proxy.
59