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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Aug 12 20:46:08 UTC 2015


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

The following commit has been merged in the master branch:
commit fcd14a48eae2165df1a384d27c8b8ac897ff6afd
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Aug 12 22:45:31 2015 +0200

    Make sure the changelog var exists, used later on
---
 dci/source.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dci/source.rb b/dci/source.rb
index 739e673..24f974e 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -78,6 +78,7 @@ Dir.chdir(ARGV[1]) do
 
   cl = nil
   Dir.chdir(PACKAGING_DIR) do
+    cl = Changelog.new
     system('/usr/lib/pbuilder/pbuilder-satisfydepends-classic')
     fail "Can't install build deps!" unless $?.success?
   end

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list