r40436 - in /packages/unstable/libgda5/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jan 26 17:57:39 UTC 2014


Author: pochu
Date: Sun Jan 26 17:57:39 2014
New Revision: 40436

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40436
Log:
Enable parallel builds, except for the test suite as it breaks
otherwise.

Modified:
    packages/unstable/libgda5/debian/changelog
    packages/unstable/libgda5/debian/rules

Modified: packages/unstable/libgda5/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/changelog?rev=40436&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/changelog	[utf-8] (original)
+++ packages/unstable/libgda5/debian/changelog	[utf-8] Sun Jan 26 17:57:39 2014
@@ -8,6 +8,8 @@
     + Add Build-Depends-Package field.
   * debian/rules:
     + Pass -c4 to dh_makeshlibs.
+    + Enable parallel builds, except for the test suite as it breaks
+      otherwise.
   * debian/control.in:
     + Bump Standards-Version to 3.9.4, no changes needed.
     + Update build-dependencies.

Modified: packages/unstable/libgda5/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgda5/debian/rules?rev=40436&op=diff
==============================================================================
--- packages/unstable/libgda5/debian/rules	[utf-8] (original)
+++ packages/unstable/libgda5/debian/rules	[utf-8] Sun Jan 26 17:57:39 2014
@@ -14,10 +14,15 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,--as-needed -Wl,-O1
 
+# Enable parallel build support
+DEB_BUILD_PARALLEL = 1
+
 DEB_DH_MAKESHLIBS_ARGS_libgda-5.0-$(SONAME) += -- -c4
 DEB_DH_MAKESHLIBS_ARGS_ALL += -X /usr/lib/libgda-5.0/providers
 
-DEB_MAKE_CHECK_TARGET = check
+# Parallel builds break the test suite, see
+# https://bugzilla.gnome.org/show_bug.cgi?id=723038
+DEB_MAKE_CHECK_TARGET = -j1 check
 
 DEB_CONFIGURE_EXTRA_FLAGS +=	--with-postgres		\
 				--with-mysql		\




More information about the pkg-gnome-commits mailing list