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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Jan 15 22:30:03 UTC 2015


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

The following commit has been merged in the master branch:
commit c9b2c1895c7713811471b08eb7897df5736cf752
Author: Rohan Garg <rohan at kde.org>
Date:   Thu Jan 15 23:29:28 2015 +0100

    Don't use debian/firefox-plasma since dpkg-buildpackage usually makes a folder there
---
 dci/mozilla.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 1ff1a89..d821e2d 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -135,7 +135,7 @@ Description: Safe and easy web browser from Mozilla - Plasma edition
  "
             File.write('debian/control.in', control)
 
-            File.open('debian/firefox-plasma', 'w') { |f|
+            File.open('debian/firefox-plasma.pref', 'w') { |f|
                 f.puts("Package: firefox*
 Pin: release o=LP-PPA-moz-plasma-builds
 Pin-Priority: 1000
@@ -147,7 +147,7 @@ Pin-Priority: 1000
             }
 
             File.open('debian/firefox-plasma.install', 'w') { |f|
-                f.puts('debian/firefox-plasma etc/apt/preferences.d/firefox-plasma')
+                f.puts('debian/firefox-plasma.pref etc/apt/preferences.d/firefox-plasma')
             }
 
             $logger.info("Building the source package")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list