[Python-modules-commits] r29684 - in packages/matplotlib/trunk/debian (changelog rules)
jtaylor-guest at users.alioth.debian.org
jtaylor-guest at users.alioth.debian.org
Mon Jul 7 21:40:04 UTC 2014
Date: Monday, July 7, 2014 @ 21:40:03
Author: jtaylor-guest
Revision: 29684
run xvfb-run with the -a flag to allow multiple instances at the same time
Modified:
packages/matplotlib/trunk/debian/changelog
packages/matplotlib/trunk/debian/rules
Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog 2014-07-07 20:43:13 UTC (rev 29683)
+++ packages/matplotlib/trunk/debian/changelog 2014-07-07 21:40:03 UTC (rev 29684)
@@ -20,6 +20,7 @@
* add autopkg tests for the basic backends
* depend and use packaged jquery instead of shipped minified variants
(Closes: #737438)
+ * run xvfb-run with the -a flag to allow multiple instances at the same time
-- Sandro Tosi <morph at debian.org> Sat, 19 Apr 2014 23:04:06 +0200
Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules 2014-07-07 20:43:13 UTC (rev 29683)
+++ packages/matplotlib/trunk/debian/rules 2014-07-07 21:40:03 UTC (rev 29684)
@@ -42,7 +42,7 @@
print(b.build_platlib)") \
MATPLOTLIBDATA=$(CURDIR)/lib/matplotlib/mpl-data/ \
MPLCONFIGDIR=. \
- xvfb-run python$* -c "import matplotlib as m ; m.test(verbosity=1)"
+ xvfb-run -a python$* -c "import matplotlib as m ; m.test(verbosity=1)"
-PYTHONPATH=$(shell python$*-dbg -c "from distutils.command.build import build ; \
from distutils.core import Distribution ; \
@@ -51,7 +51,7 @@
print(b.build_platlib)") \
MATPLOTLIBDATA=$(CURDIR)/lib/matplotlib/mpl-data/ \
MPLCONFIGDIR=. \
- xvfb-run python$*-dbg -c "import matplotlib as m ; m.test(verbosity=1)"
+ xvfb-run -a python$*-dbg -c "import matplotlib as m ; m.test(verbosity=1)"
rm -f matplotlibrc
endif
More information about the Python-modules-commits
mailing list