Your message dated Tue, 11 Oct 2005 11:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#332561: fixed in dict-gazetteer2k 1.0.0-4
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; 7 Oct 2005 04:25:19 +0000
>From [EMAIL PROTECTED] Thu Oct 06 21:25:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ENjnK-0002P3-00; Thu, 06 Oct 2005 21:25:18 -0700
Received: from localhost.localdomain
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
(authenticated bits=0)
by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j974PFcp048867
(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
for <[EMAIL PROTECTED]>; Thu, 6 Oct 2005 21:25:18 -0700 (PDT)
(envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
id 1ENYO0-0000yi-5D
for [EMAIL PROTECTED]; Thu, 06 Oct 2005 09:14:24 -0700
Date: Thu, 6 Oct 2005 09:14:24 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Unable to access /usr/share/misc/postal.codes.gz
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="Y7xTucakfITjPcLV"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1119/Thu Oct 6 11:29:53 2005 on zoot.lafn.org
X-Virus-Status: Clean
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-Level:
X-Spam-Status: No, hits=-2.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24
autolearn=no version=2.60-bugs.debian.org_2005_01_02
--Y7xTucakfITjPcLV
Content-Type: multipart/mixed; boundary="ibTvN161/egqYuK8"
Content-Disposition: inline
--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: dict-gazetteer2k
Version: 1.0.0-3
Severity: serious
Tags: patch
dict-gazetteer2k fails to build because it cannot access
/usr/share/misc/postal.codes.gz:
> python2.3 zipswriter.py
> Loading states.
> Traceback (most recent call last):
> File "zipswriter.py", line 2, in ?
> from states import statedict
> File "/tmp/buildd/dict-gazetteer2k-1.0.0/states.py", line 5, in ?
> fh =3D GzipFile("/usr/share/misc/postal.codes.gz", "rb")
> File "/usr/lib/python2.3/gzip.py", line 94, in __init__
> fileobj =3D self.myfileobj =3D __builtin__.open(filename, mode or 'rb=
')
> IOError: [Errno 2] No such file or directory: '/usr/share/misc/postal.cod=
es.gz'
This file appears to have moved to
/usr/share/doc/miscfiles/na.postalcodes.gz. The attached patch makes
states.py use its new location.
--=20
Matt
--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable
diff -u dict-gazetteer2k-1.0.0/states.py dict-gazetteer2k-1.0.0/states.py
--- dict-gazetteer2k-1.0.0/states.py
+++ dict-gazetteer2k-1.0.0/states.py
@@ -2,7 +2,7 @@
=20
statedict =3D {}
=20
-fh =3D GzipFile("/usr/share/misc/postal.codes.gz", "rb")
+fh =3D GzipFile("/usr/share/doc/miscfiles/na.postalcodes.gz", "rb")
=20
for line in fh.readlines():
if line[0] =3D=3D '#':
--ibTvN161/egqYuK8--
--Y7xTucakfITjPcLV
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDRU1ffNdgYxVXvBARAmdJAJ4umkXhRu1Jbv78KQmZvCCdWt3NbQCgp/2f
CMTh0YN9qev6mE2Kghxa/AQ=
=ugh+
-----END PGP SIGNATURE-----
--Y7xTucakfITjPcLV--
---------------------------------------
Received: (at 332561-close) by bugs.debian.org; 11 Oct 2005 18:48:15 +0000
>From [EMAIL PROTECTED] Tue Oct 11 11:48:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EPP9W-0004xd-00; Tue, 11 Oct 2005 11:47:06 -0700
From: John Goerzen <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#332561: fixed in dict-gazetteer2k 1.0.0-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 11 Oct 2005 11:47:06 -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-Level:
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
Source: dict-gazetteer2k
Source-Version: 1.0.0-4
We believe that the bug you reported is fixed in the latest version of
dict-gazetteer2k, which is due to be installed in the Debian FTP archive:
dict-gazetteer2k-counties_1.0.0-4_all.deb
to pool/main/d/dict-gazetteer2k/dict-gazetteer2k-counties_1.0.0-4_all.deb
dict-gazetteer2k-places_1.0.0-4_all.deb
to pool/main/d/dict-gazetteer2k/dict-gazetteer2k-places_1.0.0-4_all.deb
dict-gazetteer2k-zips_1.0.0-4_all.deb
to pool/main/d/dict-gazetteer2k/dict-gazetteer2k-zips_1.0.0-4_all.deb
dict-gazetteer2k_1.0.0-4.diff.gz
to pool/main/d/dict-gazetteer2k/dict-gazetteer2k_1.0.0-4.diff.gz
dict-gazetteer2k_1.0.0-4.dsc
to pool/main/d/dict-gazetteer2k/dict-gazetteer2k_1.0.0-4.dsc
dict-gazetteer2k_1.0.0-4_all.deb
to pool/main/d/dict-gazetteer2k/dict-gazetteer2k_1.0.0-4_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.
John Goerzen <[EMAIL PROTECTED]> (supplier of updated dict-gazetteer2k 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: Tue, 11 Oct 2005 05:06:17 -0500
Source: dict-gazetteer2k
Binary: dict-gazetteer2k-zips dict-gazetteer2k-places dict-gazetteer2k-counties
dict-gazetteer2k
Architecture: source all
Version: 1.0.0-4
Distribution: unstable
Urgency: low
Maintainer: John Goerzen <[EMAIL PROTECTED]>
Changed-By: John Goerzen <[EMAIL PROTECTED]>
Description:
dict-gazetteer2k - Placeholder package to install entire Gazetteer 2000
dict-gazetteer2k-counties - Counties Database for the 2000 US Gazetteer
dict-gazetteer2k-places - Places Database for the 2000 US Gazetteer
dict-gazetteer2k-zips - ZIP and ZCTA database for the 2000 US Gazetteer
Closes: 332561
Changes:
dict-gazetteer2k (1.0.0-4) unstable; urgency=low
.
* Updated with correct location of postal codes file. Closes: #332561.
Files:
ef7e2ff9a9a757506622509296b5a274 755 text optional dict-gazetteer2k_1.0.0-4.dsc
d5c720967751b8e15d0a2d4c4bb66771 5856 text optional
dict-gazetteer2k_1.0.0-4.diff.gz
882a38e02a29c2d00bf739b4ab01ce2a 1848 text optional
dict-gazetteer2k_1.0.0-4_all.deb
badaca44beaca5f4a29803fffe2aa77e 2086810 text optional
dict-gazetteer2k-places_1.0.0-4_all.deb
9965620f4c57e5ff48eeda47454b12a3 353326 text optional
dict-gazetteer2k-counties_1.0.0-4_all.deb
fb2a000948b0b2a2fbdf387f252578dc 2409198 text optional
dict-gazetteer2k-zips_1.0.0-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDTAQa7B2mSKdID5ERAqvIAJ0RLRKdoZJHPGuA2fCXYS3qPczf7QCeO1iC
ziUnPaOOE/Cf/Lf9Mzw3hAs=
=p4cU
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]