r49326 - in /desktop/unstable/gtk+2.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Jul 17 16:19:39 UTC 2016


Author: pochu
Date: Sun Jul 17 16:19:39 2016
New Revision: 49326

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=49326
Log:
Don't build the different flavors in parallel, to workaround a bug in the
documentation build. Closes: #798972.

Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/rules

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=49326&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog	[utf-8] Sun Jul 17 16:19:39 2016
@@ -12,6 +12,8 @@
   * Add build-indep and build-arch targets.
   * Don't build the udeb or static flavors when only building arch-indep
     packages. Don't run the test suite either.
+  * Don't build the different flavors in parallel, to workaround a bug in the
+    documentation build. Closes: #798972.
 
  -- Laurent Bigonville <bigon at debian.org>  Thu, 14 Jul 2016 02:08:30 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/rules?rev=49326&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/rules	[utf-8] Sun Jul 17 16:19:39 2016
@@ -182,6 +182,7 @@
 
 configure: $(addprefix $(STAMP_DIR)/configure-stamp-, $(FLAVORS))
 
+.NOTPARALLEL: $(addprefix $(STAMP_DIR)/build-stamp-, $(FLAVORS))
 $(STAMP_DIR)/build-stamp-%: $(STAMP_DIR)/configure-stamp-%
 	dh_testdir
 	LD_LIBRARY_PATH=$(builddir)/gtk/.libs:$(builddir)/gdk/.libs:$(LD_LIBRARY_PATH) \




More information about the pkg-gnome-commits mailing list