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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Jan 14 14:20:42 UTC 2015


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

The following commit has been merged in the master branch:
commit dbcc0da8ffcd76c0904fe560c4a0b0abb9585d78
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 14 15:20:31 2015 +0100

    Fix changelog entries
---
 dci/mozilla.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index f95292e..fce8f75 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -97,7 +97,7 @@ def build_firefox
             end
             version += "~#{DateTime.now.strftime('%Y%m%d.%H%M')}"
             $logger.info("New version is going to be #{version}")
-            `dch -v "#{version}" ""`
+            `dch -v "#{version}" "Firefox with KDE integration [CI Build]"`
 
             `cp ../suse/firefox-kde.patch ../suse/mozilla-kde.patch debian/patches/`
             `cp ../suse/MozillaFirefox/kde.js debian/`
@@ -146,7 +146,7 @@ Description: Safe and easy web browser from Mozilla - Plasma edition
             # fail "Failed to install build deps!" unless system("apt-get -y install #{build_depends.join(' ')}")
             system("apt-get -y build-dep firefox")
             system("debian/rules debian/control")
-            `dch --release --distribution #{RELEASE} "New firefox release"`
+            `dch --release --distribution #{RELEASE} ""`
             system("dpkg-buildpackage -S -sa -uc -us")
         }
         system('dcmd cp firefox*.changes /build/')

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list