[SCM] Akonadi packaging branch, master, updated. debian/16.04.3-5-31-g66fe978

Maximiliano Curia maxy at moszumanska.debian.org
Sun Aug 20 23:20:41 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/akonadi.git;a=commitdiff;h=4d313e8

The following commit has been merged in the master branch:
commit 4d313e88fb82d49b454bf073608b45f4b0532f7b
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Sun Aug 20 09:27:27 2017 +0200

    Update build-deps and deps with the info from cmake
---
 debian/control | 209 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 105 insertions(+), 104 deletions(-)

diff --git a/debian/control b/debian/control
index 64c7f20..cf45bc6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,60 +5,118 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Sune Vuorela <debian at pusling.com>,
            Modestas Vainius <modax at debian.org>,
            Fathi Boudra <fabo at debian.org>,
-           Maximiliano Curia <maxy at debian.org>
-Build-Depends: cmake (>= 2.8.12~),
+           Maximiliano Curia <maxy at debian.org>,
+Build-Depends: cmake (>= 3.0~),
                debhelper (>= 9),
                default-libmysqlclient-dev,
                dh-apparmor,
-               extra-cmake-modules (>= 5.16.0~),
-               kdesignerplugin (>= 5.16.0~),
+               extra-cmake-modules (>= 5.35.0~),
+               kdesignerplugin (>= 5.35.0~),
                kgendesignerplugin,
                kio-dev (>= 5.16.0~),
                libboost-dev (>= 1.34.0~),
-               libkf5completion-dev (>= 5.16.0~),
-               libkf5config-dev (>= 5.16.0~),
-               libkf5configwidgets-dev (>= 5.16.0~),
-               libkf5coreaddons-dev (>= 5.16.0~),
-               libkf5dbusaddons-dev (>= 5.16.0~),
+               libkf5completion-dev (>= 5.35.0~),
+               libkf5config-dev (>= 5.35.0~),
+               libkf5configwidgets-dev (>= 5.35.0~),
+               libkf5coreaddons-dev (>= 5.35.0~),
+               libkf5crash-dev (>= 5.35.0~),
+               libkf5dbusaddons-dev (>= 5.35.0~),
                libkf5guiaddons-dev (>= 5.16.0~),
-               libkf5i18n-dev (>= 5.16.0~),
-               libkf5iconthemes-dev (>= 5.16.0~),
-               libkf5itemmodels-dev (>= 5.16.0~),
-               libkf5itemviews-dev (>= 5.16.0~),
-               libkf5kio-dev (>= 5.16.0~),
-               libkf5widgetsaddons-dev (>= 5.16.0~),
-               libkf5windowsystem-dev (>= 5.16.0~),
-               libkf5xmlgui-dev (>= 5.16.0~),
+               libkf5i18n-dev (>= 5.35.0~),
+               libkf5iconthemes-dev (>= 5.35.0~),
+               libkf5itemmodels-dev (>= 5.35.0~),
+               libkf5itemviews-dev (>= 5.35.0~),
+               libkf5kio-dev (>= 5.35.0~),
+               libkf5widgetsaddons-dev (>= 5.35.0~),
+               libkf5windowsystem-dev (>= 5.35.0~),
+               libkf5xmlgui-dev (>= 5.35.0~),
                libsqlite3-dev (>= 3.6.23),
                libxml2-dev,
                libxml2-utils,
                libxslt1-dev,
                pkg-config,
                pkg-kde-tools (>= 0.12),
-               qtbase5-dev (>= 5.5.0~),
+               qtbase5-dev (>= 5.7.0~),
                qtbase5-private-dev,
                qttools5-dev,
-               shared-mime-info (>= 0.20),
-               xsltproc
+               shared-mime-info (>= 1.0~),
+               xsltproc,
 Standards-Version: 3.9.8
 Homepage: http://pim.kde.org/akonadi
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/akonadi.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/akonadi.git
 
+Package: akonadi-backend-mysql
+Section: misc
+Architecture: all
+Depends: default-mysql-client-core | virtual-mysql-client-core,
+         default-mysql-server-core | virtual-mysql-server-core,
+         libqt5sql5-mysql,
+         ${misc:Depends},
+Recommends: akonadi-server
+Replaces: akonadi-server (<< 1.3.60~)
+Breaks: akonadi-server (<< 1.3.60~)
+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 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-postgresql
+Section: misc
+Architecture: all
+Depends: libqt5sql5-psql, ${misc:Depends}
+Recommends: akonadi-server, postgresql
+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 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-sqlite
+Section: misc
+Multi-Arch: same
+Architecture: any
+Pre-Depends: ${misc:Pre-Depends}
+Depends: libqt5sql5-sqlite, ${misc:Depends}, ${shlibs:Depends}
+Recommends: akonadi-server
+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 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-server
 Section: net
 Architecture: any
 Depends: akonadi-backend-mysql (= ${source:Version}) | akonadi-backend-sqlite (= ${binary:Version}) | akonadi-backend-postgresql (= ${source:Version}),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Suggests: akonadi-backend-mysql (= ${source:Version}),
           akonadi-backend-postgresql (= ${source:Version}),
