Your message dated Wed, 27 Feb 2008 09:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458273: fixed in gpsdrive 2.10~pre4-2
has caused the Debian Bug report #458273,
regarding gpsdrive-scripts: geoinfo osm-poi import fails - Geo::Filter::Area 
missing
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.)


-- 
458273: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458273
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gpsdrive-scripts
Version: 2.10~pre4-1
Severity: normal


When importing POIs from a .osm fil (www.openstreetmap.org), the package
Geo::Filter::Area do not exist.

Command: geoinfo --osm=tmp.osm --area=norway

The error is in /usr/share/perl5/Geo/Gpsdrive/OSM.pm line 413



The program works if

   $AREA_FILTER = Geo::Filter::Area->new( area => $area_name );

is changed with

   $AREA_FILTER = Geo::Gpsdrive::Filter::Area->new( area => $area_name );


-- System Information:
Debian Release: lenny/sid
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22-3-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gpsdrive-scripts depends on:
ii  gpsdrive               2.10~pre4-1       Car navigation system
ii libdate-manip-perl 5.48-1 a perl library for manipulating da ii libdbd-mysql-perl 4.005-1 A Perl5 database interface to the ii libdbi-perl 1.601-1 Perl5 database interface by Tim Bu ii libfile-slurp-perl 9999.12-2 single call read & write file rout ii libtext-query-perl 0.07-4 Text::Query - Query processing fra ii libtime-local-perl 1.18-1 efficiently compute time from loca
ii  libwww-curl-perl       3.02-2+b3         Perl bindings to libcurl
ii libwww-mechanize-perl 1.30-2 Automate interaction with websites ii libxml-parser-perl 2.34-4.3 Perl module for parsing XML files ii libxml-simple-perl 2.18-1 Perl module for reading and writin ii libxml-twig-perl 1:3.32-1 Perl module for processing huge XM ii libxml-writer-perl 0.603-1 Perl module for writing XML docume ii perl [libmime-base64-p 5.8.8-12 Larry Wall's Practical Extraction ii perl-tk 1:804.027-8 Perl module providing the Tk graph ii perlmagick 7:6.2.4.5.dfsg1-2 A perl interface to the libMagick
ii  python-imaging         1.1.6-1           Python Imaging Library
ii python-mapnik 0.4.0-2+b1 C++/Python toolkit for developing ii python2.5 2.5.1-5 An interactive high-level object-o

gpsdrive-scripts recommends no packages.

-- no debconf information




--- End Message ---
--- Begin Message ---
Source: gpsdrive
Source-Version: 2.10~pre4-2

We believe that the bug you reported is fixed in the latest version of
gpsdrive, which is due to be installed in the Debian FTP archive:

gpsdrive-scripts_2.10~pre4-2_all.deb
  to pool/main/g/gpsdrive/gpsdrive-scripts_2.10~pre4-2_all.deb
gpsdrive_2.10~pre4-2.diff.gz
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre4-2.diff.gz
gpsdrive_2.10~pre4-2.dsc
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre4-2.dsc
gpsdrive_2.10~pre4-2_i386.deb
  to pool/main/g/gpsdrive/gpsdrive_2.10~pre4-2_i386.deb
openstreetmap-map-icons-classic_2.10~pre4-2_all.deb
  to pool/main/g/gpsdrive/openstreetmap-map-icons-classic_2.10~pre4-2_all.deb
openstreetmap-map-icons-scalable_2.10~pre4-2_all.deb
  to pool/main/g/gpsdrive/openstreetmap-map-icons-scalable_2.10~pre4-2_all.deb
openstreetmap-map-icons-square_2.10~pre4-2_all.deb
  to pool/main/g/gpsdrive/openstreetmap-map-icons-square_2.10~pre4-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.
Andreas Putzo <[EMAIL PROTECTED]> (supplier of updated gpsdrive 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, 26 Feb 2008 22:37:16 +0000
Source: gpsdrive
Binary: gpsdrive gpsdrive-scripts openstreetmap-map-icons-classic 
openstreetmap-map-icons-square openstreetmap-map-icons-scalable
Architecture: source i386 all
Version: 2.10~pre4-2
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
Changed-By: Andreas Putzo <[EMAIL PROTECTED]>
Description: 
 gpsdrive   - Car navigation system
 gpsdrive-scripts - Various scripts for gpsdrive
 openstreetmap-map-icons-classic - Collection of map icons
 openstreetmap-map-icons-scalable - Collection of map icons
 openstreetmap-map-icons-square - Collection of map icons
Closes: 456152 458273 459213 464982 465344 466472 467046
Changes: 
 gpsdrive (2.10~pre4-2) unstable; urgency=low
 .
   [ Andreas Putzo ]
   * Enable DBUS support. All gps receivers supported by
     gpsd should work with this interface.
     - Added 80-dbus.dpatch
     - Added libdubs-glib-1-dev to Build-Depends
     - Changed debian/rules to use --enable-dbus
   * Add 90-usage.dpatch to fix usage output
     (Closes: #456152)
   * Update 03-manpage.dpatch.
         - Reflect usage changes.
         - Changed  mailinglist.
         - Changed AUTHORS.
         - Minor cosmetic changes.
   * Updated 70-perl.dpatch, correcting module path of Geo::Gpsdrive::Filter.
     Thanks to Michael Eric Menk.
     (Closes: #458273)
   * Add settings.dpatch using basename() to determine patch of way.txt in
     gpsdriverc.
     (Closes: #459213)
   * Remove geo-nearest from the gpsdrive-scripts package.
     Script no longer works with geocaching.com.
     (Closes: #464982)
   * Revise long description, removing redundancy.
     (Closes: #467046)
 .
   [ Francesco Paolo Lovergine ]
   * Added 95-newapi.dpatch patch to manage new mapnik 0.5 API.
     Thanks Dominic Hargreaves.
     (Closes: #465344,#466472)
   * Added 96-mapnik-plugin-dir.dpatch to use the mapnik-plugin-dir utility
     instead of the embedded lib path. This is suboptimal because
     it should be autoconfiscated instead in gpsdrive bulding system.
     But it works :)
   * Policy bumped to 3.7.3, without changes.
Files: 
 2d59858a52a9a20f7de4b23b1a6f17b3 1050 utils optional gpsdrive_2.10~pre4-2.dsc
 4ac9049062d9aa5e7061cb22829e62c5 51426 utils optional 
gpsdrive_2.10~pre4-2.diff.gz
 f4913160fa0e162da169c8708f03d040 2821844 utils optional 
gpsdrive_2.10~pre4-2_i386.deb
 0dfebd143f601f87e74ab20f600fca26 151456 utils optional 
gpsdrive-scripts_2.10~pre4-2_all.deb
 e1e00eeea44ea6d621cceb05eea0480e 307720 utils optional 
openstreetmap-map-icons-classic_2.10~pre4-2_all.deb
 83071632e94a7bd1be742ba03ab78587 351708 utils optional 
openstreetmap-map-icons-square_2.10~pre4-2_all.deb
 073e7064ae8bd67a651eca945395f11c 171858 utils optional 
openstreetmap-map-icons-scalable_2.10~pre4-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHxS0MpFNRmenyx0cRAmTjAKDj4hVvb6NZw+E7dpCS2xmb35nCfACgvx1c
6jMsF5K3ZRg8vjCKEeJ1QYA=
=fmmQ
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to