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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Jan 7 19:50:39 UTC 2015


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

The following commit has been merged in the master branch:
commit 7331cf3b7f7e00d3ec46564b10b25346a18b7f7b
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 7 20:50:19 2015 +0100

    Make sure build_depends exists before using it
---
 dci/mozilla.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index b8145d4..a7506d6 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -113,6 +113,7 @@ def build_firefox
             $logger.info("Building the source package")
             control = DebianControl.new
             control.parse!
+            build_depends = []
             control.source['build-depends'].each do |dep|
                 build_depends << dep.name
             end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list