[Pkg-octave-commit] r2439 - in octave/trunk/debian: . in patches

Thomas Weber thomas-guest at alioth.debian.org
Wed Oct 8 21:23:56 UTC 2008


tags 492070 pending
tags 492168 pending
tags 492223 pending
tags 492224 pending
tags 492992 pending
thanks

Author: thomas-guest
Date: 2008-10-08 21:23:56 +0000 (Wed, 08 Oct 2008)
New Revision: 2439

Removed:
   octave/trunk/debian/patches/randn_doc.dpatch
Modified:
   octave/trunk/debian/changelog
   octave/trunk/debian/in/00list
Log:
Prepare for 3.0.3 release
Drop unneeded patches and close bugs by Francesco, which were fixed upstream


Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2008-09-30 14:36:44 UTC (rev 2438)
+++ octave/trunk/debian/changelog	2008-10-08 21:23:56 UTC (rev 2439)
@@ -1,6 +1,15 @@
-octave3.0 (1:3.0.3~rc2-1) UNRELEASED; urgency=low
+octave3.0 (1:3.0.3-1) UNRELEASED; urgency=low
 
   [ Thomas Weber ]
+  * New upstream release:
+    + Improved documentation about axes properties (closes: #492070)
+    + Check that X and Y are of same size when calling contourf 
+      (closes: #492223)
+    + varargin is now in the manual index (closes: #492992)
+    + Better description for shading (closes: #492168)
+    + countourf now in the manual (closes: #492224)
+    + 
+  * Drop patch randn_doc.dpatch: applied upstream.
   * Change dont_set_helvetica.dpatch to use an asterisk (*) instead of an
     empty string for the font; see
     http://thread.gmane.org/gmane.comp.gnu.octave.bugs/9843

Modified: octave/trunk/debian/in/00list
===================================================================
--- octave/trunk/debian/in/00list	2008-09-30 14:36:44 UTC (rev 2438)
+++ octave/trunk/debian/in/00list	2008-10-08 21:23:56 UTC (rev 2439)
@@ -15,7 +15,6 @@
 :][V_3_0:
 50_octave-bug-tempfile
 50_fix_handle_for_plotyy.dpatch
-randn_doc.dpatch
 no_pdf_in_print.dpatch
 dont_set_helvetica.dpatch
 :][V_3_1:

Deleted: octave/trunk/debian/patches/randn_doc.dpatch
===================================================================
--- octave/trunk/debian/patches/randn_doc.dpatch	2008-09-30 14:36:44 UTC (rev 2438)
+++ octave/trunk/debian/patches/randn_doc.dpatch	2008-10-08 21:23:56 UTC (rev 2439)
@@ -1,23 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## -*- diff -*-
-## randn_doc.dpatch by Thomas Weber <thomas.weber.mail at gmail.com>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Better explanation of randn()'s return value (fix for #477349)
-
- at DPATCH@
-diff -urNad octave3.0-3.0.1~/src/DLD-FUNCTIONS/rand.cc octave3.0-3.0.1/src/DLD-FUNCTIONS/rand.cc
---- octave3.0-3.0.1~/src/DLD-FUNCTIONS/rand.cc	2008-04-21 18:00:20.000000000 +0200
-+++ octave3.0-3.0.1/src/DLD-FUNCTIONS/rand.cc	2008-05-21 12:09:44.000000000 +0200
-@@ -471,8 +471,9 @@
- @deftypefnx {Loadable Function} {} randn (@var{n}, @var{m})\n\
- @deftypefnx {Loadable Function} {} randn (\"state\", @var{x})\n\
- @deftypefnx {Loadable Function} {} randn (\"seed\", @var{x})\n\
--Return a matrix with normally distributed random elements. The\n\
--arguments are handled the same as the arguments for @code{rand}.\n\
-+Return a matrix with normally distributed pseudo-random\n\
-+elements having zero mean and variance one. The arguments are\n\
-+handled the same as the arguments for @code{rand}.\n\
- \n\
- By default, @code{randn} uses a Marsaglia and Tsang Ziggurat technique to\n\
- transform from a uniform to a normal distribution. (G. Marsaglia and\n\




More information about the Pkg-octave-commit mailing list