[SCM] kmbox packaging branch, master, updated. ubuntu/15.08.0-0ubuntu1-9-g1b94e05

Maximiliano Curia maxy at moszumanska.debian.org
Tue Sep 8 17:41:05 UTC 2015


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

The following commit has been merged in the master branch:
commit b9ca1ca82451613f9029e40d9ce6ca2902127af5
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Sep 8 18:55:12 2015 +0200

    Add missing dev dependency (thanks to acc headers check)
---
 debian/control | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c47509e..35d95e9 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,10 @@ Package: libkf5mbox-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: foreign
-Depends: libkf5mbox5 (= ${binary:Version}), ${misc:Depends}
+Depends: libkf5mbox5 (= ${binary:Version}),
+         libkf5mime-dev (>= 4.79.0~),
+         qtbase5-dev,
+         ${misc:Depends}
 Description: library for handling mbox mailboxes - development files
  This is a library for handling mailboxes in mbox format, using a Qt/KMime C++
  API.

-- 
kmbox packaging



More information about the pkg-kde-commits mailing list