[plplot] 07/07: Allow X11 output in test
Ole Streicher
olebole at moszumanska.debian.org
Sun Aug 27 19:52:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch master
in repository plplot.
commit 7fa4ed836efccf81b6c475ec331a6730e9ffbb03
Author: Ole Streicher <olebole at debian.org>
Date: Sun Aug 27 21:51:31 2017 +0200
Allow X11 output in test
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index d8ae0a0..876e07c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ override_dh_auto_install:
# Dirty hack: Make shared lib executable to force its detection
# by dh_strip and dh_shlibdeps.
# This will be reverted later, in override_dh_shlibdeps.
- # See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=35733#35
+ # See https://bugs.debian.org/35733#35
chmod ugo+x debian/tmp/usr/lib/*/octave/site/oct/api-*/*/plplot_octave.oct
dh_numpy3
@@ -48,5 +48,5 @@ override_dh_shlibdeps:
chmod ugo-x debian/octave-plplot/usr/lib/*/octave/site/oct/api-*/*/plplot_octave.oct
override_dh_auto_test:
- dh_auto_test
+ XDG_RUNTIME_DIR=/tmp xvfb-run dh_auto_test
$(MAKE) -C obj-* VERBOSE=1 test_diff_psc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git
More information about the debian-science-commits
mailing list