[Pkg-octave-commit] [SCM] octave-ftp branch, master, updated. 68cd67cc49847cf144486be2661fc28b46c35de6

Rafael Laboissiere rafael at debian.org
Sat May 16 18:56:49 UTC 2009


The following commit has been merged in the master branch:
commit 4b9cf5966d955a0042a77dad008c1159ed538aa4
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat May 16 20:49:44 2009 +0200

    Fix warning message to refer to the ftp package

diff --git a/debian/changelog b/debian/changelog
index e4f0c1d..fcf8911 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+octave-ftp (1.0.2-2) UNRELEASED; urgency=low
+
+  * debian/patches/warn-clear-all-at-init.diff: Fix warning message to
+    refer to the ftp package
+  
+ -- Rafael Laboissiere <rafael at debian.org>  Sat, 16 May 2009 20:48:41 +0200
+
 octave-ftp (1.0.2-1) unstable; urgency=low
 
   * New upstream release
diff --git a/debian/patches/warn-clear-all-at-init.diff b/debian/patches/warn-clear-all-at-init.diff
index 2796541..81415a8 100644
--- a/debian/patches/warn-clear-all-at-init.diff
+++ b/debian/patches/warn-clear-all-at-init.diff
@@ -10,7 +10,7 @@ See Bug#523085 and Bug#528078 for details.
  %include "docs.i"
  
 +%init %{
-+  warning ("You loaded the ann module.\n"
++  warning ("You have loaded the ftp package.\n"
 +           "A call to \"clear -all\" from now on will make Octave crash.\n"
 +           "You have been warned.");
 +%}

-- 
octave-ftp



More information about the Pkg-octave-commit mailing list