Your message dated Fri, 21 Oct 2016 23:06:15 +0000
with message-id <e1bxitd-0002yb...@franck.debian.org>
and subject line Bug#841252: fixed in libtk-filedialog-perl 1.3-5
has caused the Debian Bug report #841252,
regarding libtk-filedialog-perl: Control-W is deprecated in $W variable, needs 
to be changed to $^W with literal ^ character
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 ow...@bugs.debian.org
immediately.)


-- 
841252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841252
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libtk-filedialog-perl
Version: 1.3-4
Severity: normal

Dear Maintainer,

When starting the "athena" program (from the horae package), the following 
error appears

Unrecognized character \x17; marked by <-- HERE after nSave) = $<-- HERE
near column 22 at /usr/share/perl5/Tk/FileDialog.pm line 610.
at /usr/lib/x86_64-linux-gnu/perl5/5.24/Tk/widgets.pm line 14.
Compilation failed in require at
/usr/lib/x86_64-linux-gnu/perl5/5.24/Tk/widgets.pm line 14.
at /usr/bin/athena line 76.
BEGIN failed--compilation aborted at /usr/bin/athena line 82.

It turns out that this is because of code in /usr/share/perl5/Tk/FileDialog.pm
which appears close to line 604:

####  PRIVATE METHODS AND SUBROUTINES ####
sub IsNum {
    my($parm) = @_;
    my($warnSave) = $^W;
    $^W = 0;
    my($res) = (($parm + 0) eq $parm);
    $^W = $warnSave;
    return $res;
}

The character "^W" is actually the single character Control-W instead of the 
"^" character followed by "W".  This use is deprecated and can be fixed by 
replacing the Control-W in the three lines above. 

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

Kernel: Linux 4.7.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libtk-filedialog-perl depends on:
ii  perl     5.24.1~rc3-3
ii  perl-tk  1:804.033-1+b3

libtk-filedialog-perl recommends no packages.

libtk-filedialog-perl suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: libtk-filedialog-perl
Source-Version: 1.3-5

We believe that the bug you reported is fixed in the latest version of
libtk-filedialog-perl, 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 841...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Florian Schlichting <f...@debian.org> (supplier of updated 
libtk-filedialog-perl 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 21 Oct 2016 23:18:37 +0200
Source: libtk-filedialog-perl
Binary: libtk-filedialog-perl
Architecture: source all
Version: 1.3-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
Changed-By: Florian Schlichting <f...@debian.org>
Description:
 libtk-filedialog-perl - highly configurable file dialog widget for Perl/Tk
Closes: 841252
Changes:
 libtk-filedialog-perl (1.3-5) unstable; urgency=medium
 .
   [ Salvatore Bonaccorso ]
   * debian/copyright: Replace DEP5 Format-Specification URL from
     svn.debian.org to anonscm.debian.org URL.
   * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
   * Change search.cpan.org based URIs to metacpan.org based URIs
 .
   [ Axel Beckert ]
   * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
     copyright"
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
   * debian/control: Use HTTPS transport protocol for Vcs-Git URI
 .
   [ gregor herrmann ]
   * Change bugtracker URL(s) to HTTPS.
   * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
   * Remove Jay Bonci from Uploaders. Thanks for your work!
   * Remove Tim Retout from Uploaders. Thanks for your work!
 .
   [ Florian Schlichting ]
   * Add test.patch for basic usage testing
   * Add unrecognized_character_x17.patch (closes: #841252)
   * Bump dh compat to level 9
   * Declare compliance with Debian Policy 3.9.8
   * Drop obsolete README.source
   * Update license paragraphs to commonly used versions
   * Mention module name in description
   * Add myself to Uploaders and Copyright
Checksums-Sha1:
 992f60023052507bf93df04aee938fb95a596d3b 2099 libtk-filedialog-perl_1.3-5.dsc
 06e868d8e127493f101bc79078c8d7ee3041c75c 5812 
libtk-filedialog-perl_1.3-5.debian.tar.xz
 54e881d3b5ce6117defeb7d02ab0d0540915bd43 16386 
libtk-filedialog-perl_1.3-5_all.deb
Checksums-Sha256:
 2630124b394d78ee0dc9bf1c90d95623147166830c0c894a988d2724998f0fb8 2099 
libtk-filedialog-perl_1.3-5.dsc
 b8cdb3af77ec85adfb6bb918f9e78a8f028de06d8e923a8c6b9c6fc7f637b91b 5812 
libtk-filedialog-perl_1.3-5.debian.tar.xz
 7abd45ca9013700d6df84f1d349cf229a3c9cdfb6c10b61317c8c5a79aba79fc 16386 
libtk-filedialog-perl_1.3-5_all.deb
Files:
 790dfba427df0f2470f1896025145c04 2099 perl optional 
libtk-filedialog-perl_1.3-5.dsc
 b5151e2c1609557d95635046aa4dc947 5812 perl optional 
libtk-filedialog-perl_1.3-5.debian.tar.xz
 8c7ad274814d520da17f9398e2a87747 16386 perl optional 
libtk-filedialog-perl_1.3-5_all.deb

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJYCokKAAoJEBKXO25y3Ae1XoQQAI2JkCjy9C4Tjj1Z3mcDSmdX
nlhugbz8Wb33hhVbCU5KTZzBFW/DAPTpdmRD98KiqkaIG7NljKIJoHmlsY9c8Ofu
fFy2TWKDExAipWSvReb7yaYeNRWPmoVupIEZI0Ez8kZRj/rDyAj/492n1UHSDFxb
TI0YubZVgS9PuiciifeP2Xdk6Sl335v0XYQczM4tZAL8J9nsbqLVyLTeqL2aG0kQ
s214GX5B/pmsw6SiE3Gc90kz41O437I0r90PNpuMjyB70kk4TCYV44hO2UWYWCUQ
uU9QQs20Psg2gITUOWkTguMFnE8N3wR1hqktgG6abnHwIvGzGecRzEBcUJlwyAgE
TpUdWXfr95N+9X6ZWzBOtb56f+GAdGMLhfqDE+lbEi4gCTk+RJLuq4TYUhg8Alxd
LvuuuVo3ZghX4R7/vwk74Uf74F2ENgxKogSbObU3IcLEKCJI6AtSkDXHMxnITE+X
TU9yuEBQOK41Pty72r8t+3ucVPJ3Tvhe3P3k2bdCL3NFEo3WdQ564yDQXkLTRmcN
hYJkZHoI5iJUbye/fGSnDNP0LnODFJ++dmJpWWfg0MxCr2BZxlGmfejVRrOn4gHi
/aRES8s4LcM6VCMH9gqoLzQDrI3+45q9g6xQcvKocP+RBTpu7l5WRMM7wrbFbweq
jeh7xoQBGNCl6UpqcooI
=uX3e
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to