[Pkg-octave-commit] [SCM] octave-ann branch, master, updated. d27be0e0f7611e5189f7c4b4bc9b73b602f049f5

Rafael Laboissiere rafael at debian.org
Sat May 16 14:41:50 UTC 2009


The following commit has been merged in the master branch:
commit d9f36695b2d222a2848504618d2421dc725abfb1
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat May 16 16:37:27 2009 +0200

    Do not autoload the ann package

diff --git a/debian/patches/autoload-no.diff b/debian/patches/autoload-no.diff
new file mode 100644
index 0000000..9c005ac
--- /dev/null
+++ b/debian/patches/autoload-no.diff
@@ -0,0 +1,16 @@
+Do not auto-load the package, otherwise "clear all" will make Octave crash.
+See Bug#523085 and Bug#528078 for details.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Fri, 15 May 2009 19:22:37 +0200
+
+--- a/DESCRIPTION
++++ b/DESCRIPTION
+@@ -6,7 +6,7 @@
+ Title: Approximate Nearest Neighbor Library
+ Description: The Octave-forge ANN package wraps the ANN library, which provides data structures and functions for computing exact and approximate nearest neighbors on an arbitrarily high dimensional point set.
+ Depends: octave (>= 2.9.12)
+-Autoload: yes
++Autoload: no
+ SystemRequirements: swig
+ License: GPL version 2 or later
+ Url: http://octave.sf.net
diff --git a/debian/patches/series b/debian/patches/series
index b706854..dc16f40 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ use-libann-package.diff
 cope-with-null-args.diff
 remove-own-pts.diff
 extend-after-exception.diff
+autoload-no.diff

-- 
octave-ann



More information about the Pkg-octave-commit mailing list