summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3f38f11
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: dav4tbsync
+Section: mail
+Priority: optional
+Maintainer: Debian Mozilla Extension Maintainers <pkg-mozext-maintainers@alioth-lists.debian.net>
+Uploaders: Mechtilde Stehmann <mechtilde@debian.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ zip
+Standards-Version: 4.6.1
+Rules-Requires-Root: no
+Vcs-Git: https://salsa.debian.org/webext-team/dav4tbsync.git
+Vcs-Browser: https://salsa.debian.org/webext-team/dav4tbsync
+Homepage: https://github.com/jobisoft/DAV-4-TbSync
+
+Package: webext-dav4tbsync
+Architecture: all
+Depends: ${misc:Depends}
+ , thunderbird (>= 1:102.2)
+ , webext-tbsync (>= 4.0)
+Description: Provide CalDAV & CardDAV for TbSync
+ The CalDAV & CardDAV Provider for TbSync to sync contacts, tasks and
+ calendars to Thunderbird.
+ .
+ Most CalDAV & CardDAV servers provide a discovery service, which allows
+ one to use just the plain server name (FQDN) like "cloud.server.com" as
+ server URL. TbSync will find all available calendars and address books
+ and there is no need to know any specific URLs for individual address
+ books or calendars. If this does not work because your server does not
+ provide the discovery service, you have to enter the full path to the
+ dav server itself, like "cloud.server.com/SOGo/dav".
+ .
+ This provider also includes some pre-defined service profiles for easy
+ setup of accounts of iCloud, Yahoo!, Fruux and others.