[Pkg-octave-commit] [SCM] Debian packaging for octave-sockets branch, master, updated. upstream/1.0.7-15-g4ccc6fe

Rafael Laboissiere rafael at laboissiere.net
Fri Jun 22 18:03:48 UTC 2012


The following commit has been merged in the master branch:
commit 4ccc6fe8743a58d3d09ab5ebc644d35f9f2e3a53
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Jun 22 17:53:29 2012 +0000

    Load the PKG_ADD file, such that the fucntions are autoloaded
    
    Also, drop the call to the test_socket script.  Actually, only
    test_octave_sockets is really appropriate for running from Octave. The
    test_socket script is meant to be run from the shell and getting the
    PKG_ADD file loaded in this case is not trivial, unless the package is
    already installed, which is never the case in the autobuilders.
    
    Git-Dch: Ignore

diff --git a/debian/check.m b/debian/check.m
index e54aaa1..7cdd260 100644
--- a/debian/check.m
+++ b/debian/check.m
@@ -1,6 +1,4 @@
+[status, output] = system ("find debian -name PKG_ADD");
+source (output (1 : (end - 1)));
 disp ("[test_octave_sockets]")
-system ("octave -q src/test_octave_sockets");
-disp ("[test_socket]")
-system ("octave -q src/test_socket s", 0, "async");
-sleep (3);
-system ("octave -q src/test_socket c");
+source ("src/test_octave_sockets");

-- 
Debian packaging for octave-sockets



More information about the Pkg-octave-commit mailing list