* Juan Pablo Carbajal <carba...@ifi.uzh.ch> [2012-06-05 16:27]:
> I released Geometry 1.5.0. The files are in the forum
> https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=24
I updated the Debian package for it and found some issues:
1) When the Debian octave-geometry package is installed, at the
Octave start up, there are some spurious variables in the workspace.
The patch attached below fixes the problem.
2) There is a "%!test" section in io/deprecated/private/getSVGPaths_py.m,
which cannot be normally exercised.
3) The following files .m have wrong permission
polygons2d/distancePolygons.m
polygons2d/polygonLoops.m
polygons2d/medialAxisConvex.m
polygons2d/polylineSelfIntersections.m
polygons2d/expandPolygon.m
polygons2d/polygonSelfIntersections.m
polygons2d/distancePointPolygon.m
polygons2d/distancePointPolyline.m
There are also several other files with wrong permissions, but the
files above are the ones that get actually installed and Lintian
(the Debian package checker tool) complains about it.
Rafael
Description: Clean extra temporary variables in PKG_ADD and PKG_DEL
Author: Rafael Laboissiere <raf...@laboissiere.net>
Last-Update: 2012-06-10
--- octave-geometry-1.5.0.orig/PKG_ADD
+++ octave-geometry-1.5.0/PKG_ADD
@@ -47,4 +47,5 @@ endif
warning('off', 'Octave:fopen-file-in-path');
clear dirlist dirname pp arch pkg_folder
+clear global_packages ii installed_pkgs_lst local_packages pkg_data
%dep_folder
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev