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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Dec 5 17:57:13 UTC 2014


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

The following commit has been merged in the master branch:
commit 37ba1ab8edc70120e225759b2e71fc9cc65f6d70
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Dec 5 18:57:02 2014 +0100

    We can just make do with devscripts
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index 77241a3..a8e785e 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -4,7 +4,7 @@ require_relative '../lib/debian/changelog'
 require_relative '../lib/debian/control'
 
 system("apt-get update && apt-get -y dist-upgrade")
-system("apt-get -y install ubuntu-dev-tools lsb-release")
+system("apt-get -y install devscripts lsb-release")
 system("dcmd rm -v #{ARGV[1]}/build/*.changes")
 
 release = `lsb_release -r`.split(':')[-1].strip

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list