[SCM] Akonadi packaging branch, kubuntu_unstable, updated. debian/15.08.0-1-42-gd389a82
Clive Johnston
clivejo-guest at moszumanska.debian.org
Tue Mar 1 21:36:54 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/akonadi.git;a=commitdiff;h=d389a82
The following commit has been merged in the kubuntu_unstable branch:
commit d389a8208e236fe6c1c0dab8776dcd6e7ffa6552
Author: Clive Johnston <clivejo at aol.com>
Date: Tue Mar 1 21:36:37 2016 +0000
Adding qttools5-dev as a build dep
---
debian/changelog | 1 +
debian/control | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index bf3535d..61c2f07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -38,6 +38,7 @@ akonadi (4:15.12.1-0ubuntu1) UNRELEASED; urgency=medium
[ Clive Johnston ]
* Refreshing symbols
+ * Adding qttools5-dev as a build dep
-- Clive Johnston <clivejo at aol.com> Sat, 02 Jan 2016 13:29:44 +0000
diff --git a/debian/control b/debian/control
index 5aa08f3..58de5bb 100644
--- a/debian/control
+++ b/debian/control
@@ -25,6 +25,7 @@ Build-Depends: automoc,
pkg-config,
pkg-kde-tools (>= 0.12),
qtbase5-dev (>= 5.2.0),
+ qttools5-dev,
shared-mime-info (>= 0.20),
xsltproc
Standards-Version: 3.9.6
@@ -108,7 +109,9 @@ Description: libraries for the Akonadi PIM xml service
Package: libkf5akonadiserver-dev
Section: libdevel
Architecture: any
-Depends: libkf5akonadiprivate5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libkf5akonadiprivate5 (= ${binary:Version}),
+ ${misc:Depends},
+ ${shlibs:Depends}
Breaks: libakonadi-dev
Replaces: libakonadi-dev
Description: development files for the Akonadi PIM storage service
--
Akonadi packaging
More information about the pkg-kde-commits
mailing list