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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Mar 17 10:08:10 UTC 2015


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

The following commit has been merged in the master branch:
commit d038f62e6c7962a421fc7e50442a6e99522bc703
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Mar 17 11:07:49 2015 +0100

    only run qml dep verify on plasma-addons builds until we are sure it works
    
    ... good enough anyway. my notes say we still need override tech to do
    static maps on a per-repo/branch/package basis as for example the kwin
    kcm will import a random module that was in fact injected through the cpp
    loader and has no real relationship to any other package making it a nil
    requirement.
---
 kci/builder.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kci/builder.rb b/kci/builder.rb
index efb824e..30d5995 100755
--- a/kci/builder.rb
+++ b/kci/builder.rb
@@ -370,4 +370,6 @@ puts_lintian(log_data, updated_symbols: updated_symbols)
 
 # TODO: this script currently does not impact the build results nor does it
 # create parsable output
-`#{File.expand_path(File.dirname(__FILE__))}/qml_dep_verify.rb`
+if project.name == 'kdeplasma-addons'
+  `#{File.expand_path(File.dirname(__FILE__))}/qml_dep_verify.rb`
+end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list