r42239 - in /attic/pygtk/debian: changelog rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Aug 24 18:16:21 UTC 2014


Author: ah
Date: Sun Aug 24 18:16:21 2014
New Revision: 42239

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42239
Log:
Add -a to xvfb-run invokations to fix parallell build.

Modified:
    attic/pygtk/debian/changelog
    attic/pygtk/debian/rules

Modified: attic/pygtk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pygtk/debian/changelog?rev=42239&op=diff
==============================================================================
--- attic/pygtk/debian/changelog	[utf-8] (original)
+++ attic/pygtk/debian/changelog	[utf-8] Sun Aug 24 18:16:21 2014
@@ -11,6 +11,9 @@
 
   [ Erwan Prioul ]
   * Use dh-autoreconf to fix FTBFS on ppc64el (Closes: #750663)
+
+  [ Aurelien Jarno ]
+  * Add -a to xvfb-run invokations to fix parallell build.
 
  -- Andreas Henriksson <andreas at fatal.se>  Sun, 24 Aug 2014 08:04:49 -0700
 

Modified: attic/pygtk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/pygtk/debian/rules?rev=42239&op=diff
==============================================================================
--- attic/pygtk/debian/rules	[utf-8] (original)
+++ attic/pygtk/debian/rules	[utf-8] Sun Aug 24 18:16:21 2014
@@ -79,12 +79,12 @@
 
 build-%/check-stamp: build-%/build-stamp
 	dh_testdir
-	G_HOME=/ PYTHON=/usr/bin/python$* xvfb-run -s "-screen 0 1280x1024x24 -noreset" $(MAKE) -C build-$* check
+	G_HOME=/ PYTHON=/usr/bin/python$* xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" $(MAKE) -C build-$* check
 	touch $@
 
 dbg-build-%/check-stamp: dbg-build-%/build-stamp
 	dh_testdir
-	G_HOME=/ PYTHON=/usr/bin/python$*-dbg xvfb-run -s "-screen 0 1280x1024x24 -noreset" $(MAKE) -C dbg-build-$* check
+	G_HOME=/ PYTHON=/usr/bin/python$*-dbg xvfb-run -a -s "-screen 0 1280x1024x24 -noreset" $(MAKE) -C dbg-build-$* check
 	touch $@
 
 check: $(PYVERS:%=build-%/check-stamp) $(PYVERS:%=dbg-build-%/check-stamp)




More information about the pkg-gnome-commits mailing list