Your message dated Tue, 25 Jun 2013 11:50:26 +0000 with message-id <[email protected]> and subject line Bug#712995: fixed in octave-image 2.0.0-3 has caused the Debian Bug report #712995, regarding octave-image: '__bwdist' undefined 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 [email protected] immediately.) -- 712995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712995 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: octave-image Version: 2.0.0-2 Severity: important Tags: patch Dear Maintainer, octave:2> I = [0 0 0 0 0; 0 0 1 1 0; 0 1 1 0 0; 0 0 0 0 0]; octave:3> bwdist(I) error: '__bwdist' undefined near line 56 column 9 error: called from: error: /usr/share/octave/packages/image-2.0.0/bwdist.m at line 56, column 7 Speaking with octave developers on the octave freenode channel, they suggested the solution already, here is a patch: --- /usr/share/octave/packages/image-2.0.0/bwdist.m 2013-06-04 18:42:27.000000000 -0300 +++ bwdist.m 2013-06-19 17:32:18.000000000 -0300 @@ -53,9 +53,9 @@ function [D, C] = bwdist(bw, method = "e endif if (nargout < 2) - D = __bwdist(bw, method); + D = __bwdist__(bw, method); else - [D, C] = __bwdist(bw, method); + [D, C] = __bwdist__(bw, method); endif endfunction Thanks, David -- System Information: Debian Release: jessie/sid APT prefers testing APT policy: (800, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/12 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages octave-image depends on: ii imagemagick 8:6.7.7.10-5 ii libc6 2.17-3 ii libgcc1 1:4.8.1-2 ii liboctave1 3.6.4-3 ii libstdc++6 4.8.1-2 ii octave 3.6.4-3 ii octave-signal 1.2.2-1 octave-image recommends no packages. octave-image suggests no packages. -- no debconf information--- /usr/share/octave/packages/image-2.0.0/bwdist.m 2013-06-04 18:42:27.000000000 -0300 +++ bwdist.m 2013-06-19 17:32:18.000000000 -0300 @@ -53,9 +53,9 @@ function [D, C] = bwdist(bw, method = "e endif if (nargout < 2) - D = __bwdist(bw, method); + D = __bwdist__(bw, method); else - [D, C] = __bwdist(bw, method); + [D, C] = __bwdist__(bw, method); endif endfunction
--- End Message ---
--- Begin Message ---Source: octave-image Source-Version: 2.0.0-3 We believe that the bug you reported is fixed in the latest version of octave-image, which is due to be installed in the Debian FTP archive. 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 [email protected], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Thomas Weber <[email protected]> (supplier of updated octave-image 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 [email protected]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Tue, 25 Jun 2013 13:21:18 +0200 Source: octave-image Binary: octave-image Architecture: source amd64 Version: 2.0.0-3 Distribution: unstable Urgency: low Maintainer: Debian Octave Group <[email protected]> Changed-By: Thomas Weber <[email protected]> Description: octave-image - image manipulation for Octave Closes: 712995 Changes: octave-image (2.0.0-3) unstable; urgency=low . * Correctly call __bwdist__ from bwdist.m (Closes: #712995) Checksums-Sha1: b831e5301373df905d4763c68f527dfe697ff0e7 1390 octave-image_2.0.0-3.dsc e21546ce05a6c24443d62549d54b2cd434a2a9a4 7538 octave-image_2.0.0-3.debian.tar.gz 9f834dd116fcd7348c1b0952d200cf406bab6fca 369094 octave-image_2.0.0-3_amd64.deb Checksums-Sha256: 3264a9577216b57a0c9b1b9f04a3d44898981590078e8ce95bef3cf885553574 1390 octave-image_2.0.0-3.dsc 8c26dcfb26a1554b5d9a8d7330e713749a908e0dbba9f9e5195cc526221476af 7538 octave-image_2.0.0-3.debian.tar.gz 5f575b95627832decde3a2506f35593ee04cbee7597d80477bded7800f5df0f2 369094 octave-image_2.0.0-3_amd64.deb Files: 62044bf802144f8063afa0cb106ae441 1390 math optional octave-image_2.0.0-3.dsc b99b3f635605cf188bd48f2d93244914 7538 math optional octave-image_2.0.0-3.debian.tar.gz 56db5c98bbba792db426ba431bd04a74 369094 math optional octave-image_2.0.0-3_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlHJfmUACgkQPqD4a3lPnXxLMQCdERxpGAaY2WypZX1hbYdGtJED GwwAniUxnF4K888f4xv+Kerdi7FJDu5N =BsZE -----END PGP SIGNATURE-----
--- End Message ---

