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
|
Source: vdirsyncer
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Filip Pytloun <filip@pytloun.cz>, Jelmer Vernooij <jelmer@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-python (>= 2.20160609~),
python3-all,
python3-atomicwrites (>= 0.1.7),
python3-click (>= 5.0),
python3-click-log (>= 0.2.0),
python3-click-threading (>= 0.2),
python3-hypothesis (>= 3.1),
python3-lxml,
python3-pytest,
python3-pytest-localserver,
python3-requests (>=2.4.1),
python3-requests-toolbelt (>= 0.4.0),
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-rtd-theme
Standards-Version: 4.5.1
Homepage: https://github.com/pimutils/vdirsyncer
Vcs-Git: https://salsa.debian.org/python-team/packages/vdirsyncer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/vdirsyncer
Rules-Requires-Root: no
Package: vdirsyncer
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python3-requests-oauthlib, vdirsyncer-doc
Description: Synchronize calendars and contacts
Vdirsyncer synchronizes your calendars and addressbooks between two storages.
The most popular purpose is to synchronize a CalDAV/CardDAV server with a local
folder or file. The local data can then be accessed via a variety of programs,
none of which have to know or worry about syncing to a server.
.
It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.
Package: vdirsyncer-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Synchronize calendars and contacts - documentation
Vdirsyncer synchronizes your calendars and addressbooks between two storages.
The most popular purpose is to synchronize a CalDAV/CardDAV server with a local
folder or file. The local data can then be accessed via a variety of programs,
none of which have to know or worry about syncing to a server.
.
It aims to be for CalDAV and CardDAV what OfflineIMAP is for IMAP.
.
This package contains the documentation for vdirsyncer.
|