Source: gegl
Version: 0.2.0-5
Severity: wishlist
Tags: patch
Hi,
gegl 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
@@ -20,6 +20,8 @@ DEB_CONFIGURE_EXTRA_FLAGS += \
--disable-mmx \
--disable-sse
+DEB_BUILD_PARALLEL = 1
+
binary-install/libgegl-doc::
find debian/$(cdbs_curpkg)/usr/share/doc/$(cdbs_curpkg)/ -name Makefile\* -delete
find debian/$(cdbs_curpkg)/usr/share/gtk-doc -type f -exec chmod -x {} \;