[SCM] krunner packaging branch, kubuntu_unstable, updated. debian/5.9.0-1-3-gb9af28a

Kubuntu CI (Harald Sitter) kubuntu-ci-guest at moszumanska.debian.org
Wed May 20 00:03:06 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit d13cddba6f1470c7f769599fffb0ce5cc5845989
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Feb 6 09:04:44 2015 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 24cdbf8..ee9352a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 krunner (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>  Fri, 06 Feb 2015 08:57:11 +0100
 
diff --git a/debian/control b/debian/control
index 62457b0..df468ae 100644
--- a/debian/control
+++ b/debian/control
@@ -3,37 +3,19 @@ Section: libs
 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),
+Build-Depends: cmake (>= 2.8.12),
+               debhelper (>= 9),
                extra-cmake-modules (>= 1.6.0),
                kio-dev (>= 5.6.0),
-               libkf5attica-dev (>= 5.6.0),
-               libkf5auth-dev (>= 5.6.0),
-               libkf5bookmarks-dev (>= 5.6.0),
-               libkf5codecs-dev (>= 5.6.0),
-               libkf5completion-dev (>= 5.6.0),
                libkf5config-dev (>= 5.6.0),
-               libkf5configwidgets-dev (>= 5.6.0),
                libkf5coreaddons-dev (>= 5.6.0),
-               libkf5dbusaddons-dev (>= 5.6.0),
-               libkf5globalaccel-dev (>= 5.6.0),
-               libkf5guiaddons-dev (>= 5.6.0),
                libkf5i18n-dev (>= 5.6.0),
-               libkf5iconthemes-dev (>= 5.6.0),
-               libkf5itemviews-dev (>= 5.6.0),
-               libkf5jobwidgets-dev (>= 5.6.0),
-               libkf5kjs-dev (>= 5.6.0),
                libkf5service-dev (>= 5.6.0),
                libkf5solid-dev (>= 5.6.0),
-               libkf5sonnet-dev (>= 5.6.0),
-               libkf5textwidgets-dev (>= 5.6.0),
                libkf5threadweaver-dev (>= 5.6.0),
-               libkf5widgetsaddons-dev (>= 5.6.0),
-               libkf5windowsystem-dev (>= 5.6.0),
-               libkf5xmlgui-dev (>= 5.6.0),
                pkg-kde-tools (>= 0.15.15ubuntu1~),
-               plasma-framework-dev (>= 5.2.0),
-               qtbase5-dev,
+               plasma-framework-dev (>= 5.6.0),
+               qtbase5-dev (>= 5.2.0),
                qtdeclarative5-dev,
                xauth,
                xvfb
@@ -46,8 +28,8 @@ Package: libkf5runner-dev
 Section: libdevel
 Architecture: any
 Depends: libkf5runner5 (= ${binary:Version}),
-         plasma-framework-dev,
-         qtbase5-dev,
+         plasma-framework-dev (>= 5.6.0),
+         qtbase5-dev (>= 5.2.0),
          ${misc:Depends}
 Description: development files for krunner
  An assortment of text-related widgets.
@@ -68,6 +50,7 @@ Description: Used to write plugins loaded at runtime called "Runners".
 
 Package: libkf5runner5
 Architecture: any
+Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: qml-module-org-kde-runnermodel (= ${binary:Version})
 Description: Used to write plugins loaded at runtime called "Runners".
@@ -76,11 +59,10 @@ Description: Used to write plugins loaded at runtime called "Runners".
  of mini-command-line, its functionality can be
  extended by "runners" to assist the user
  to accomplish a lot of tasks.
-Multi-Arch: allowed
 
 Package: libkf5runner5-dbg
 Architecture: any
-Multi-Arch: allowed
+Multi-Arch: same
 Priority: extra
 Section: debug
 Depends: libkf5runner5 (= ${binary:Version}), ${misc:Depends}

-- 
krunner packaging



More information about the pkg-kde-commits mailing list