Your message dated Mon, 11 Aug 2008 14:17:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Accepted libmath-basecalc-perl 1.012-1 (source all) has caused the Debian Bug report #256210, regarding libmath-basecalc-perl: Two my declaration in same scope 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.) -- 256210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=256210 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: libmath-basecalc-perl Version: 1.009-1 Severity: minor Tags: patch When using the -w command line option with perl we get the following warning from the BaseCalc.pm package : "my" variable $str masks earlier declaration in same scope at /usr/share/perl5/Math/BaseCalc.pm line 62. Here's a small diff patch which resolve this minor bug : /usr/share/perl5/Math# diff -u BaseCalc.pm.orig BaseCalc.pm --- BaseCalc.pm.orig Fri Jun 25 16:03:14 2004 +++ BaseCalc.pm Fri Jun 25 16:03:22 2004 @@ -59,7 +59,7 @@ $add_in = $self->from_base(reverse $1)/$dignum**length($1); } - my $str = reverse $str; + $str = reverse $str; my $result = 0; while (length $str) { # For large numbers, force result to be an integer (not a float) Regards, Alexis Domjan -- System Information Debian Release: 3.0 Architecture: i386 Kernel: Linux sun 2.4.22-mh1 #1 Sat Mar 27 17:01:05 CET 2004 i686 Locale: LANG=C, LC_CTYPE=C Versions of packages libmath-basecalc-perl depends on: ii perl 5.6.1-8.7 Larry Wall's Practical Extraction
--- End Message ---
--- Begin Message --------BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.8 Date: Mon, 11 Aug 2008 23:21:49 +1000 Source: libmath-basecalc-perl Binary: libmath-basecalc-perl Architecture: source all Version: 1.012-1 Distribution: unstable Urgency: low Maintainer: Debian QA Group <[EMAIL PROTECTED]> Changed-By: Anibal Monsalve Salazar <[EMAIL PROTECTED]> Description: libmath-basecalc-perl - Convert numbers between various bases Closes: 359453 Changes: libmath-basecalc-perl (1.012-1) unstable; urgency=low . * QA upload. * New upstream release * Maintainer is Debian QA Group <[EMAIL PROTECTED]> * Acknowledge non maintainer upload; closes: #359453 * Add homepage control line * Add debian/watch * Fix the following lintian issues: W: debian-rules-ignores-make-clean-error line 34 W: package-uses-deprecated-debhelper-compat-version 1 W: ancient-standards-version 3.5.6.0 (current is 3.8.0) E: clean-should-be-satisfied-by-build-depends debhelper W: perl-package-should-be-section-perl libmath-basecalc-perl Checksums-Sha1: c6336094dcb58b8ff114a94c79059bdf092ff722 1149 libmath-basecalc-perl_1.012-1.dsc 47acce07d592e54d9fd71ca83fa6d9289409b874 5458 libmath-basecalc-perl_1.012.orig.tar.gz c4da8050044e42f583655d6f4a9412cc21b40a10 2393 libmath-basecalc-perl_1.012-1.diff.gz 78405625f98960250f8e7f24bc34173febd326ea 8846 libmath-basecalc-perl_1.012-1_all.deb Checksums-Sha256: 67296bcb51e62ac31c154b0800a183c9585a0d017b0f311778ceae6a1eb5317b 1149 libmath-basecalc-perl_1.012-1.dsc cc35b309da6ba61f078f953c343fe2f609e1c9fd5c5ef842bd5dd736a279ac8d 5458 libmath-basecalc-perl_1.012.orig.tar.gz 180c7861acbc36aa6ec1f5fd65bde665c262b742298091368f958949e0ae7885 2393 libmath-basecalc-perl_1.012-1.diff.gz 8abbb193a377adbc3da2659ab2b22a7a2c4c403d7f235d54fc34e6919c61f03a 8846 libmath-basecalc-perl_1.012-1_all.deb Files: 7993605fb3362bb7e689c1a6541dc260 1149 perl optional libmath-basecalc-perl_1.012-1.dsc 918e49ede2851aec60f85721cb7dbd3f 5458 perl optional libmath-basecalc-perl_1.012.orig.tar.gz b53bd7fec1159c13f936fa88c8c6f662 2393 perl optional libmath-basecalc-perl_1.012-1.diff.gz bc735edacaa7ae9874b7298d1075d3d1 8846 perl optional libmath-basecalc-perl_1.012-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) iEYEARECAAYFAkigRd8ACgkQgY5NIXPNpFUkzwCeMJ12QEM6QkpAQtWFDF0+C9Kc RCMAoMmbOVNThcbSyqbJlYT2NQ12kOdI =pQKG -----END PGP SIGNATURE----- Accepted: libmath-basecalc-perl_1.012-1.diff.gz to pool/main/libm/libmath-basecalc-perl/libmath-basecalc-perl_1.012-1.diff.gz libmath-basecalc-perl_1.012-1.dsc to pool/main/libm/libmath-basecalc-perl/libmath-basecalc-perl_1.012-1.dsc libmath-basecalc-perl_1.012-1_all.deb to pool/main/libm/libmath-basecalc-perl/libmath-basecalc-perl_1.012-1_all.deb libmath-basecalc-perl_1.012.orig.tar.gz to pool/main/libm/libmath-basecalc-perl/libmath-basecalc-perl_1.012.orig.tar.gz
--- End Message ---

