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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Dec 17 15:19:25 UTC 2014


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

The following commit has been merged in the master branch:
commit c7d0c2e290c8574aa7c4e6ad61ab1edf41e60642
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Dec 17 16:19:16 2014 +0100

    Update encoding
---
 dci/source.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dci/source.rb b/dci/source.rb
index a25c7e0..3cbf287 100644
--- a/dci/source.rb
+++ b/dci/source.rb
@@ -5,6 +5,8 @@ require_relative '../lib/debian/changelog'
 require_relative '../lib/debian/control'
 
 ENV['LC_ALL'] = 'C.UTF-8'
+Encoding.default_external = Encoding::UTF_8
+Encoding.default_internal = Encoding::UTF_8
 
 raise "No workspace dir defined!" unless ARGV[1]
 raise "No release defined!" unless ARGV[2]

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list