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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Jan 14 12:22:02 UTC 2015


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

The following commit has been merged in the master branch:
commit c35745e0c4dc65bd50a326523f2800af5e2003c0
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 14 13:21:48 2015 +0100

    Make sure we add the firefox-plasma package
---
 dci/mozilla.rb | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 1db9af0..63939c8 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -121,6 +121,19 @@ def build_firefox
             }
             File.write('debian/rules', rules)
 
+            # Add dummy package
+            control = File.read('debian/control.in')
+            control += "
Package: @MOZ_PKG_NAME at -plasma
+Architecture: any
+Depends: @MOZ_PKG_NAME@ (= ${binary:Version})
+Description: Safe and easy web browser from Mozilla - Plasma edition
+ Firefox delivers safe, easy web browsing. A familiar user interface,
+ enhanced security features including protection from online identity theft,
+ and integrated search let you get the most out of the web.
+ .
+ Install this package if you'd like Firefox with Plasma integration"
+            File.write('debian/control.in', control)
+
             $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