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

Rafael Laboissiere rafael at debian.org
Sun May 17 08:25:15 UTC 2009


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

    The actual command is "clear -all"

diff --git a/debian/patches/autoload-no.diff b/debian/patches/autoload-no.diff
index 9c005ac..99a75ec 100644
--- a/debian/patches/autoload-no.diff
+++ b/debian/patches/autoload-no.diff
@@ -1,4 +1,4 @@
-Do not auto-load the package, otherwise "clear all" will make Octave crash.
+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
diff --git a/debian/patches/warn-clear-all-at-init.diff b/debian/patches/warn-clear-all-at-init.diff
index 0102885..7a1f5ae 100644
--- a/debian/patches/warn-clear-all-at-init.diff
+++ b/debian/patches/warn-clear-all-at-init.diff
@@ -11,7 +11,7 @@ See Bug#523085 and Bug#528078 for details.
  
 +%init %{
 +  warning ("You loaded the ann module.\n"
-+           "A call to \"clear all\" from now on will make Octave crash.\n"
++           "A call to \"clear -all\" from now on will make Octave crash.\n"
 +	   "You have been warned.");
 +%}
 +

-- 
octave-ann



More information about the Pkg-octave-commit mailing list