[Pkg-octave-commit] [SCM] octave-tsa branch, master, updated. 167a9e482e86cf0a20618f03294c2775d070477b

Thomas Weber thomas.weber.mail at gmail.com
Sun Jan 17 16:02:44 UTC 2010


tags 564342 pending
thanks

The following commit has been merged in the master branch:
commit 0c3ff8f1980ef72c8647adf2f376b79b8d27f549
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Sun Jan 17 16:56:47 2010 +0100

    Load nan package before running the tests (fix for #564342)

diff --git a/debian/changelog b/debian/changelog
index f210aeb..dbf5ceb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ octave-tsa (4.0.1-2) UNRELEASED; urgency=low
   * Upload to unstable 
   * Use octave-tsa.docs for installation of documents, following the change
     in octave-pkg-dev 0.7.1. 
+  * debian/check.m: Load nan package before running the tests 
+    (closes: #564342)
 
  -- Thomas Weber <thomas.weber.mail at gmail.com>  Mon, 21 Dec 2009 20:48:13 +0100
 
diff --git a/debian/check.m b/debian/check.m
index cbeb8a9..34403c7 100644
--- a/debian/check.m
+++ b/debian/check.m
@@ -1,3 +1,6 @@
+pkg load nan;
+# without the nan package, the build process breaks, because sumskipnan is used
+# by the package
 figure (1, "visible", "off");
 
 global demos

-- 
octave-tsa



More information about the Pkg-octave-commit mailing list