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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Apr 22 15:03:42 UTC 2015


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

The following commit has been merged in the master branch:
commit af247f7a74020197aebb5884a2924c9848527f6e
Author: Rohan Garg <rohan at garg.io>
Date:   Wed Apr 22 17:03:30 2015 +0200

    Make sure we only enable gst for Firefox
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index 2b4f179..6894e6d 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -67,7 +67,7 @@ def bump_version
   changelog = Changelog.new
   version = "#{changelog.version(Changelog::EPOCH)}1000~#{changelog.version(Changelog::BASE)}"
   # Need to check if the original release is a debian release
-  if DEBIAN_RELEASES.include? ARGV[2]
+  if (DEBIAN_RELEASES.include? ARGV[2]) && (PACKAGE == 'firefox')
     version += '-1'
     File.open('debian/config/mozconfig.in', 'a') { |f|
       f.puts("ac_add_options --enable-gstreamer=1.0
")

-- 
ci-tooling packaging



More information about the pkg-kde-commits mailing list