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

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


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

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

    Make sure we run the target to generate the control file
---
 dci/mozilla.rb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 63939c8..99b862b 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -131,8 +131,10 @@ Description: Safe and easy web browser from Mozilla - Plasma edition
  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"
+ Install this package if you'd like Firefox with Plasma integration
+ "
             File.write('debian/control.in', control)
+            system("debian/rules debian/control")
 
             $logger.info("Building the source package")
             # TODO: Fix the control file parser to take optional build-deps into account

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list