Source: kdenlive Version: 15.12.3-1 Severity: wishlist Tags: patch Hi,
kdenlive 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 @@ -8,7 +8,7 @@ ifeq ($(DEB_BUILD_ARCH_OS),kfreebsd) endif %: - dh $@ + dh $@ --parallel override_dh_auto_configure: dh_auto_configure -- $(EXTRAFLAGS)

