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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Wed Jan 7 22:10:48 UTC 2015


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

The following commit has been merged in the master branch:
commit c8aa09482029b2988da0e8ca501677d66260e562
Author: Rohan Garg <rohan at kde.org>
Date:   Wed Jan 7 23:09:48 2015 +0100

    Make sure source is included
---
 dci/mozilla.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dci/mozilla.rb b/dci/mozilla.rb
index f5bae6b..8322647 100644
--- a/dci/mozilla.rb
+++ b/dci/mozilla.rb
@@ -126,7 +126,7 @@ def build_firefox
             end
             fail "Failed to install build deps!" unless system("apt-get -y install #{build_depends.join(' ')}")
             `dch --release --distribution #{RELEASE} ""`
-            system("dpkg-buildpackage -S -uc -us")
+            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