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
|
Source: vdirsyncer
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Filip Pytloun <filip@pytloun.cz>,
Jelmer Vernooij <jelmer@debian.org>,
Jonas Smedegaard <dr@jones.dk>,
Section: utils
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-exec,
dh-sequence-python3,
dh-sequence-sphinxdoc,
pybuild-plugin-pyproject,
python3-aiohttp (>= 3.8),
python3-aioresponses <!nocheck>,
python3-aiostream (>= 0.4.3),
python3-all,
python3-click,
python3-click (<< 9),
python3-click-log,
python3-hypothesis <!nocheck>,
python3-lxml,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-httpserver <!nocheck>,
python3-requests,
python3-requests-toolbelt,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-trustme <!nocheck>,
Standards-Version: 4.6.2
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-aiohttp-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},
Multi-Arch: foreign
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.
|