[Pkg-octave-commit] rev 822 - in trunk/packages/octave2.9-forge/debian: . patches

Rafael Laboissiere rafael at alioth.debian.org
Mon Dec 18 23:42:17 CET 2006


Author: rafael
Date: 2006-12-18 23:42:16 +0100 (Mon, 18 Dec 2006)
New Revision: 822

Added:
   trunk/packages/octave2.9-forge/debian/patches/50-imagepath.patch
Modified:
   trunk/packages/octave2.9-forge/debian/changelog
Log:
Debian release octave2.9-forge_2006.07.09+dfsg1-5

Modified: trunk/packages/octave2.9-forge/debian/changelog
===================================================================
--- trunk/packages/octave2.9-forge/debian/changelog	2006-12-08 14:44:52 UTC (rev 821)
+++ trunk/packages/octave2.9-forge/debian/changelog	2006-12-18 22:42:16 UTC (rev 822)
@@ -1,13 +1,13 @@
 octave2.9-forge (2006.07.09+dfsg1-5) unstable; urgency=low
 
-  NOT YET RELEASED!
-
-  [ Rafael Laboissiere ]
   * debian/patches/50-leasqr-doc.patch: Improved documentation for leasqr.
     Thanks to Francesco Potortì for the patch, which has also been applied
     upstream (closes: #393495).
+  * debian/patches/50-imagepath.patch: In imread.m, use IMAGE_PATH instead
+    of IMAGEPATH, which is the right name of the internal variable in
+    Octave 2.9 (closes: #403653, thanks to Tobias Eberle for the heads up)
 
- --
+ -- Rafael Laboissiere <rafael at debian.org>  Mon, 18 Dec 2006 23:11:24 +0100
 
 octave2.9-forge (2006.07.09+dfsg1-4) unstable; urgency=low
 

Added: trunk/packages/octave2.9-forge/debian/patches/50-imagepath.patch
===================================================================
--- trunk/packages/octave2.9-forge/debian/patches/50-imagepath.patch	2006-12-08 14:44:52 UTC (rev 821)
+++ trunk/packages/octave2.9-forge/debian/patches/50-imagepath.patch	2006-12-18 22:42:16 UTC (rev 822)
@@ -0,0 +1,12 @@
+diff -Nur octave2.9-forge-2006.07.09+dfsg1/main/image/imread.m octave2.9-forge-2006.07.09+dfsg1.new/main/image/imread.m
+--- octave2.9-forge-2006.07.09+dfsg1/main/image/imread.m	2006-05-12 15:25:45.000000000 +0200
++++ octave2.9-forge-2006.07.09+dfsg1.new/main/image/imread.m	2006-12-18 23:00:42.000000000 +0100
+@@ -38,7 +38,7 @@
+ 	error("imread: filename must be a string")
+     endif
+ 
+-    fn = file_in_path(IMAGEPATH, filename);
++    fn = file_in_path(IMAGE_PATH, filename);
+     if isempty(fn)
+ 	error("imread: cannot find %s", filename);
+     endif




More information about the Pkg-octave-commit mailing list