[SCM] kmime packaging branch, kubuntu_stable, updated. e72e2bdad2a6db6ec0f6de92c2201729838649b4

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Fri Aug 14 09:19:59 UTC 2015


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

The following commit has been merged in the kubuntu_stable branch:
commit e72e2bdad2a6db6ec0f6de92c2201729838649b4
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Aug 14 11:19:20 2015 +0200

    add missing -dev dep as per cmake package
---
 debian/control | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 3757cc8..01c094d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,10 @@ Package: libkf5mime-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: foreign
-Depends: libkf5mime5 (= ${binary:Version}), ${misc:Depends}
+Depends: libboost-dev,
+         libkf5mime5 (= ${binary:Version}),
+         qtbase5-dev,
+         ${misc:Depends}
 Description: library for handling MIME data - development files
  This library provides an API for handling MIME data. MIME (Multipurpose
  Internet Mail Extensions) is an Internet Standard that extends the format

-- 
kmime packaging



More information about the pkg-kde-commits mailing list