Package: tangogps Version: 0.9.6-1 Severity: normal Patch are attached.
-- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.29-1-686 (SMP w/2 CPU cores) 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 tangogps depends on: ii libatk1.0-0 1.24.0-2 The ATK accessibility toolkit ii libc6 2.9-6 GNU C Library: Shared libraries ii libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra ii libcurl3-gnutls 7.18.2-8.1 Multi-protocol file transfer libra ii libexif12 0.6.16-2.1 library to parse EXIF files ii libgconf2-4 2.24.0-7 GNOME configuration database syste ii libglib2.0-0 2.20.0-2 The GLib library of C routines ii libgtk2.0-0 2.14.7-5 The GTK+ graphical user interface ii libpango1.0-0 1.22.4-3 Layout and rendering of internatio ii libsqlite3-0 3.6.11-3 SQLite 3 shared library Versions of packages tangogps recommends: ii gpsd 2.38-1 GPS (Global Positioning System) da tangogps suggests no packages. -- debconf-show failed
--- /usr/bin/convert2gpx 2009-02-05 14:11:36.000000000 +0200 +++ /home/pavel/bin/convert2gpx 2009-03-29 17:28:26.000000000 +0300 @@ -30,11 +30,11 @@ print <<EOT <trkpt lat="@arr[0]" lon="@arr[1]"> <ele>@arr[2]</ele> - <speed>@arr[3]</speed> + <time>@arr[6]</time> <course>@arr[4]</course> + <speed>@arr[3]</speed> <fix>3d</fix> <hdop>@arr[5]</hdop> - <time>@arr[6]</time> </trkpt> EOT

