File: control

package info (click to toggle)
radicale 1.1.1%2B20160115-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 664 kB
  • ctags: 382
  • sloc: python: 2,294; sh: 256; makefile: 45; sql: 25
file content (87 lines) | stat: -rw-r--r-- 2,653 bytes parent folder | download
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Source: radicale
Section: web
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders: Martin Stigge <martin@stigge.org>, Christian M. Amsüss <chrysn@fsfe.org>
Standards-Version: 3.9.8
Build-Depends: cdbs (>= 0.4.93~),
 licensecheck,
 python,
 python3,
 debhelper,
 dh-buildinfo,
 python-setuptools,
 python3-setuptools,
 python-pytest,
 help2man
Vcs-Git: https://anonscm.debian.org/git/collab-maint/radicale.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/radicale.git;a=summary
Homepage: http://radicale.org/

Package: radicale
Architecture: all
Depends: ${misc:Depends},
 ${python:Depends},
 python-radicale (= ${binary:Version}),
 python,
 adduser
Suggests: apache2-utils,
 python-ldap,
 python-pampy,
 python-passlib,
 courier-authdaemon,
 python-requests,
 python-sqlalchemy,
 python-dulwich
Provides: ${python:Provides}
Description: simple calendar and addressbook server - daemon
 Radicale is a CalDAV (calendar) and CardDAV (contact) server.
 .
 Calendars and address books are available for both local and remote
 access, possibly limited through authentication policies. They can be
 viewed and edited by calendar and contact clients on mobile phones or
 computers.
 .
 This package contains the radicale daemon.
 .
 Some authentication schemes require either of the packages
 apache2-utils,
 python-ldap,
 python-passlib,
 python-pampy,
 courier-authdaemon or
 python-requests.
 .
 SQL storage requires the package python-sqlalchemy.

Package: python-radicale
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: simple calendar and addressbook server - python2 module
 Radicale is a CalDAV (calendar) and CardDAV (contact) server.
 .
 Calendars and address books are available for both local and remote
 access, possibly limited through authentication policies. They can be
 viewed and edited by calendar and contact clients on mobile phones or
 computers.
 .
 This package contains the Radicale Python 2.x module.

Package: python3-radicale
Section: python
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
XB-Python3-Version: ${python:Versions}
Description: simple calendar and addressbook server - python3 module
 Radicale is a CalDAV (calendar) and CardDAV (contact) server.
 .
 Calendars and address books are available for both local and remote
 access, possibly limited through authentication policies. They can be
 viewed and edited by calendar and contact clients on mobile phones or
 computers.
 .
 This package contains the Radicale Python 3.x module.