Source: geeqie Version: 1:1.1-8 Severity: wishlist Tags: patch Hi,
geeqie 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 @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --fail-missing --with autoreconf,autotools_dev + dh $@ --parallel --fail-missing --with autoreconf,autotools_dev # build simple version first # override_dh_auto_configure: