Packaging updates for WebDAV support.

This commit is contained in:
Ove Kåven 2011-06-19 18:04:53 +02:00
parent 3074098108
commit 60630e43d2
3 changed files with 15 additions and 6 deletions

10
debian/changelog vendored
View file

@ -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 <ovek@arcticnet.no> Sun, 19 Jun 2011 17:25:40 +0200
-- Ove Kaaven <ovek@arcticnet.no> Sun, 19 Jun 2011 17:40:57 +0200
syncevolution (1:1.1.1-1) unstable; urgency=low

9
debian/control vendored
View file

@ -4,16 +4,17 @@ Priority: extra
Maintainer: Ove Kaaven <ovek@debian.org>
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

2
debian/rules vendored
View file

@ -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