From 60630e43d2390ccff1b174dd9afc8aa8dc0d81a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ove=20K=C3=A5ven?= Date: Sun, 19 Jun 2011 18:04:53 +0200 Subject: [PATCH] Packaging updates for WebDAV support. --- debian/changelog | 10 +++++++++- debian/control | 9 +++++---- debian/rules | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index bc759afd..d86dc7eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,16 @@ syncevolution (1:1.1.99.4-1) unstable; urgency=low * SyncEvolution 1.1.99.4 for Maemo. + - Built with WebDAV support. + * Build-Depend on libneon27-gnutls-dev. + * Depend on host (used by WebDAV backend for DNS SRV lookups). + * Updated package description: + - SyncEvolution now supports CalDAV/CardDAV. + - Remove mention of ScheduleWorld, as the service shut down. + - Mention Ovi instead, since this package is for a Nokia device. + - Mention Google, since CalDAV is finally supported. - -- Ove Kaaven Sun, 19 Jun 2011 17:25:40 +0200 + -- Ove Kaaven Sun, 19 Jun 2011 17:40:57 +0200 syncevolution (1:1.1.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index cf9a42b0..1d3aaf3f 100644 --- a/debian/control +++ b/debian/control @@ -4,16 +4,17 @@ Priority: extra Maintainer: Ove Kaaven Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, libpcre3-dev, libcurl3-dev, libedataserver-dev, libebook-dev, calendar-backend-dev, - libsqlite3-dev, libboost1.38-dev + libsqlite3-dev, libboost1.38-dev, libneon27-gnutls-dev Standards-Version: 3.7.2 XSBC-Bugtracker: http://bugs.meego.com/buglist.cgi?product=SyncEvolution Package: syncevolution Architecture: any -Depends: ${shlibs:Depends} -Description: SyncEvolution - a SyncML client +Depends: ${shlibs:Depends}, host +Description: SyncEvolution - a SyncML and CalDAV/CardDAV client SyncEvolution allows you to sync your contacts and calendar with SyncML - servers on the Internet, such as Funambol and ScheduleWorld. + and CalDAV/CardDAV servers on the Internet, such as Funambol, Ovi, + Google Contacts, and Google Calendar. Package: syncevolution-dev Architecture: any diff --git a/debian/rules b/debian/rules index a39521f4..024e68f3 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ endif CONFIGURE_FLAGS += --enable-maemo --enable-shared --disable-ssl-certificate-check \ --disable-libsoup --enable-libcurl --disable-ecal --enable-ebook --enable-maemocal \ - --disable-bluetooth --with-synthesis-src=libsynthesis + --disable-bluetooth --enable-dav --with-synthesis-src=libsynthesis #ifneq (,$(findstring maemo,$(DEB_BUILD_OPTIONS))) # CONFIGURE_FLAGS += --enable-maemo --enable-shared