Source: gimp
Version: 2.8.10-1
Severity: wishlist
Tags: patch

Hi,

gimp seems to build fine with multiple build jobs when building.
Thus, my suggestion is to enable the parallel build (enabling it in
CDBS) to speed up the compilation when requested (see also
Policy ยง4.9.1).

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --disable-s
 			--with-lcms=lcms2 \
 			--without-webkit
 DEB_BUILDDIR := $(DEB_SRCDIR)/builddir
+DEB_BUILD_PARALLEL := 1
 
 DEB_DH_SHLIBDEPS_ARGS_ALL := -Llibgimp2.0 -l$(CURDIR)/debian/libgimp2.0/usr/lib
 # exclude this since we manually add the Suggests in debian/control:

Reply via email to