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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Jul 8 10:35:12 UTC 2015


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

The following commit has been merged in the master branch:
commit 2ec8cab067bf81cd93c18fdf5e3eb46007628ebd
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Jul 8 12:35:07 2015 +0200

    install some minimal build deps to get stuff to get past the clean target
---
 kci/sourcer.rb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kci/sourcer.rb b/kci/sourcer.rb
index 4d4e0ba..ae66994 100755
--- a/kci/sourcer.rb
+++ b/kci/sourcer.rb
@@ -5,6 +5,7 @@ require 'fileutils'
 require 'json'
 require 'timeout'
 
+require_relative 'lib/apt'
 require_relative 'lib/ci/build_version'
 require_relative 'lib/debian/changelog'
 require_relative 'lib/cmake_parser'
@@ -131,6 +132,9 @@ end
 
 # dpkg-buildpackage
 Dir.chdir('build/source/') do
+  # Install some minimal build dependencies to make sure we can get past the
+  # clean step
+  Apt.install(%w(dh-autoreconf dh-acc pkg-kde-tools))
   system('update-maintainer')
   unless system('dpkg-buildpackage -us -uc -S')
     abort 'Failed to build source package'

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list