Your message dated Mon, 04 Jan 2021 21:34:43 +0000
with message-id <[email protected]>
and subject line Bug#979260: fixed in navit 0.5.5+dfsg.1-2
has caused the Debian Bug report #979260,
regarding navit: support gps.h api 10
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.)


-- 
979260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979260
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: navit
Version: 0.5.5+dfsg.1-1
Severity: important
Tags: patch

Hi,

the upcoming gpsd upload ships with a new api version.

The attached patch fixes the ftbfs.

Thanks,

Bernd


-- 
 Bernd Zeimetz                            Debian GNU/Linux Developer
 http://bzed.de                                http://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F
Index: navit-0.5.5+dfsg.1/navit/vehicle/gpsd/vehicle_gpsd.c
===================================================================
--- navit-0.5.5+dfsg.1.orig/navit/vehicle/gpsd/vehicle_gpsd.c
+++ navit-0.5.5+dfsg.1/navit/vehicle/gpsd/vehicle_gpsd.c
@@ -166,7 +166,11 @@ vehicle_gpsd_callback(struct gps_data_t
         data->set &= ~SATELLITE_SET;
     }
     if (data->set & STATUS_SET) {
+#if GPSD_API_MAJOR_VERSION >= 10
+        priv->status = data->fix.status;
+#else
         priv->status = data->status;
+#endif
         data->set &= ~STATUS_SET;
     }
     if (data->set & MODE_SET) {

--- End Message ---
--- Begin Message ---
Source: navit
Source-Version: 0.5.5+dfsg.1-2
Done: Gilles Filippini <[email protected]>

We believe that the bug you reported is fixed in the latest version of
navit, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gilles Filippini <[email protected]> (supplier of updated navit 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: SHA512

Format: 1.8
Date: Mon, 04 Jan 2021 20:53:51 +0100
Source: navit
Architecture: source
Version: 0.5.5+dfsg.1-2
Distribution: unstable
Urgency: medium
Maintainer: Gilles Filippini <[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Closes: 979260
Changes:
 navit (0.5.5+dfsg.1-2) unstable; urgency=medium
 .
   * New patch to support gpsd api 10 (Closes: #979260; thanks to
     Bernd Zeimetz)
Checksums-Sha1:
 3909927ec02f116859a314146295cb3c122a8c8c 2225 navit_0.5.5+dfsg.1-2.dsc
 ffd8decfa887f169dc010f6b1bfb4788663cca42 24804 
navit_0.5.5+dfsg.1-2.debian.tar.xz
 ef19237d6132afaef580730d907faf00500f6413 19876 
navit_0.5.5+dfsg.1-2_amd64.buildinfo
Checksums-Sha256:
 5e46e4f5377e975d4367c691b71335ce11ee82f7763c9b7bb60e0a07a4a6900f 2225 
navit_0.5.5+dfsg.1-2.dsc
 a23ee58c85372dcdf6fb77b4344936764ae1cef13ee2acf07e2fe62dbcca2404 24804 
navit_0.5.5+dfsg.1-2.debian.tar.xz
 cb5c26a11e3b6144da4f2f7aa5e3259d34333bc9c0f9b87843e7dbd60a66fd7a 19876 
navit_0.5.5+dfsg.1-2_amd64.buildinfo
Files:
 700847dfa7c85eabf6b8ee126be8f146 2225 misc optional navit_0.5.5+dfsg.1-2.dsc
 c615b612839952dcdb67f808ac2346b1 24804 misc optional 
navit_0.5.5+dfsg.1-2.debian.tar.xz
 de48116e693205936e6bc54761d4ad6b 19876 misc optional 
navit_0.5.5+dfsg.1-2_amd64.buildinfo

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

iQFEBAEBCgAuFiEEoJObzArDE05WtIyR7+hsbH/+z4MFAl/zgbgQHHBpbmlAZGVi
aWFuLm9yZwAKCRDv6Gxsf/7Pgx/FB/93DR9lQz6ifwwnlO6XLvhYJfGHkXEsJv2z
k2U7Ypzi2qrGrELcyG/GDDcQUcqRS048YJ1cIfs6cKZ91QdYS4Y4CyJ6NQzydGVy
9B1vB+jlPqtigheEPMzcOOFVBpVtj12juTsOezvD6n+/LjHSrvejNHznSQ4Q5Lzs
7r30k247icTRiNlMtb2iOB0ifBXRMYJXKl++CyKIztjn4Fe4XxEo+CnjKKGUoxe9
2IFO4XCGHSqPdyfYns7czBG8dj8YoUICY6mDsyw80t5fvBQvCkE0VsksBeSxMPo8
lAPQMZz2mw0qIKoIAXgd/SdZlu7CnJ5yTJCd15AoJd78oJAMPS28
=VYPk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to