[SCM] ci-tooling packaging branch, master, updated. 4794c794d57593e68f8bd873ccbf467ba28ff0fc
Rohan Garg
rohangarg-guest at moszumanska.debian.org
Tue Mar 24 00:51:59 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/ci-tooling.git;a=commitdiff;h=4794c79
The following commit has been merged in the master branch:
commit 4794c794d57593e68f8bd873ccbf467ba28ff0fc
Author: Rohan Garg <rohan at garg.io>
Date: Tue Mar 24 01:51:51 2015 +0100
Remove useless code
---
dci/source.rb | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/dci/source.rb b/dci/source.rb
index fd59328..33e5255 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -85,10 +85,8 @@ Dir.chdir(ARGV[1]) do
build_depends << dep.name
end
- unless c.source.fetch('build-depends-indep', []).nil?
- c.source['build-depends-indep'].each do |dep|
- build_depends << dep.name
- end
+ c.source.fetch('build-depends-indep', []).each do |dep|
+ build_depends << dep.name
end
system("apt-get -y install #{build_depends.join(' ')}")
--
ci-tooling packaging
More information about the pkg-kde-commits
mailing list