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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Jan 7 19:59:58 UTC 2015


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

The following commit has been merged in the master branch:
commit b110120824348cf2e9af15e1c5a8a08caa3f02d7
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 7 20:59:28 2015 +0100

    Fix by using string interpolation
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index a7506d6..b52fc5c 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -104,7 +104,7 @@ def build_firefox
 
             $logger.info("Adding Firefox KDE patches")
             File.open('debian/patches/series', 'a') { |f|
-                f.puts('firefox-kde.patch
mozilla-kde.patch
')
+                f.puts("firefox-kde.patch
mozilla-kde.patch
")
             }
 
             # $logger.info("Modifying debian/rules")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list