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

[Pkg-octave-devel] Bug#373194: marked as done (octave-forge: pwelch while checking for some arguments)



Your message dated Sat, 07 Oct 2006 07:17:14 -0700
with message-id <E1GWCzK-0002WG-HZ@spohr.debian.org>
and subject line Bug#373194: fixed in octave2.9-forge 2006.07.09+dfsg1-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: octave-forge
Version: 2006.03.17-2
Severity: normal
File: /usr/share/octave/site/m/octave-forge/signal/pwelch.m

Contrary to what the docs say, pwelch cannot be given default values for
the 7th and 8th arguments.  This call fails:

pwelch (yy,[],1000,[],[],0,[],[],'linear')

The reason is the curious algorithm that is used to check arguments,
that fails if a string argument is given the default value [].

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.30-pre2-pr-hrt-1kHz-1
Locale: LANG=C, LC_CTYPE=it_IT@euro (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages octave-forge depends on:
ii  fftw3              3.0.1-14              library for computing Fast Fourier
ii  lapack3 [liblapack 3.0.20000531a-6       library of linear algebra routines
ii  libc6              2.3.6-13              GNU C Library: Shared libraries
ii  libcln4            1.1.11-1              Class Library for Numbers (C++)
ii  libgcc1            1:4.1.0-4             GCC support library
ii  libgfortran0       4.0.3-3               Runtime library for GNU Fortran ap
ii  libginac1.3c2a     1.3.4-1               The GiNaC symbolic framework (runt
ii  libgmp3c2          4.1.4-11              Multiprecision arithmetic library
ii  libgsl0            1.8-1                 GNU Scientific Library (GSL) -- li
ii  libhdf5-serial-1.6 1.6.5-2               Hierarchical Data Format 5 (HDF5) 
ii  libice6            1:1.0.0-3             X11 Inter-Client Exchange library
ii  libjpeg62          6b-13                 The Independent JPEG Group's JPEG 
ii  libncurses5        5.5-2                 Shared libraries for terminal hand
ii  libnetcdf3         3.6.0+3.6.1-beta3-0.1 An interface for scientific data a
ii  libpcre3           6.4-2                 Perl 5 Compatible Regular Expressi
ii  libpng12-0         1.2.8rel-5.1          PNG library - runtime
ii  libqhull5          2003.1-1              Calculate convex hulls and related
ii  libreadline5       5.1-7                 GNU readline and history libraries
ii  libsm6             1:1.0.0-4             X11 Session Management library
ii  libstdc++6         4.1.0-4               The GNU Standard C++ Library v3
ii  libx11-6           2:1.0.0-6             X11 client-side library
ii  octave2.1          1:2.1.73-8            GNU Octave language for numerical 
ii  refblas3 [libblas. 1.2-8                 Basic Linear Algebra Subroutines 3
ii  zlib1g             1:1.2.3-11            compression library - runtime

octave-forge recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: octave2.9-forge
Source-Version: 2006.07.09+dfsg1-4

We believe that the bug you reported is fixed in the latest version of
octave2.9-forge, which is due to be installed in the Debian FTP archive:

octave-forge_2006.07.09+dfsg1-4_all.deb
  to pool/main/o/octave2.9-forge/octave-forge_2006.07.09+dfsg1-4_all.deb
octave2.9-forge_2006.07.09+dfsg1-4.diff.gz
  to pool/main/o/octave2.9-forge/octave2.9-forge_2006.07.09+dfsg1-4.diff.gz
octave2.9-forge_2006.07.09+dfsg1-4.dsc
  to pool/main/o/octave2.9-forge/octave2.9-forge_2006.07.09+dfsg1-4.dsc
octave2.9-forge_2006.07.09+dfsg1-4_i386.deb
  to pool/main/o/octave2.9-forge/octave2.9-forge_2006.07.09+dfsg1-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 373194@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Rafael Laboissiere <rafael@debian.org> (supplier of updated octave2.9-forge package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sat,  7 Oct 2006 13:45:02 +0200
Source: octave2.9-forge
Binary: octave-forge octave2.9-forge
Architecture: source i386 all
Version: 2006.07.09+dfsg1-4
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <rafael@debian.org>
Description: 
 octave-forge - Contributed functions for GNU Octave (2.1 branch)
 octave2.9-forge - Contributed functions from the GNU Octave Repository
Closes: 373194 388579
Changes: 
 octave2.9-forge (2006.07.09+dfsg1-4) unstable; urgency=low
 .
   * Rebuilt for Octave 2.9.8 since the API number bumped from 21 to 22.
   * debian/control: Build-depends on octave2.9 >= 2.9.9
 .
   * debian/patches/50-pwelch-documentation.patch: Updated the documentation
     of the pwelch function (closes: #373194).  Thanks to David Bateman for
     the patch.
 .
   * debian/patches/50-legend-parse-system-output.patch: Fixed bug in legend
     for correctly parsing the output of the system call (taken for CVS
     upstream, closes: #388579)
Files: 
 72ac0c864c99e818098f7cfb8aac934c 1052 math optional octave2.9-forge_2006.07.09+dfsg1-4.dsc
 706d2b02c06738f49b17baa121f61fa9 21236 math optional octave2.9-forge_2006.07.09+dfsg1-4.diff.gz
 490a927415a38460feab0ede4b2f3176 115778 math optional octave-forge_2006.07.09+dfsg1-4_all.deb
 77f38981f2625bcaf11297d59502d3cb 2629706 math optional octave2.9-forge_2006.07.09+dfsg1-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFFJ7Rik3oga0pdcv4RAvVGAJ916Ui620Ttb3flPPQ9mafE/ajl3ACfcQhY
75TSJ1fD24A7J9KAB1WyaJg=
=OLA/
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: