* Juan Pablo Carbajal <carba...@ifi.uzh.ch> [2012-03-24 17:07]:

> Geometry 1.4.1 is in the release forum.Please upload.
> 
> https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=12
> 
> NEWS
> http://octave.svn.sf.net/viewvc/octave/trunk/octave-forge/main/geometry/NEWS?revision=10023&view=markup

Great.  The Debian package will be uploaded soon, I hope.

There is a minor issue issue with PKG_ADD in this release, which is
fixed with the patch attached below.

Rafael
Dcription: Clean temporary variables in PKG_ADD
Author: Rafael Laboissiere <raf...@laboissiere.net>
Last-Update: 2012-03-25

--- octave-geometry-1.4.1.orig/PKG_ADD
+++ octave-geometry-1.4.1/PKG_ADD
@@ -33,4 +33,4 @@ else
 endif
 
 warning('off', 'Octave:fopen-file-in-path');
-clear dirlist dirname pp
+clear dirlist dirname pp arch pkg_folder dep_folder
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to