[Pkg-octave-commit] [octave] 02/08: No longer run the testsuite using xvfb-run.

Sébastien Villemot sebastien at debian.org
Sun Sep 10 19:50:41 UTC 2017


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

sebastien pushed a commit to branch master
in repository octave.

commit 22c305156ac57a9dc3c928d1a6eba77ce6023516
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Sep 10 16:49:43 2017 +0200

    No longer run the testsuite using xvfb-run.
    
    This fixes SIGILL with Qt5.
    
    Gbp-Dch: Full
---
 debian/control | 1 -
 debian/rules   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 11827f7..1150869 100644
--- a/debian/control
+++ b/debian/control
@@ -54,7 +54,6 @@ Build-Depends: automake,
                transfig,
                unzip,
                xauth,
-               xvfb,
                zip
 Standards-Version: 4.1.0
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-octave/octave.git
diff --git a/debian/rules b/debian/rules
index d87ac5f..40647a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ override_dh_auto_configure:
 # dh_auto_test tries to run "make test", so override it
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	xvfb-run make check
+	make check
 endif
 
 # override normal dh_compress call to avoid compressing .pdf files

-- 
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