[SCM] knotifications packaging branch, kubuntu_wily_archive, updated. debian/5.9.0-1-5-g032e2e8

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Tue May 19 13:00:07 UTC 2015


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

The following commit has been merged in the kubuntu_wily_archive branch:
commit 61813c74bb08ac0cf1e83b274e0cd3f3903869ec
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Jan 27 16:39:30 2015 +0100

    Update build dependencies to build against experimental and to follow cmake.
---
 debian/changelog |  2 ++
 debian/control   | 17 +++++------------
 2 files changed, 7 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a43b6e0..cc83f62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 knotifications (5.6.0-1~) UNRELEASED; urgency=medium
 
   * Prepare initial Debian release.
+  * Update build dependencies to build against experimental and to
+    follow cmake.
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 27 Jan 2015 16:34:27 +0100
 
diff --git a/debian/control b/debian/control
index 70771cf..0fee432 100644
--- a/debian/control
+++ b/debian/control
@@ -4,28 +4,21 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
-               debhelper (>= 9.0.0),
+               debhelper (>= 9),
                extra-cmake-modules (>= 1.6.0),
                libdbusmenu-qt5-dev,
-               libkf5auth-dev (>= 5.6.0),
                libkf5codecs-dev (>= 5.6.0),
                libkf5config-dev (>= 5.6.0),
-               libkf5configwidgets-dev (>= 5.6.0),
                libkf5coreaddons-dev (>= 5.6.0),
-               libkf5dbusaddons-dev (>= 5.6.0),
-               libkf5guiaddons-dev (>= 5.6.0),
-               libkf5i18n-dev (>= 5.6.0),
                libkf5iconthemes-dev (>= 5.6.0),
-               libkf5itemviews-dev (>= 5.6.0),
                libkf5service-dev (>= 5.6.0),
-               libkf5widgetsaddons-dev (>= 5.6.0),
                libkf5windowsystem-dev (>= 5.6.0),
                libphonon4qt5-dev,
                libphonon4qt5experimental-dev,
-               libqt5x11extras5-dev,
+               libqt5x11extras5-dev (>= 5.2.0),
                pkg-config,
                pkg-kde-tools (>= 0.15.15ubuntu1~),
-               qtbase5-dev,
+               qtbase5-dev (>= 5.2.0),
                qttools5-dev,
                qttools5-dev-tools
 Standards-Version: 3.9.5
@@ -37,8 +30,8 @@ Package: libkf5notifications-dev
 Section: libdevel
 Architecture: any
 Depends: libkf5notifications5 (= ${binary:Version}),
-         libkf5windowsystem-dev,
-         qtbase5-dev,
+         libkf5windowsystem-dev (>= 5.6.0),
+         qtbase5-dev (>= 5.2.0),
          ${misc:Depends}
 Description: Framework for desktop notifications
  KNotification is used to notify the user of an event. It covers

-- 
knotifications packaging



More information about the pkg-kde-commits mailing list