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

[Pkg-octave-devel] Bug#347665: marked as done (scaling bug in legend of eplot in octave-epstk package)



Your message dated Mon, 20 Mar 2006 00:02:26 -0800
with message-id <E1FLFLO-0005xN-7G@spohr.debian.org>
and subject line Bug#347665: fixed in octave-epstk 2.1-2
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-epstk
Version: 2.1-1

There is a minor bug in the way the legend is
drawn in the eplot command if the dash option
is a scalar number greater that 0. In particular,
the dash spacing in the legend isn't scaled by eFac
like it is in the image.

I've fixed the problem by making two small changes to
the file eplotlg.m

These are:

1. add the line:

eglobvar

after the usage instructions check.

2. Change the line

exyline(epsFile,0,0,[x;x+lineLength],[y;y],color,dash,lineWidth);

to

exyline(epsFile,0,0,[x;x+lineLength],[y;y],color,dash*eFac,lineWidth);


--- End Message ---
--- Begin Message ---
Source: octave-epstk
Source-Version: 2.1-2

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.1-2.diff.gz
  to pool/main/o/octave-epstk/octave-epstk_2.1-2.diff.gz
octave-epstk_2.1-2.dsc
  to pool/main/o/octave-epstk/octave-epstk_2.1-2.dsc
octave-epstk_2.1-2_all.deb
  to pool/main/o/octave-epstk/octave-epstk_2.1-2_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 347665@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 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.7
Date: Mon, 20 Mar 2006 08:33:24 +0100
Source: octave-epstk
Binary: octave-epstk
Architecture: source all
Version: 2.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <rafael@debian.org>
Description: 
 octave-epstk - GNU Octave encapsulated postscript toolkit
Closes: 347665
Changes: 
 octave-epstk (2.1-2) unstable; urgency=low
 .
   [ Thomas Weber ]
   * Update FSF postal address in copyright file
   * Bumped standards version to 3.6.2. No changes needed.
   * Bumped debhelper compat version to 5.
   * Switch to CDBS.
   * Add 50_fix_legend_scaling.dpatch (Closes: #347665)
 .
   [ Rafael Laboissiere ]
   * debian/rules:
     - Use CDBS' simple-patchsys instead of dpatch
     - Added call to octave-depends in post-install action
     - Clean patched files m/*-center.psd
   * debian/patches/*.patch: Renamed from *.dpatch
   * debian/patches/README: Description of the patches.  This information
     used to be in the headers of the old dpatches.
Files: 
 57b1c013217a7cdbfda913249a2892c4 694 math optional octave-epstk_2.1-2.dsc
 3028fcaf5e9c7e30bfadbbc023953d35 6016 math optional octave-epstk_2.1-2.diff.gz
 b9fdfb8c81673e602f55dd007e26ff32 2066814 math optional octave-epstk_2.1-2_all.deb

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

iD8DBQFEHl6Zk3oga0pdcv4RAo8eAJ9zwEwzQd4Ibca+ufaJDLKqFKZQxgCgicjy
1vjc3aUr871voJd2pO4RD0c=
=ZZCd
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: