[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#595294: marked as done (unblock: octave-nan/1.0.9-2)



Your message dated Sat, 4 Sep 2010 18:36:02 +0200
with message-id <20100904163602.GL5918@patate.is-a-geek.org>
and subject line Re: Bug#595294: unblock: octave-nan/1.0.9-2
has caused the Debian Bug report #595294,
regarding unblock: octave-nan/1.0.9-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
595294: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595294
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: freeze-exception
Severity: normal

Please unblock package octave-nan

It contains only a small patch (see below). The bug is considered
critical by upstream, see
http://bugs.debian.org/594906

There are some other small changes in the package (updated watch file,
removed uploaders), but nothing which touches code.

unblock octave-nan/1.0.9-2

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

From: Alois Schlögl <alois.schloegl@gmail.com>
Subject: Correctly handle the case of an empty second argument to var()

Origin: upstream, http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/extra/NaN/inst/var.m?r1=6294&r2=6295&;
Bug: https://savannah.gnu.org/bugs/index.php?30905
Bug-Debian: http://bugs.debian.org/594906
--- a/inst/var.m
+++ b/inst/var.m
@@ -72,6 +72,10 @@
 	return;
 end; 	
 
+if isempty(opt),
+	opt = 0;  
+end;
+
 if isempty(DIM), 
         DIM=min(find(size(x)>1));
         if isempty(DIM), DIM=1; end;

--- End Message ---
--- Begin Message ---
On Thu, Sep  2, 2010 at 22:16:15 +0200, Thomas Weber wrote:

> unblock octave-nan/1.0.9-2
> 
Done, thanks.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: