[SCM] faustworks/master: Disable parallel builds

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Fri Jun 2 09:19:28 UTC 2017


The following commit has been merged in the master branch:
commit dec150144d8ceb05db0ea4acf885df8ae057d3fa
Author: James Cowgill <jcowgill at debian.org>
Date:   Fri Jun 2 10:12:36 2017 +0100

    Disable parallel builds
    
    The generation of translations/i18n_ru.qm is incorrectly ordered when
    building with a large amount of parallelization.
    
    Closes: #863937

diff --git a/debian/rules b/debian/rules
index 351ad8b..9185ad5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,11 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
+# Parallel builds are disabled because the generation of translations/i18n_ru.qm
+# in the qmake file is incorrectly ordered.
+
 %:
-	dh $@ --buildsystem=qmake_qt4
+	dh $@ --buildsystem=qmake_qt4 --no-parallel
 
 override_dh_auto_clean:
 	dh_auto_clean

-- 
faustworks packaging



More information about the pkg-multimedia-commits mailing list