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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Jan 16 15:14:37 UTC 2015


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

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

    Make sure our version is the highest
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 3aa0313..f7496ea 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -86,7 +86,7 @@ def build_firefox
         system("hg clone http://www.rosenauer.org/hg/mozilla/#firefox#{release_info[:ubuntu].to_i} suse")
         Dir.chdir(firefox_dir) {
             changelog = Changelog.new
-            version = "#{changelog.version(Changelog::BASE)}"
+            version = "1000~#{changelog.version(Changelog::BASE)}"
             if DEBIAN_RELEASES.include? RELEASE
                 version += '-1'
                 File.open('debian/config/mozconfig.in', 'a') { |f|

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list