[SCM] knotifications packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-5-g032e2e8
Kubuntu CI (Harald Sitter)
kubuntu-ci-guest at moszumanska.debian.org
Wed May 20 00:02:39 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/knotifications.git;a=commitdiff;h=7fbf497
The following commit has been merged in the kubuntu_unstable branch:
commit 7fbf497926f86db7df499137ae0e20fba9d8f6f0
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date: Tue Jan 27 22:00:47 2015 +0100
Add missing dev dependency (thanks to acc headers check)
---
debian/changelog | 1 +
debian/control | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 325e8e0..27bb775 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ knotifications (5.6.0-1~) UNRELEASED; urgency=medium
* Add basic autopkgtests support.
* Update install files.
* Update watch file.
+ * Add missing dev dependency (thanks to acc headers check)
-- Maximiliano Curia <maxy at debian.org> Tue, 27 Jan 2015 16:34:27 +0100
diff --git a/debian/control b/debian/control
index cf43045..05501f5 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,8 @@ Vcs-Git: git://anonscm.debian.org/pkg-kde/frameworks/knotifications.git
Package: libkf5notifications-dev
Section: libdevel
Architecture: any
-Depends: libkf5notifications5 (= ${binary:Version}),
+Depends: libkf5coreaddons-dev (>= 5.6.0),
+ libkf5notifications5 (= ${binary:Version}),
libkf5windowsystem-dev (>= 5.6.0),
qtbase5-dev (>= 5.2.0),
${misc:Depends}
--
knotifications packaging
More information about the pkg-kde-commits
mailing list