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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Jan 27 14:43:18 UTC 2015


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

The following commit has been merged in the master branch:
commit edb0943bd1f971238f5611e02107029813a91abf
Author: Rohan Garg <rohan at kde.org>
Date:   Tue Jan 27 15:42:55 2015 +0100

    Remove superfluous spaces
---
 dci/mozilla.rb | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index f39ad95..8d97bab 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -96,11 +96,11 @@ def add_dummy_package
   # Add dummy package
   control = File.read('debian/control.in')
   control += "
Package: @MOZ_PKG_NAME at -plasma
-  Architecture: any
-  Depends: @MOZ_PKG_NAME@ (= ${binary:Version}), firefox-kde-support
-  Description: #{PACKAGE} package for integration with KDE
-  Install this package if you'd like #{PACKAGE} with Plasma integration
-  "
+Architecture: any
+Depends: @MOZ_PKG_NAME@ (= ${binary:Version}), firefox-kde-support
+Description: #{PACKAGE} package for integration with KDE
+Install this package if you'd like #{PACKAGE} with Plasma integration
+"
   File.write('debian/control.in', control)
   system('debian/rules debian/control')
 

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list