Source: clementine
Version: 1.3.1+git609-g623a53681+dfsg-1
Severity: wishlist
Tags: patch

Hi,

clementine seems to build fine with multiple build jobs when building.
Thus, my suggestion is to enable the parallel build (with the
--parallel option of dh) to speed up the compilation when requested
(see also Policy ยง4.9.1).

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ endif
 export DEB_CXXFLAGS_MAINT_APPEND = -DQT_NO_DEBUG_OUTPUT -DQT_NO_WARNING_OUTPUT
 
 %:
-       dh $@ --buildsystem=cmake
+       dh $@ --parallel --buildsystem=cmake
 
 override_dh_auto_configure:
        dh_auto_configure -- \

Reply via email to