r40489 - in /desktop/unstable/gtk+3.0/debian: changelog patches/080_disable-parallel-docs-build.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sat Feb 15 13:14:47 UTC 2014


Author: pochu
Date: Sat Feb 15 13:14:46 2014
New Revision: 40489

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40489
Log:
* debian/patches/080_disable-parallel-docs-build.patch:
  + Disable parallel support for the docs as that has races, see
    the similar glib2.0 patch for a longer explanation.

Added:
    desktop/unstable/gtk+3.0/debian/patches/080_disable-parallel-docs-build.patch
Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/patches/series

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=40489&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Sat Feb 15 13:14:46 2014
@@ -5,6 +5,9 @@
   * debian/rules:
     + Enable parallel builds.
   * New upstream release.
+  * debian/patches/080_disable-parallel-docs-build.patch:
+    + Disable parallel support for the docs as that has races, see
+      the similar glib2.0 patch for a longer explanation.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 30 Oct 2013 11:42:00 +0100
 

Added: desktop/unstable/gtk+3.0/debian/patches/080_disable-parallel-docs-build.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/080_disable-parallel-docs-build.patch?rev=40489&op=file
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/080_disable-parallel-docs-build.patch	(added)
+++ desktop/unstable/gtk+3.0/debian/patches/080_disable-parallel-docs-build.patch	[utf-8] Sat Feb 15 13:14:46 2014
@@ -0,0 +1,32 @@
+--- a/docs/reference/Makefile.am
++++ b/docs/reference/Makefile.am
+@@ -1,3 +1,5 @@
++.NOTPARALLEL:
++
+ ## Process this file with automake to produce Makefile.in
+ include $(top_srcdir)/Makefile.decl
+ 
+--- a/docs/reference/gdk/Makefile.am
++++ b/docs/reference/gdk/Makefile.am
+@@ -1,3 +1,5 @@
++.NOTPARALLEL:
++
+ ## Process this file with automake to produce Makefile.in
+ 
+ AUTOMAKE_OPTIONS = 1.6
+--- a/docs/reference/gtk/Makefile.am
++++ b/docs/reference/gtk/Makefile.am
+@@ -1,3 +1,5 @@
++.NOTPARALLEL:
++
+ ## Process this file with automake to produce Makefile.in
+ 
+ AUTOMAKE_OPTIONS = 1.6
+--- a/docs/reference/libgail-util/Makefile.am
++++ b/docs/reference/libgail-util/Makefile.am
+@@ -1,3 +1,5 @@
++.NOTPARALLEL:
++
+ ## Process this file with automake to produce Makefile.in
+ 
+ AUTOMAKE_OPTIONS = 1.7

Modified: desktop/unstable/gtk+3.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/series?rev=40489&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/series	[utf-8] Sat Feb 15 13:14:46 2014
@@ -11,3 +11,4 @@
 060_ignore-random-icons.patch
 061_multiarch_module_fallback.patch
 071_fix-installation-of-HTML-images.patch
+080_disable-parallel-docs-build.patch




More information about the pkg-gnome-commits mailing list