[SCM] Akonadi packaging branch, master, updated. debian/1.3.1-3-39-g5c61395

Modestas Vainius modax at alioth.debian.org
Tue Dec 21 01:58:12 UTC 2010


The following commit has been merged in the master branch:
commit 0330be3bac4c0e5bc052aed3678d87e87c839c58
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Tue Dec 21 03:50:22 2010 +0200

    Add akonadi-backend-odbc package (ODBC backend for Akonadi).
    
    akonadi-backend-odbc - a package which depends on the stuff needed to enable
    Akonadi ODBC backend. It's primarily intended to be used with a local Virtuoso
    instance that's started by Nepomuk;
---
 debian/changelog |    3 +++
 debian/control   |   16 ++++++++++++++++
 2 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2cfbc60..5f528c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,9 @@ akonadi (1.4.90-0r1) UNRELEASED; urgency=low
       PostgreSQL server instance, add postgresql package to Recommends because
       the latter package enables the daemon system-wide. PostgreSQL needs to be
       split to the -core part as MySQL was;
+    - akonadi-backend-odbc - a package which depends on the stuff needed to
+      enable Akonadi ODBC backend. It's primarily intended to be used with a
+      local Virtuoso instance that's started by Nepomuk;
     - akonadi-backend-sqlite - a package with improved SQLite driver that is
       needed for Akonadi SQLite backend;
   * Make akonadi-server on both backends with | relation preferring MySQL for
diff --git a/debian/control b/debian/control
index 51f4017..2ac6a3a 100644
--- a/debian/control
+++ b/debian/control
@@ -89,6 +89,22 @@ Description: PostgreSQL storage backend for Akonadi
  server instance will be started for each user. Alternatively, connection to an
  external PostgreSQL database is supported as well.
 
+Package: akonadi-backend-odbc
+Section: misc
+Architecture: all
+Depends: ${misc:Depends}, libqt4-sql-odbc
+Suggests: akonadi-server, libvirtodbc0, virtuoso-minimal
+Provides: akonadi-backend-virtuoso
+Description: ODBC storage backend for Akonadi
+ Akonadi is an extensible cross-desktop Personal Information Management (PIM)
+ storage service. It provides a common framework for applications to store and
+ access mail, calendars, addressbooks, and other PIM data.
+ .
+ This package install everything what's needed for Akonadi to work with
+ external SQL servers that implements ODBC interface. By default, the backend
+ attempts to connect to the Virtuoso SQL server instance that's typically
+ started by Nepomuk in KDE environment.
+
 Package: akonadi-backend-sqlite
 Section: misc
 Architecture: any

-- 
Akonadi packaging



More information about the pkg-kde-commits mailing list