[Pkg-octave-commit] [octave-symbolic] 01/02: Exclude ezplot and ezplot3 from the list of automatic unit testing

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun Mar 22 11:56:37 UTC 2015


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

rlaboiss-guest pushed a commit to branch master
in repository octave-symbolic.

commit b2d9a2f0206b19bcd3a961d3210595f0fe5c5f5a
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Mar 22 08:25:00 2015 -0300

    Exclude ezplot and ezplot3 from the list of automatic unit testing
    
    The tests for these functions require gnuplot, which is not included
    in the list of build-dependencies.  This avoids the hanging octave-cli
    processes in the buildd hosts.
    
    Closes: #778745
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index f94bdea..974e1cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
 
-OCTPKG_EXCLUDE_TEST = sympref.m
+OCTPKG_EXCLUDE_TEST = sympref.m ezplot.m ezplot3.m

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



More information about the Pkg-octave-commit mailing list