[Pkg-octave-commit] rev 600 - in branches/2.9transition/packages/octave-forge/debian: . patches

Rafael Laboissiere rafael at costa.debian.org
Wed May 3 21:31:11 UTC 2006


Author: rafael
Date: 2006-05-03 21:31:10 +0000 (Wed, 03 May 2006)
New Revision: 600

Added:
   branches/2.9transition/packages/octave-forge/debian/patches/drop-sparse-check.patch
Modified:
   branches/2.9transition/packages/octave-forge/debian/changelog
   branches/2.9transition/packages/octave-forge/debian/rules
Log:
* debian/patches/drop-sparse-check.patch: Patch for commenting out
  the call of sparse checks in batch_test.m
* debian/rules: Set DEB_MAKE_CHECK_TARGET
      


Modified: branches/2.9transition/packages/octave-forge/debian/changelog
===================================================================
--- branches/2.9transition/packages/octave-forge/debian/changelog	2006-05-03 20:46:31 UTC (rev 599)
+++ branches/2.9transition/packages/octave-forge/debian/changelog	2006-05-03 21:31:10 UTC (rev 600)
@@ -22,6 +22,8 @@
 
   [ Rafael Laboissiere ]
   * debian/rules: Disable installation of files in FIXES
+  * debian/patches/drop-sparse-check.patch: Patch for commenting out
+    the call of sparse checks in batch_test.m
 
  --
 

Added: branches/2.9transition/packages/octave-forge/debian/patches/drop-sparse-check.patch
===================================================================
--- branches/2.9transition/packages/octave-forge/debian/patches/drop-sparse-check.patch	2006-05-03 20:46:31 UTC (rev 599)
+++ branches/2.9transition/packages/octave-forge/debian/patches/drop-sparse-check.patch	2006-05-03 21:31:10 UTC (rev 600)
@@ -0,0 +1,15 @@
+diff -Nur octave-forge-2006.03.17/batch_test.m octave-forge-2006.03.17.new/batch_test.m
+--- octave-forge-2006.03.17/batch_test.m	2005-11-04 23:06:48.000000000 +0100
++++ octave-forge-2006.03.17.new/batch_test.m	2006-05-03 22:52:13.566921624 +0200
+@@ -38,9 +38,9 @@
+ try testimio
+ catch disp(__error_text__); end
+ 
+-disp("[main/sparse]");
++# disp("[main/sparse]");
+ # sp_test  # now using generated sptest
+-fem_test
++# fem_test
+ 
+ disp("=====================");
+ disp("all tests completed successfully");

Modified: branches/2.9transition/packages/octave-forge/debian/rules
===================================================================
--- branches/2.9transition/packages/octave-forge/debian/rules	2006-05-03 20:46:31 UTC (rev 599)
+++ branches/2.9transition/packages/octave-forge/debian/rules	2006-05-03 21:31:10 UTC (rev 600)
@@ -54,8 +54,7 @@
 				--with-altopath=$(ALTOPATH)
 
 # run the check commands 
-# DEB_MAKE_CHECK_TARGET := check 
-# currently disabled, the checks fail with a crash!
+DEB_MAKE_CHECK_TARGET := check 
 
 # calculate correct dependencies
 install/$(PACKAGEV)::




More information about the Pkg-octave-commit mailing list