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

Harald Sitter apachelogger-guest at moszumanska.debian.org
Wed Sep 16 10:02:58 UTC 2015


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

The following commit has been merged in the master branch:
commit 673509148b15c57df551b84182c25e685d6700ef
Author: Harald Sitter <sitter at kde.org>
Date:   Wed Sep 16 12:02:56 2015 +0200

    add dh-translations to sourcer deps as rohan is about to remove it
    
    .. from docker image
---
 kci/sourcer.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kci/sourcer.rb b/kci/sourcer.rb
index 63f03cc..47e7676 100755
--- a/kci/sourcer.rb
+++ b/kci/sourcer.rb
@@ -134,7 +134,7 @@ end
 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 germinate))
+  Apt.install(%w(dh-autoreconf dh-acc pkg-kde-tools germinate dh-translations))
   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