-          akonadi-backend-sqlite (= ${binary:Version})
+          akonadi-backend-sqlite (= ${binary:Version}),
 Breaks: akonadiconsole (<< 4:16.04),
         kdepimlibs-data (<<  4:16.04),
         kmail (<< 4:16.04),
         korganizer (<< 4:16.04),
-        libkf5akonadicore-bin (<< 4:16.04.3-4)
+        libkf5akonadicore-bin (<< 4:16.04.3-4),
 Replaces: kdepimlibs-data (<<  4:16.04), libkf5akonadicore-bin (<< 4:16.04.3-4)
 Description: Akonadi PIM storage service
  Akonadi is an extensible cross-desktop Personal Information Management (PIM)
@@ -76,16 +134,16 @@ Depends: libboost-dev (>= 1.34.0~),
          libkf5akonadiserver-dev (>= ${binary:Version}),
          libkf5akonadiwidgets5 (= ${binary:Version}),
          libkf5akonadixml5 (= ${binary:Version}),
-         libkf5completion-dev (>= 5.16.0~),
-         libkf5itemmodels-dev (>= 5.16.0~),
+         libkf5completion-dev (>= 5.35.0~),
+         libkf5itemmodels-dev (>= 5.35.0~),
          libkf5jobwidgets-dev,
          libkf5kdelibs4support-dev (>= 5.12.0~),
          libkf5service-dev,
          libkf5solid-dev (>= 5.12.0~),
-         libkf5xmlgui-dev (>= 5.16.0~),
-         qtbase5-dev (>= 5.5.0~),
+         libkf5xmlgui-dev (>= 5.35.0~),
+         qtbase5-dev (>= 5.7.0~),
          ${misc:Depends},
-         ${shlibs:Depends}
+         ${shlibs:Depends},
 Replaces: kdepim-runtime (<< 4:4.13)
 Breaks: kdepim-runtime (<< 4:4.13)
 Conflicts: kdepimlibs5-dev
@@ -118,16 +176,6 @@ Description: Akonadi agent base library
  .
  This package is part of the KDE Development Platform PIM libraries module.
 
-Package: libkf5akonadicore5
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: libkf5akonadiwidgets5 (= ${binary:Version})
-Description: Akonadi core library
- This library contains Akonadi PIM data server core classes.
- .
- This package is part of the KDE Development Platform PIM libraries module.
-
 Package: libkf5akonadicore-bin
 Architecture: any
 Depends: akonadi-server (>= 4:16.04.3-4), ${misc:Depends}
@@ -136,23 +184,13 @@ Section: oldlibs
 Description: transitional package
  This is a transitional package. It can safely be removed.
 
-Package: libkf5akonadiwidgets5
-Architecture: any
-Multi-Arch: same
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libkf5akonadicore5 (<< 4:15.07.90+git20150817.0936)
-Replaces: libkf5akonadicore5 (<< 4:15.07.90+git20150817.0936)
-Description: Akonadi widgets library
- This library contains standard widgets for the Akonadi PIM data server.
- .
- This package is part of the KDE Development Platform PIM libraries module.
-
-Package: libkf5akonadixml5
+Package: libkf5akonadicore5
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Akonadi XML helper library
- This library provides XML helpers using the Akonadi PIM data server.
+Recommends: libkf5akonadiwidgets5 (= ${binary:Version})
+Description: Akonadi core library
+ This library contains Akonadi PIM data server core classes.
  .
  This package is part of the KDE Development Platform PIM libraries module.
 
@@ -183,59 +221,22 @@ Description: development files for the Akonadi PIM storage service
  This package contains development files for building software that uses the
  Akonadi PIM storage service.
 
-Package: akonadi-backend-mysql
-Section: misc
-Architecture: all
-Depends: default-mysql-client-core | virtual-mysql-client-core,
-         default-mysql-server-core | virtual-mysql-server-core,
-         libqt5sql5-mysql,
-         ${misc:Depends}
-Recommends: akonadi-server
-Replaces: akonadi-server (<< 1.3.60~)
-Breaks: akonadi-server (<< 1.3.60~)
-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 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-postgresql
-Section: misc
-Architecture: all
-Depends: libqt5sql5-psql, ${misc:Depends}
-Recommends: akonadi-server, postgresql
-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.
+Package: libkf5akonadiwidgets5
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: libkf5akonadicore5 (<< 4:15.07.90+git20150817.0936)
+Replaces: libkf5akonadicore5 (<< 4:15.07.90+git20150817.0936)
+Description: Akonadi widgets library
+ This library contains standard widgets for the Akonadi PIM data server.
  .
- 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.
+ This package is part of the KDE Development Platform PIM libraries module.
 
-Package: akonadi-backend-sqlite
-Section: misc
-Multi-Arch: same
+Package: libkf5akonadixml5
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
-Depends: libqt5sql5-sqlite, ${misc:Depends}, ${shlibs:Depends}
-Recommends: akonadi-server
-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 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.
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Akonadi XML helper library
+ This library provides XML helpers using the Akonadi PIM data server.
  .
- 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.
+ This package is part of the KDE Development Platform PIM libraries module.

-- 
Akonadi packaging



More information about the pkg-kde-commits mailing list