[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 6e91a3ea0fe9e3b753d6d558b33cb4bc9e80dae0
Author: Modestas Vainius <modestas at vainius.eu>
Date: Tue Dec 21 03:27:36 2010 +0200
Tweak descriptions of backend packages.
---
debian/control | 48 ++++++++++++++++++++++++++----------------------
1 files changed, 26 insertions(+), 22 deletions(-)
diff --git a/debian/control b/debian/control
index 9c9cee8..db9fe35 100644
--- a/debian/control
+++ b/debian/control
@@ -62,46 +62,50 @@ Depends: ${misc:Depends}, mysql-server-core, libqt4-sql-mysql
Recommends: akonadi-server
Replaces: akonadi-server (<< 1.3.60~)
Breaks: akonadi-server (<< 1.3.60~)
-Description: Akonadi MySQL storage backend
+Description: MySQL 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 metapackage pulls in all required dependencies (including the MySQL server
- executable) to be able to use Akonadi with MySQL as a cache storage engine. A
- local MySQL server instance will be started for each user by default. However,
- only libqt4-sql-mysql package is needed to use Akonadi with external MySQL
- server instance.
+ This package installs everything what's needed for Akonadi to work with MySQL
+ as underlying data storage engine. By default, a local MySQL server instance
+ will be started for each user. Alternatively, connection to an external MySQL
+ database is supported as well.
-Package: akonadi-backend-sqlite
+Package: akonadi-backend-pqsql
Section: misc
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Architecture: all
+Depends: ${misc:Depends}, libqt4-sql-psql
Recommends: akonadi-server
-Description: Akonadi SQLite storage backend
+Replaces: akonadi-server (<< 1.3.60~)
+Breaks: akonadi-server (<< 1.3.60~)
+Description: PostgreSQL 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 contains advanced SQLite 3 module for Qt 4. It is primarily
- intended to be used by akonadi-server as SQLite backend but it should also
- be usable by other applications which implement database access via standard
- Qt SQL framework.
+ This package installs everything what's needed for Akonadi to work with
+ PostgreSQL as underlying data storage engine. By default, a local PostgreSQL
+ server instance will be started for each user. Alternatively, connection to an
+ external PostgreSQL database is supported as well.
-Package: akonadi-backend-pqsql
+Package: akonadi-backend-sqlite
Section: misc
-Architecture: all
-Depends: ${misc:Depends}, libqt4-sql-psql
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: akonadi-server
-Replaces: akonadi-server (<< 1.3.60~)
-Breaks: akonadi-server (<< 1.3.60~)
-Description: Akonadi PostgreSQL storage backend
+Description: SQLite 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 metapackage pulls in all required dependencies to use Akonadi with
- external PostgreSQL server instance as a cache storage engine.
+ This package installs everything what's needed for Akonadi to work with SQLite
+ as underlying data storage engine. Since SQLite is an embedded database
+ engine, a separate SQL server daemon is not necessary.
+ .
+ In addition, the package contains an improved QSql driver for SQLite named
+ "QSQLite3". It can be used by any application that needs to access SQLite
+ databases via standard Qt QSql framework.
Package: akonadi-dbg
Section: debug
--
Akonadi packaging
More information about the pkg-kde-commits
mailing list