[SCM] ci-tooling packaging branch, master, updated. 826f763a489e803c9dad55937172ce118a9bae70

Harald Sitter apachelogger-guest at moszumanska.debian.org
Mon Jan 12 11:32:42 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=052f104

The following commit has been merged in the master branch:
commit 052f104daee03684d1d76ac8c51984db74af95ce
Author: Harald Sitter <sitter at kde.org>
Date:   Sun Jan 11 19:11:43 2015 +0100

    test: mark gwenview a bdep of kinfocenter for testing of dependencies
---
 test/data/projects/debian/control | 23 +----------------------
 test/test-projects.rb             |  3 +--
 2 files changed, 2 insertions(+), 24 deletions(-)

diff --git a/test/data/projects/debian/control b/test/data/projects/debian/control
index ac03c2a..a62dd5b 100644
--- a/test/data/projects/debian/control
+++ b/test/data/projects/debian/control
@@ -2,28 +2,7 @@ Source: kinfocenter
 Priority: extra
 Section: kde
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
-Build-Depends: cmake,
-               debhelper (>= 9.0.0),
-               extra-cmake-modules (>= 1.3.0~),
-               kdoctools-dev (>= 5.2.0),
-               kio-dev (>= 5.2.0),
-               kwayland-dev (>= 5.0.95),
-               libkf5completion-dev (>= 5.2.0),
-               libkf5config-dev (>= 5.2.0),
-               libkf5coreaddons-dev (>= 5.2.0),
-               libkf5dbusaddons-dev (>= 5.2.0),
-               libkf5i18n-dev (>= 5.2.0),
-               libkf5iconthemes-dev (>= 5.2.0),
-               libkf5kcmutils-dev (>= 5.2.0),
-               libkf5kdelibs4support-dev (>= 5.2.0),
-               libkf5service-dev (>= 5.2.0),
-               libkf5solid-dev (>= 5.2.0),
-               libkf5widgetsaddons-dev (>= 5.2.0),
-               libkf5xmlgui-dev (>= 5.2.0),
-               libpci-dev,
-               libraw1394-dev,
-               pkg-config,
-               pkg-kde-tools (>= 0.15.15ubuntu1~)
+Build-Depends: gwenview
 Standards-Version: 3.9.5
 Homepage: https://projects.kde.org/projects/playground/libs/libkscreen
 
diff --git a/test/test-projects.rb b/test/test-projects.rb
index edfd6f2..dd66e1d 100644
--- a/test/test-projects.rb
+++ b/test/test-projects.rb
@@ -66,8 +66,7 @@ class ProjectTest < Test::Unit::TestCase
           assert_equal(scm.branch, "master")
           assert_equal(scm.url, "git://anongit.kde.org/#{name}")
           assert_equal(project.provided_binaries, %w(kinfocenter kinfocenter-dbg))
-          # FIXME: cannot do this right now because so long...
-          # assert_equal(project.dependencies, [])
+          assert_equal(project.dependencies, ["gwenview"])
           assert_equal(project.dependees, [])
           assert_equal(project.series_branches, ["kubuntu_#{stability}_yolo"])
           assert_equal(project.autopkgtest, false)

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list