Source: luminance-hdr
Version: 2.4.0-4
Severity: wishlist
Tags: patch

Hi,

luminance-hdr 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
@@ -24,7 +24,7 @@ export QT_SELECT := qt5
 
 override_dh_auto_build:
 	# Normal auto_build:
-	dh_auto_build --verbose
+	dh_auto_build --verbose --parallel
 	# Build the minimal manpage:
 	pod2man --center='Minimal luminance-hdr manpage' \
 		--release='' \
@@ -38,4 +38,4 @@ override_dh_auto_install:
 	done
 
 %:
-	dh $@
+	dh $@ --parallel

Reply via email to