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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Mon Sep 28 23:46:19 UTC 2015


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

The following commit has been merged in the master branch:
commit 80096f6d716fc28df4f5fcc8d14e86ee952055bb
Author: Rohan Garg <rohan at garg.io>
Date:   Tue Sep 29 01:45:15 2015 +0200

    Make sure aptitude is installed
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index 9eabf82..26f0e4d 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -59,7 +59,7 @@ end
 
 # These should never fail
 dci_run_cmd('apt-get update && apt-get -y dist-upgrade')
-dci_run_cmd('apt-get -y install devscripts lsb-release locales libdistro-info-perl pbuilder')
+dci_run_cmd('apt-get -y install devscripts lsb-release locales libdistro-info-perl pbuilder aptitude')
 
 
 Dir.chdir(ARGV[1]) do

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list