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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Sun Feb 22 23:13:27 UTC 2015


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

The following commit has been merged in the master branch:
commit 5e17bc0a9fd6e16a5ea91f6763f1734ccf587cea
Author: Rohan Garg <rohan at kde.org>
Date:   Mon Feb 23 00:13:09 2015 +0100

    Make sure we install everything from build-depends-indep too
---
 dci/build.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dci/build.rb b/dci/build.rb
index 9bac994..43a470d 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -85,6 +85,10 @@ else
           build_depends << dep.name
         end
 
+        c.source['build-depends-indep'].each do |dep|
+          build_depends << dep.name
+        end
+
         logger.info("Installing build deps : #{build_depends}")
         system("apt-get -y install #{build_depends.join(' ')}")
         logger.info('Finished installing build deps')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list