[SCM] kguiaddons packaging branch, kubuntu_wily_archive, updated. debian/5.9.0-1-3-g99f15e0

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Tue May 19 12:58:21 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kguiaddons.git;a=commitdiff;h=f9a24ac

The following commit has been merged in the kubuntu_wily_archive branch:
commit f9a24acecbfc23f0239e1387a07b2fbbcd17b6fd
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Jan 23 12:15:27 2015 +0100

    Add libkf5coreaddons-dev -dev dependency, needed by kimagecache.h.
---
 debian/changelog | 1 +
 debian/control   | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d92bd24..2a9a4ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ kguiaddons (5.6.0-1~) UNRELEASED; urgency=medium
   * Update copyright information.
   * Update build dependencies to follow cmake.
   * Add basic autopkgtests support.
+  * Add libkf5coreaddons-dev -dev dependency, needed by kimagecache.h.
 
  -- Maximiliano Curia <maxy at debian.org>  Fri, 23 Jan 2015 10:43:31 +0100
 
diff --git a/debian/control b/debian/control
index b0e8b05..6dd68ad 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,10 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/kguiaddons.git
 Package: libkf5guiaddons-dev
 Section: libdevel
 Architecture: any
-Depends: libkf5guiaddons5 (= ${binary:Version}), qtbase5-dev
+Depends: libkf5coreaddons-dev,
+         libkf5guiaddons5 (= ${binary:Version}),
+         qtbase5-dev,
+         ${misc:Depends}
 Description: development headers for the kguiaddons framework
  This package contains development files for building software that uses
  libraries from the kguiaddon framework

-- 
kguiaddons packaging



More information about the pkg-kde-commits mailing list