[Pkg-octave-commit] [octave-tsa] 01/02: Use X environment to run tests.

Sébastien Villemot sebastien at debian.org
Sun Jul 19 19:18:05 UTC 2015


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

sebastien pushed a commit to branch master
in repository octave-tsa.

commit b04bf63c5592e77f6ed5db39b69684ff177172cd
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Jul 19 21:15:18 2015 +0200

    Use X environment to run tests.
    
    - d/rules: tell octave-pkg-dev to run tests within xvfb-run.
    - d/control: add xvfb, xauth and gnuplot-nox to Build-Depends.
    
    Git-Dch: Full
---
 debian/control | 3 ++-
 debian/rules   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 242fa25..57376e4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: math
 Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at laboissiere.net>
-Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1)
+Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.1),
+               xvfb, xauth, gnuplot-nox
 Standards-Version: 3.9.6
 Homepage: http://octave.sourceforge.net/tsa/
 Vcs-Git: git://anonscm.debian.org/pkg-octave/octave-tsa.git
diff --git a/debian/rules b/debian/rules
index 6d655c3..1f5f442 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,7 @@
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
 
+OCTPKG_TEST_ENV = xvfb-run
+
 get-orig-source:
 	uscan --verbose --force-download --repack-compression xz

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



More information about the Pkg-octave-commit mailing list