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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Jan 8 12:55:38 UTC 2015


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

The following commit has been merged in the master branch:
commit c5644a1189d1e23003c24ddc544dfc18d367baa7
Author: Rohan Garg <rohan at kde.org>
Date:   Thu Jan 8 13:55:20 2015 +0100

    Need to pass the content that is to be written too
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index e17cd79..5c12bf2 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -119,7 +119,7 @@ def build_firefox
             rules.gsub!(/pre-build.*$/) {|m|
                 m += "
	mkdir -p $(MOZ_DISTDIR)/bin/defaults/pref/
	cp $(CURDIR)/debian/kde.js $(MOZ_DISTDIR)/bin/defaults/pref/kde.js"
             }
-            File.write('debian/rules')
+            File.write('debian/rules', rules)
 
             $logger.info("Building the source package")
             control = DebianControl.new

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list