File: control

package info (click to toggle)
davical 1.1.12-2.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 10,016 kB
  • sloc: php: 19,357; sql: 4,514; perl: 3,524; sh: 554; javascript: 162; makefile: 85
file content (56 lines) | stat: -rw-r--r-- 1,873 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: davical
Section: web
Priority: optional
Maintainer: Davical Development Team <davical-devel@lists.sourceforge.net>
Uploaders: Andrew McMillan <awm@debian.org>,
 Florian Schlichting <fsfs@debian.org>
Standards-Version: 4.6.2
Build-Depends: debhelper-compat (= 13),
 dh-exec,
 jdupes,
 libawl-php (>= 0.64-1~), libawl-php (<< 0.65),
 gettext,
 doxygen,
 php-cli | php5-cli,
 phpunit
Vcs-Git: https://gitlab.com/davical-project/davical.git
Vcs-Browser: https://gitlab.com/davical-project/davical
Homepage: https://www.davical.org/
Rules-Requires-Root: no

Package: davical
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libawl-php (>= 0.64-1~), libawl-php (<< 0.65),
 libdbd-pg-perl,
 libyaml-perl,
 php | php5,
 php-cli | php5-cli,
 php-pgsql | php5-pgsql,
 php-xml | php5,
 postgresql-client
Recommends: php-curl | php5-curl,
 postgresql
Suggests: php-ldap | php5-ldap
Description: PHP CalDAV and CardDAV Server
 The DAViCal CalDAV Server is designed to store CalDAV calendars and
 CardDAV addressbooks, such as those from Evolution, Sunbird/Lightning,
 Mulberry, iCal, iPhone or SOHO Organizer, in a central location,
 providing shared calendars, free/busy publication and a
 basic administration interface.

Package: davical-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: PHP CalDAV and CardDAV Server - technical documentation
 The DAViCal CalDAV Server is designed to store CalDAV calendars and
 CardDAV addressbooks, such as those from Evolution, Sunbird/Lightning,
 Mulberry, iCal, iPhone or SOHO Organizer, in a central location,
 providing shared calendars, free/busy publication and a
 basic administration interface.
 .
 This package contains detailed technical documentation for the
 classes and methods in the DAViCal programs. Some user-centric
 configuration documentation is also included.