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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Jan 15 13:41:01 UTC 2015


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

The following commit has been merged in the master branch:
commit 5db54ec01c2cb746e2adcf01a07449306e39ebd1
Author: Rohan Garg <rohan at kde.org>
Date:   Thu Jan 15 14:40:42 2015 +0100

    Make sure we write the apt preferences file
---
 dci/mozilla.rb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 0214039..77146fe 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -135,6 +135,21 @@ Description: Safe and easy web browser from Mozilla - Plasma edition
  "
             File.write('debian/control.in', control)
 
+            File.open('debian/firefox-plasma', 'w') { |f|
+                f.puts("Package: firefox*
+Pin: release o=LP-PPA-moz-plasma-builds
+Pin-Priority: 1000
+
+Package: firefox*
+Pin: release o=LP-PPA-moz-plasma-stable
+Pin-Priority: 1000
+"
+            }
+
+            File.open('debian/firefox-plasma.install', 'w') { |f|
+                f.puts('debian/firefox-plasma etc/apt/preferences.d/firefox-plasma')
+            }
+
             $logger.info("Building the source package")
             # TODO: Fix the control file parser to take optional build-deps into account
             # control = DebianControl.new

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list