[Pkg-octave-commit] [octave] 01/01: Run testsuite within Xvfb, to avoid failures due to lack of DISPLAY.

Sébastien Villemot sebastien at moszumanska.debian.org
Wed Dec 25 13:57:43 UTC 2013


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave.

commit 45d4843e4c0e5c6ad4fbb470582fb5036440f6f9
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Wed Dec 25 14:57:05 2013 +0100

    Run testsuite within Xvfb, to avoid failures due to lack of DISPLAY.
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f5ca19a..4b270df 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Thomas Weber <tweber at debian.org>,
            Sébastien Villemot <sebastien at debian.org>
 Build-Depends: gfortran, debhelper (>= 9), automake, dh-autoreconf, texinfo,
  texlive-latex-base, texlive-generic-recommended, epstool, transfig, pstoedit,
- libreadline-dev,
+ libreadline-dev, xvfb,
  libncurses5-dev, gperf, libhdf5-dev (>= 1.8.8),
  libblas-dev (>=1.2-7), liblapack-dev (>= 3.4.1-4), gnuplot-nox, libfftw3-dev,
  less, libpcre3-dev, flex, libglpk-dev (>= 4.15),
diff --git a/debian/rules b/debian/rules
index 2f84110..8bf7a30 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_configure:
 
 # dh_auto_test tries to run "make test", so override it
 override_dh_auto_test:
-	make check
+	xvfb-run make check
 
 # override normal dh_compress call to avoid compressing .pdf files
 override_dh_compress:

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list