[SCM] kblog packaging branch, kubuntu_stable, updated. 7bf9b66659f2911259cb0758865ac3e8dcc229ed

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


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

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

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

diff --git a/debian/control b/debian/control
index 9ef8439..06d4d5d 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,11 @@ Package: libkf5blog-dev
 Section: libdevel
 Architecture: any
 Multi-Arch: foreign
-Depends: libkf5blog5 (= ${binary:Version}), ${misc:Depends}
+Depends: libkf5blog5 (= ${binary:Version}),
+         libkf5calendarcore-dev,
+         libkf5kdelibs4support-dev,
+         libkf5syndication-dev,
+         ${misc:Depends}
 Description: kblog - development files
  KBlog is a library for calling functions on Blogger 1.0, MetaWeblog,
  MovableType and GData compatible blogs. It calls the APIs using KXmlRpcClient

-- 
kblog packaging



More information about the pkg-kde-commits mailing list