Your message dated Thu, 09 Jun 2005 21:17:23 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#312737: fixed in geotoad 3.7.5-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)
--------------------------------------
Received: (at submit) by bugs.debian.org; 9 Jun 2005 23:45:42 +0000
>From [EMAIL PROTECTED] Thu Jun 09 16:45:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from cpe-24-221-49-79.az.sprintbbd.net (realm.trod.org)
[24.221.49.79]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DgWiU-00011P-00; Thu, 09 Jun 2005 16:45:42 -0700
Received: from monkey-boy.trod.org (monkey-boy.trod.org [172.17.0.11])
by realm.trod.org (8.13.3/8.12.9) with ESMTP id j59NjS7O032007;
Thu, 9 Jun 2005 16:45:28 -0700
Received: from monkey-boy.trod.org (monkey-boy [127.0.0.1])
by monkey-boy.trod.org (8.13.4/8.13.4/Debian-3) with ESMTP id
j59NjRMU019209
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
Thu, 9 Jun 2005 16:45:27 -0700
Received: (from [EMAIL PROTECTED])
by monkey-boy.trod.org (8.13.4/8.13.4/Submit) id j59NjQiG019207;
Thu, 9 Jun 2005 16:45:26 -0700
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: monkey-boy.trod.org: johann set sender to [EMAIL
PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Ken Bowley <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: geotoad: Fails to parse caches properly
X-Mailer: reportbug 3.12
Date: Thu, 09 Jun 2005 16:45:26 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
HTML_MESSAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: geotoad
Version: 3.7.5-1
Severity: grave
Justification: renders package unusable
I'm not sure if it's the recent changes/upgrades to geocaching.com or
just the caches that I have been looking at recently, but geotoad can no
longer parse the cache information properly. Here is a diff for
/usr/share/geotoad/details.rb that will fix this issue:
--- details.rb.old 2004-09-26 09:07:16.000000000 -0700
+++ details.rb 2005-06-09 16:34:21.000000000 -0700
@@ -96,7 +96,7 @@
data.each { |line|
# this matches the <title> on the printable pages. Some pages have
) and some don't.
- if line =~ /^\s+(GC[A-Z0-9]+)[) ]/
+ if line =~ /^\s+[(\s](GC[A-Z0-9]+)[) ]/
# only do it if the wid hasn't been found yet, sometimes pages
mention wid's of other caches.
if (! wid)
wid = $1
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages geotoad depends on:
ii ruby 1.8.2-1 An interpreter of object-oriented
-- no debconf information
---------------------------------------
Received: (at 312737-close) by bugs.debian.org; 10 Jun 2005 01:21:41 +0000
>From [EMAIL PROTECTED] Thu Jun 09 18:21:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DgYDN-0001um-00; Thu, 09 Jun 2005 18:21:41 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1DgY9D-0005wL-00; Thu, 09 Jun 2005 21:17:23 -0400
From: Joey Hess <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#312737: fixed in geotoad 3.7.5-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 09 Jun 2005 21:17:23 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Source: geotoad
Source-Version: 3.7.5-2
We believe that the bug you reported is fixed in the latest version of
geotoad, which is due to be installed in the Debian FTP archive:
geotoad_3.7.5-2.diff.gz
to pool/main/g/geotoad/geotoad_3.7.5-2.diff.gz
geotoad_3.7.5-2.dsc
to pool/main/g/geotoad/geotoad_3.7.5-2.dsc
geotoad_3.7.5-2_all.deb
to pool/main/g/geotoad/geotoad_3.7.5-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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated geotoad 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.7
Date: Thu, 9 Jun 2005 20:56:28 -0400
Source: geotoad
Binary: geotoad
Architecture: source all
Version: 3.7.5-2
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <[EMAIL PROTECTED]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
geotoad - geocaching query tool
Closes: 312737
Changes:
geotoad (3.7.5-2) unstable; urgency=low
.
* Patch from Ken Bowley to fix details page parsing. Closes: #312737
Files:
f3c52aed7b28c224874f7cfb9ab615dc 551 utils optional geotoad_3.7.5-2.dsc
3a236ab8c9a9476aa73a89ae3ea8881c 3664 utils optional geotoad_3.7.5-2.diff.gz
d9ab676e92a1e7ca61926555c6d2c0ff 66564 utils optional geotoad_3.7.5-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFCqOcg2tp5zXiKP0wRAqLIAJ9ScO1ezJ/oR2RK6BcBAh7mmVj96ACfQNGJ
47ieubMkawdfdggV8LGtpnw=
=Yqqs
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]