[pyfai] 01/03: fix build_man with xvfb
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Mon Sep 4 14:26:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
picca pushed a commit to branch master
in repository pyfai.
commit cc3f79d04a875889ae8f91118302dac51a4cc5c7
Author: Picca FrÃÂédÃÂéric-Emmanuel <picca at synchrotron-soleil.fr>
Date: Fri Sep 1 17:58:20 2017 +0200
fix build_man with xvfb
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index bc2c108..d040ba4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ override_dh_clean:
override_dh_auto_build:
dh_auto_build
PYBUILD_SYSTEM=custom \
- PYBUILD_BUILD_ARGS="PYTHONPATH={build_dir} {interpreter} setup.py build_man" dh_auto_build
+ PYBUILD_BUILD_ARGS="PYTHONPATH={build_dir} xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} setup.py build_man" dh_auto_build
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfai.git
More information about the debian-science-commits
mailing list