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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Dec 17 23:11:28 UTC 2014


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

The following commit has been merged in the master branch:
commit f78b7a8b34aa38c2238b972266d474ada2cfd772
Author: Rohan Garg <rohan at kde.org>
Date:   Thu Dec 18 00:11:21 2014 +0100

    Install libdistro-info-perl as well
---
 dci/build.rb  | 2 +-
 dci/source.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dci/build.rb b/dci/build.rb
index dd58c5e..70ffb77 100644
--- a/dci/build.rb
+++ b/dci/build.rb
@@ -57,7 +57,7 @@ else
     system("apt-get update && apt-get -y dist-upgrade")
     
     logger.info("Installing some extra tools")
-    system("apt-get -y install devscripts ubuntu-dev-tools")
+    system("apt-get -y install devscripts ubuntu-dev-tools libdistro-info-perl")
 
     logger.info("Extracting source")
     Dir.mktmpdir { |dir|
diff --git a/dci/source.rb b/dci/source.rb
index d395b6f..1d1964b 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -70,7 +70,7 @@ end
 
 # These should never fail
 run_cmd('apt-get update && apt-get -y dist-upgrade')
-run_cmd('apt-get -y install devscripts lsb-release locales')
+run_cmd('apt-get -y install devscripts lsb-release locales libdistro-info-perl')
 
 
 Dir.chdir(ARGV[1]) do

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list