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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Fri Jan 16 16:04:57 UTC 2015


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

The following commit has been merged in the master branch:
commit 1d9a9d71c42e2b04293a4c83b2c6421e3ec9d363
Author: Rohan Garg <rohan at kde.org>
Date:   Fri Jan 16 17:04:48 2015 +0100

    Make sure we rename the orig too
---
 dci/mozilla.rb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 17acbc9..99626ca 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -99,9 +99,14 @@ def build_firefox
             $logger.info("New version is going to be #{version}")
             `dch -v "#{version}" "Firefox with KDE integration [CI Build]"`
 
+            new_changelog = Changelog.new
+
             `cp ../suse/firefox-kde.patch ../suse/mozilla-kde.patch debian/patches/`
             `cp ../suse/MozillaFirefox/kde.js debian/`
 
+            # Rename orig
+            File.rename("../firefox_#{changelog.version(Changelog::BASE)}.orig.tar.bz2", "../firefox_#{new_changelog.version(Changelog::BASE)}.orig.tar.bz2")
+
             system("quilt pop -a")
             # Need to remove unity menubar from patches first since it interferes with the KDE patches
             system("quilt delete unity-menubar.patch")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list