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

[Pkg-octave-devel] Bug#474257: marked as done (octave-epstk: does not plot the whole line)



Your message dated Wed, 16 Apr 2008 11:47:03 +0000
with message-id <E1Jm66R-0000kB-2D@ries.debian.org>
and subject line Bug#474257: fixed in octave-epstk 2.2-9
has caused the Debian Bug report #474257,
regarding octave-epstk: does not plot the whole line
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.)


-- 
474257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=474257
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: octave-epstk
Version: 2.2-8
Severity: normal

In a case, given below, eplot does not produce the whole line.  It
appers to be related with x-axis log autoscaling, but I am not sure.  In
this particular case, the line should go from [0.024,0] at the top left
to [100,-30.6] at the bottom right, but the rightmost part of the curve
is not plotted.

The code to reproduce the problem is at the end.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=it_IT@euro (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages octave-epstk depends on:
ii  octave2.1                    1:2.1.73-17 GNU Octave language for numerical 
ii  octave3.0                    3.0.0-1     GNU Octave language for numerical 

octave-epstk recommends no packages.

-- no debconf information

===File ~/math/workarea/bug.m===============================
1;
function B = bodel (f)
  pole=1;			# pole [Hz]
  sr=200;			# sampling rate [Hz]
  sig=1./(1-j*f/pole);		# frequency response of one pole
  B=real(sig.*conj(sig));	# compute power
  al=1./(1-j*(f-sr)/pole);	# one positive windowful of aliasing
  B+=real(al.*conj(al));	# add aliasing power
  B=10*log10(B);
endfunction

eglobpar;			# get access to global parameters
eopen("spectrum.eps");
ePlotAreaHeight=70;		# plot height [mm]
ePlotAreaWidth=70;		# plot width [mm]
eXAxisSouthScaleType=2;		# log scale
f=[1:4096]*100/4096;
b=bodel(f);
eplot(f,b)
eclose				# print the graph on file
============================================================



--- End Message ---
--- Begin Message ---
Source: octave-epstk
Source-Version: 2.2-9

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

octave-epstk_2.2-9.diff.gz
  to pool/main/o/octave-epstk/octave-epstk_2.2-9.diff.gz
octave-epstk_2.2-9.dsc
  to pool/main/o/octave-epstk/octave-epstk_2.2-9.dsc
octave-epstk_2.2-9_all.deb
  to pool/main/o/octave-epstk/octave-epstk_2.2-9_all.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 474257@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Weber <thomas.weber.mail@gmail.com> (supplier of updated octave-epstk 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.8
Date: Tue, 15 Apr 2008 15:14:30 +0200
Source: octave-epstk
Binary: octave-epstk
Architecture: source all
Version: 2.2-9
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Thomas Weber <thomas.weber.mail@gmail.com>
Description: 
 octave-epstk - GNU Octave encapsulated postscript toolkit
Closes: 474257
Changes: 
 octave-epstk (2.2-9) unstable; urgency=low
 .
   [ Rafael Laboissiere ]
   * Switch from CDBS' simple patchsys to quilt
   * debian/control:
     + Move gs-common into Build-Depends-Indep
     + Allow upload by Debian Maintainers
   * debian/copyright: Add proper copyright notices for both the upstream
     sources and the Debian packaging
 .
   [ Thomas Weber ]
   * debian/control: Vcs-fields point to the trunk/ directory
   * New patch: plot_whole_line. Take smaller stepsize for minDelta
     (closes: #474257). Thanks to Stefan Müller for the patch.
   * debian/control: Switch dependency from gs-common to ghostscript and move
     it from build-depends-indep to build-depends, otherwise the demos do not
     run. Move the octave*-headers dependency from build-depends-indep to
     build-depends.
Checksums-Sha1: 
 d384af953a41217a1aa71b5d6297498e83216d9d 1355 octave-epstk_2.2-9.dsc
 6d7d77a422fb18898879d6cb6fc4a2a94464c589 10921 octave-epstk_2.2-9.diff.gz
 588b02a5cbed05b222ccc5c22b229040d87abf24 1787414 octave-epstk_2.2-9_all.deb
Checksums-Sha256: 
 bafeaf1f37e0736160d8ad3a8c83c3e6f69123af7ccf9f0a35659735934b84e1 1355 octave-epstk_2.2-9.dsc
 ddcfbc85e6b206b5a56ef45c89824a3709c01c5cc4c7dc3153455f11007701fe 10921 octave-epstk_2.2-9.diff.gz
 e876f24c19df95eb54cb2ab14bd0e3e173f9fd382530f61f3291226f8a2f3c78 1787414 octave-epstk_2.2-9_all.deb
Files: 
 c1357125f5fd2c53399b6d844a210be7 1355 math optional octave-epstk_2.2-9.dsc
 0ab2f55a6e5e4facf8a83778a2d30ffd 10921 math optional octave-epstk_2.2-9.diff.gz
 0bd14e8c016c12f8c8ed828198af48d7 1787414 math optional octave-epstk_2.2-9_all.deb

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

iD8DBQFIBeOEk3oga0pdcv4RAp4eAJ9jF/MhlY7kE6CnYYnasqg4A0GCbwCfWnr4
N1Yv9/LiFqxejvBDp4WBZyg=
=Fj1D
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: