rev 17602 - branches/akonadi-trunk/debian

Didier Raboud odyx-guest at alioth.debian.org
Wed Apr 7 08:43:40 UTC 2010


Author: odyx-guest
Date: 2010-04-07 08:43:38 +0000 (Wed, 07 Apr 2010)
New Revision: 17602

Modified:
   branches/akonadi-trunk/debian/changelog
   branches/akonadi-trunk/debian/control
Log:
Make akonadi-mysql depend on mysql-server-core instead of mysql-server, thanks to the split made in mysql-5.1. (Closes: #513382).


Modified: branches/akonadi-trunk/debian/changelog
===================================================================
--- branches/akonadi-trunk/debian/changelog	2010-04-07 07:25:44 UTC (rev 17601)
+++ branches/akonadi-trunk/debian/changelog	2010-04-07 08:43:38 UTC (rev 17602)
@@ -1,5 +1,6 @@
 akonadi (1.3.60~svn1108044-0r2) UNRELEASED; urgency=low
 
+  [ Modestas Vainius ]
   * New upstream development snapshost.
   * Add libsqlite3-dev to build depends. This build has support for SQLite
     backend.
@@ -18,6 +19,10 @@
   * Add NEWS and README.Debian about SQLite (and MySQL) backends.
   * Bump build dependency to libqt4-dev 4:4.6.0. SQLite backend needs it.
 
+  [ Didier Raboud ]
+  * Make akonadi-mysql depend on mysql-server-core instead of mysql-server,
+    thanks to the split made in mysql-5.1. (Closes: #513382).
+
  -- Modestas Vainius <modax at debian.org>  Mon, 29 Mar 2010 00:37:56 +0300
 
 akonadi (1.3.1-2) unstable; urgency=low

Modified: branches/akonadi-trunk/debian/control
===================================================================
--- branches/akonadi-trunk/debian/control	2010-04-07 07:25:44 UTC (rev 17601)
+++ branches/akonadi-trunk/debian/control	2010-04-07 08:43:38 UTC (rev 17602)
@@ -57,7 +57,7 @@
 Package: akonadi-mysql
 Section: libs
 Architecture: all
-Depends: ${misc:Depends}, mysql-server, libqt4-sql-mysql
+Depends: ${misc:Depends}, mysql-server-core, libqt4-sql-mysql
 Suggests: akonadi-server
 Replaces: akonadi-server (<< 1.3.60~)
 Description: Akonadi MySQL backend
@@ -66,7 +66,7 @@
  access mail, calendars, addressbooks, and other PIM data.
  .
  This package allows to use Akonadi with MySQL backend. It pulls in all
- required dependencies including MySQL server.
+ required dependencies including the MySQL server executable.
 
 Package: akonadi-sqlite
 Section: libs




More information about the pkg-kde-commits mailing list