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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Mar 13 16:22:50 UTC 2015


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

The following commit has been merged in the master branch:
commit 41f3df98e269e0a0ded01aa2704331cb3ee399d2
Author: Rohan Garg <rohan at garg.io>
Date:   Fri Mar 13 17:22:40 2015 +0100

    Use namespacing
---
 dci/source.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/source.rb b/dci/source.rb
index bc878ef..562daa5 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -65,7 +65,7 @@ Dir.chdir(ARGV[1]) do
   # Get source name and what not
 
   Dir.chdir('source') do
-    s = Source.new(Dir.pwd)
+    s = Debian::Source.new(Dir.pwd)
     $logger.info "Building package of #{s.format.type} type"
     if s.format.type == 'native'
       PACKAGING_DIR = 'source/'

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list