[Python-modules-commits] r23092 - in packages/sphinx/trunk/debian (changelog rules)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Wed Nov 28 18:29:22 UTC 2012
Date: Wednesday, November 28, 2012 @ 18:29:20
Author: jwilk
Revision: 23092
Pass -a to xvfb-run.
Modified:
packages/sphinx/trunk/debian/changelog
packages/sphinx/trunk/debian/rules
Modified: packages/sphinx/trunk/debian/changelog
===================================================================
--- packages/sphinx/trunk/debian/changelog 2012-11-28 14:14:04 UTC (rev 23091)
+++ packages/sphinx/trunk/debian/changelog 2012-11-28 18:29:20 UTC (rev 23092)
@@ -3,12 +3,13 @@
[ Jakub Wilk ]
* DEP-8 tests: remove âFeatures: no-build-neededâ; it's the default now.
* Bump standards version to 3.9.4; no changes needed.
+ * Pass -a to xvfb-run, so that it tries to get a free server number.
[ Dmitry Shachnev ]
* debian/patches/l10n_fixes.diff: fix crashes and not working external
links in l10n mode (closes: #691719).
- -- Jakub Wilk <jwilk at debian.org> Tue, 13 Nov 2012 22:36:10 +0100
+ -- Jakub Wilk <jwilk at debian.org> Wed, 28 Nov 2012 19:17:25 +0100
sphinx (1.1.3+dfsg-5) experimental; urgency=low
Modified: packages/sphinx/trunk/debian/rules
===================================================================
--- packages/sphinx/trunk/debian/rules 2012-11-28 14:14:04 UTC (rev 23091)
+++ packages/sphinx/trunk/debian/rules 2012-11-28 18:29:20 UTC (rev 23092)
@@ -41,7 +41,7 @@
$(python_all) tests/run.py --verbose --no-skip
$(python3_all) tests/run.py --verbose
cd build/py3/ && rm -rf tests/ sphinx/pycode/Grammar.pickle
- xvfb-run ./debian/jstest/run-tests
+ xvfb-run -a ./debian/jstest/run-tests
endif
touch build-stamp
More information about the Python-modules-commits
mailing list