--- foxtrotgps-0.99.4+debian3.orig/debian/foxtrotgps.README.Debian +++ foxtrotgps-0.99.4+debian3/debian/foxtrotgps.README.Debian @@ -0,0 +1,9 @@ +FoxtrotGPS in Debian +-------------------- + +The upstream author of tangoGPS says on his website: + + "If you don't have a gps device connected to your laptop/computer then you can + use "82.240.156.91" as gpsd host (in the config tab)." + + -- Daniel Baumann Tue, 15 Jul 2008 11:31:00 +0200 --- foxtrotgps-0.99.4+debian3.orig/debian/rules +++ foxtrotgps-0.99.4+debian3/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +%: + dh --with quilt ${@} + +override_dh_auto_clean: + dh_auto_clean + + rm -f config.guess config.sub + +override_dh_auto_configure: + cp -f /usr/share/misc/config.guess . + cp -f /usr/share/misc/config.sub . + + dh_auto_configure + +override_dh_auto_install: + dh_auto_install -- DESTDIR=$(CURDIR)/debian/foxtrotgps + + # Removing useless files + rm -rf debian/foxtrotgps/usr/share/doc --- foxtrotgps-0.99.4+debian3.orig/debian/control +++ foxtrotgps-0.99.4+debian3/debian/control @@ -0,0 +1,34 @@ +Source: foxtrotgps +Section: comm +Priority: optional +Maintainer: Daniel Baumann +Uploaders: Daniel Baumann , Timo Jyrinki +Build-Depends: + debhelper (>= 7.0.50~), autotools-dev, intltool, libbluetooth-dev, + libcurl4-gnutls-dev, libexif-dev, libgconf2-dev, libglade2-dev, libgps-dev, + libgtk2.0-dev, libsoup2.4-dev, libsqlite3-dev, libxml2-dev, quilt (>= 0.46-7) +Standards-Version: 3.9.0 +Homepage: http://www.foxtrotgps.org/ +Vcs-Browser: http://git.debian-maintainers.org/?p=daniel/foxtrotgps.git +Vcs-Git: git://git.debian-maintainers.org/git/daniel/foxtrotgps.git + +Package: foxtrotgps +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Conflicts: tangogps (<< 0.99.4+debian2) +Replaces: tangogps +Recommends: gpsd +Suggests: python +Description: GTK+ mapping and GPS application + foxtrotGPS is a map and GPS application. By default, it uses maps from + Openstreetmap. + +Package: tangogps +Architecture: all +Depends: ${misc:Depends}, foxtrotgps +Description: GTK+ mapping and GPS application (transitional package) + Package to ease upgrading from older tangogps packages to the new foxtrotgps + package. + . + This package can be purged at anytime once the foxtrotgps package has been + installed. --- foxtrotgps-0.99.4+debian3.orig/debian/README.source +++ foxtrotgps-0.99.4+debian3/debian/README.source @@ -0,0 +1,37 @@ +Package Repositories +-------------------- + +Backports for the current stable debian distribution as well as snapshots of +unreleased versions may be available in repositories listed on the maintainers +homepage. The current URL of the maintainer homepage can be seen in +debian/copyright. + + +Source Access +------------- + +You can obtain the sources of this package with: + + $ apt-get source ${PACKAGE} + +whereas '${PACKAGE}' has to be replaced with the actual name of the package. + +This package is maintained with the Git version control system. The current git +source tree can be obtained with: + + $ git clone ${GIT_URI} + +whereas '${GIT_URI}' has to be replaced with the actual URI for the Git +repository. The current Git URI can be seen in debian/control in the extracted +package sources. + +More information about Git can be found in the git-core package. + +This package may use the Quilt patch system to manage all modifications to the +upstream source. Changes, if any, are stored in the source package as diffs in +debian/diff and are applied during the build. Current modifications can be +applied to the source tree with: + + $ QUILT_PATCHES=debian/patches quilt push -a + +More information about Quilt can be found in the quilt package. --- foxtrotgps-0.99.4+debian3.orig/debian/copyright +++ foxtrotgps-0.99.4+debian3/debian/copyright @@ -0,0 +1,46 @@ +Upstream-Contact: FoxtrotGPS project +Upstream-Homepage: http://www.foxtrotgps.org/ +Maintainer-Contact: Daniel Baumann +Maintainer-Homepage: http://daniel.debian-maintainers.org/ + +Files: * +Copyright: + (C) 2010 Joshua Judson Rosen + (C) 2008-2010 Marcus Bauer +License: GPL-2 + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; version 2 + of the License. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. + +Files: debian/* +Copyright: (C) 2008-2010 Daniel Baumann +License: GPL-2+ + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + can be found in /usr/share/common-licenses/GPL-2 file. --- foxtrotgps-0.99.4+debian3.orig/debian/foxtrotgps.menu +++ foxtrotgps-0.99.4+debian3/debian/foxtrotgps.menu @@ -0,0 +1,4 @@ +?package(foxtrotgps):needs="X11" section="Applications/Network/Communication"\ + title="FoxtrotGPS" longtitle="GTK+ mapping and GPS application"\ + description="FoxtrotGPS is a map and GPS application. By default, it uses maps from Openstreetmap."\ + command="/usr/bin/foxtrotgps" icon="/usr/share/pixmaps/foxtrotgps.xpm" --- foxtrotgps-0.99.4+debian3.orig/debian/changelog +++ foxtrotgps-0.99.4+debian3/debian/changelog @@ -0,0 +1,223 @@ +foxtrotgps (0.99.4+debian3-3) unstable; urgency=medium + + * Adding updated gpsd.patch from Timo Juhani Lindfors + . + + -- Daniel Baumann Sun, 17 Oct 2010 22:45:01 +0200 + +foxtrotgps (0.99.4+debian3-2) unstable; urgency=medium + + * Adding patch from Timo Juhani Lindfors to fix + problems with gpsd polling (Closes: #600471). + + -- Daniel Baumann Sun, 17 Oct 2010 22:03:37 +0200 + +foxtrotgps (0.99.4+debian3-1) unstable; urgency=low + + * Adding legacy symlinks to tangogps in transitional package. + * Merging upstream version 0.99.4+debian3: + - including updated georss2tangogps-poi from Paul Wise + (Closes: #590036). + + -- Daniel Baumann Fri, 23 Jul 2010 06:47:13 +0200 + +foxtrotgps (0.99.4+debian2-1) unstable; urgency=low + + [ Daniel Baumann ] + * Updating standards version to 3.9.0. + * Merging upstream version 0.99.4+debian2: + * Updating packaging for tangogps to foxtrotgps replacing. + + [ Timo Jyrinki ] + * Updating build-depends. + * Adding patch to exclude foxtrotgps.glade.in to prevent FTBFS with + 'intltool-update -m' fails. + + [ Daniel Baumann ] + * Workarounding wrong guessing of dh_auto_install wrt/ destdir and the + transitional package. + * Updating removal of useless files in rules. + * Rediffing desktop.patch and extending it to also add German + translation entries. + * Adding Timo to uploaders. + * Updating desktop.patch to also remove the bogus SingleInstance + entry. + + -- Daniel Baumann Thu, 15 Jul 2010 19:51:54 +0200 + +tangogps (0.99.4+debian-1) unstable; urgency=low + + * Merging upstream version 0.99.4+debian. + * Removing gpsd.patch, included in upstream. + * Adding builds-depends for new upstream version. + + -- Daniel Baumann Fri, 25 Jun 2010 15:16:22 +0200 + +tangogps (0.99.3+debian-2) unstable; urgency=low + + * Adding patch from upstream to update gps functions to work with + current gpsd versions (Closes: #573848). + + -- Daniel Baumann Fri, 19 Mar 2010 08:17:24 +0100 + +tangogps (0.99.3+debian-1) unstable; urgency=low + + * Adding explicit debian source version 1.0 until switch to 3.0. + * Updating year in copyright file. + * Updating to standards 3.8.4. + * Merging upstream version 0.99.3+debian. + * Updating year in copyright file. + * Adding pixmap file. + * Changing dh call to more common scheme. + + -- Daniel Baumann Sun, 21 Feb 2010 12:53:17 +0100 + +tangogps (0.99.2+debian-1) unstable; urgency=low + + * Merging upstream version 0.99.2+debian. + + -- Daniel Baumann Fri, 04 Dec 2009 08:32:10 +0100 + +tangogps (0.99.1+debian-1) unstable; urgency=low + + * Merging upstream version 0.99.1+debian (Closes: #557513). + * Updating README.source. + + -- Daniel Baumann Sun, 22 Nov 2009 15:48:27 +0100 + +tangogps (0.9.9+debian-1) unstable; urgency=low + + * Merging upstream version 0.9.9+debian. + * Adding build-depends to libxml2-dev. + + -- Daniel Baumann Fri, 06 Nov 2009 08:40:19 +0100 + +tangogps (0.9.8+debian-1) unstable; urgency=low + + * Correcting wrong vcs-browser field. + * Merging upstream version 0.9.8+debian. + + -- Daniel Baumann Fri, 06 Nov 2009 08:24:18 +0100 + +tangogps (0.9.7+debian-2) unstable; urgency=low + + * Updating maintainer field. + * Updating vcs fields. + * Simplifying autotools handling in rules. + * Dropping LDFLAGS in rules. + * Bumping versioned build-depends on quilt. + * Sorting depends. + * Adding maintainer homepage in copyright. + * Adding README.source. + + -- Daniel Baumann Sun, 04 Oct 2009 09:59:40 +0200 + +tangogps (0.9.7-1) unstable; urgency=low + + * Minimizing rules file. + * Merging upstream version 0.9.7+debian. + * Local debian additions are now included in the repackaged upstream + tarball (Closes: #538670). + * Removing segfault-track.patch, went upstream. + * Updating package to standards version 3.8.3. + * Updating, sorting and wrapping build-depends. + + -- Daniel Baumann Mon, 21 Sep 2009 20:29:19 +0200 + +tangogps (0.9.6-6) unstable; urgency=low + + * Correcting wrong email address in previous changelog entry. + * Adding patch from Enrico Zini to fix segfault + when loading an incomplete track log (Closes: #538149). + * Upgrading package to standards version 3.8.2. + + -- Daniel Baumann Thu, 23 Jul 2009 17:02:10 +0200 + +tangogps (0.9.6-5) unstable; urgency=low + + * Correcting desktop file entries (Closes: #532369). + + -- Daniel Baumann Tue, 09 Jun 2009 06:11:44 +0200 + +tangogps (0.9.6-4) unstable; urgency=low + + * Correcing accidentally misspelled name for local georss2tangogps-poi + script. + * Correcting line-break format for local georss2tangogps-poi script + (Closes: #531441). + + -- Daniel Baumann Mon, 01 Jun 2009 17:23:57 +0200 + +tangogps (0.9.6-3) unstable; urgency=low + + * Using correct rfc-2822 date formats in changelog. + * Using more common directory name to store local debian additions. + * Adding georss2angogps-poi script from Paul Wise + (Closes: #530718). + * Tidy rules file. + + -- Daniel Baumann Sat, 30 May 2009 13:55:45 +0200 + +tangogps (0.9.6-2) unstable; urgency=low + + * Upgrading package to standards 3.8.1. + * Simplyfing binary-arch target definition in rules. + * Adding patch from Pavel Zubkou to correct + convert2gpx output (Closes: 521700). + + -- Daniel Baumann Sun, 05 Apr 2009 10:59:00 +0200 + +tangogps (0.9.6-1) unstable; urgency=high + + * Merging upstream version 0.9.6: + - Fixes buffer overflow in update_poi (Closes: #514217). + * Adding libexif to build-depends. + + -- Daniel Baumann Thu, 05 Feb 2009 13:05:00 +0100 + +tangogps (0.9.5-1) unstable; urgency=low + + * Prefixing debhelper files with package name. + * Sorting config.guess/config.sub handling in rules. + * Passing flags to configure as arguments. + * Merging upstream version 0.9.5. + * Updating year in copyright file. + * Adding longtitle and description in menu file. + * Removing fr.dpatch, went upstream. + * Using quilt rather than dpatch. + * Updating date and version of tangogps in its manpage. + * Removing upstreams default docs from destdir in install target of rules. + + -- Daniel Baumann Tue, 20 Jan 2009 22:32:00 +0100 + +tangogps (0.9.3-2) unstable; urgency=low + + * Updating vcs fields in control file. + * Using patch-stamp rather than patch in rules file. + * Removing config.guess and config.sub in clean target of rules. + * Replacing obsolete dh_clean -k with dh_prep. + * Adding French translation from Steve Petruzzello + (Closes: #505585). + + -- Daniel Baumann Sat, 15 Nov 2008 07:14:00 +0100 + +tangogps (0.9.3-1) unstable; urgency=low + + * Updating version number in tangogps manpage header. + * Merging upstream version 0.9.3. + + -- Daniel Baumann Sun, 31 Aug 2008 14:06:00 +0200 + +tangogps (0.9.2-2) unstable; urgency=medium + + * Avoid installing empty changelog file. + * Adding simple manpages. + * Adding convertion scripts from upstream (Closes: #496473). + + -- Daniel Baumann Mon, 25 Aug 2008 06:02:00 +0200 + +tangogps (0.9.2-1) unstable; urgency=low + + * Initial release. + + -- Daniel Baumann Tue, 15 Jul 2008 11:31:00 +0200 --- foxtrotgps-0.99.4+debian3.orig/debian/tangogps.links +++ foxtrotgps-0.99.4+debian3/debian/tangogps.links @@ -0,0 +1,2 @@ +/usr/bin/foxtrotgps /usr/bin/tangogps +/usr/share/man/man1/foxtrotgps.1.gz /usr/share/man/man1/tangogps.1.gz --- foxtrotgps-0.99.4+debian3.orig/debian/foxtrotgps.manpages +++ foxtrotgps-0.99.4+debian3/debian/foxtrotgps.manpages @@ -0,0 +1 @@ +debian/manpages/* --- foxtrotgps-0.99.4+debian3.orig/debian/foxtrotgps.install +++ foxtrotgps-0.99.4+debian3/debian/foxtrotgps.install @@ -0,0 +1,2 @@ +contrib/* /usr/bin +debian/pixmaps/* /usr/share/pixmaps --- foxtrotgps-0.99.4+debian3.orig/debian/compat +++ foxtrotgps-0.99.4+debian3/debian/compat @@ -0,0 +1 @@ +7 --- foxtrotgps-0.99.4+debian3.orig/debian/manpages/convert2osm.1 +++ foxtrotgps-0.99.4+debian3/debian/manpages/convert2osm.1 @@ -0,0 +1,25 @@ +.TH CONVERT2OSM 1 2010\-07\-15 0.99.4 "Convert a FoxtrotGPS logfile to OSM" + +.SH NAME +convert2osm \- converts FoxtrotGPS logfiles into .osm files + +.SH SYNOPSIS +\fBconvert2osm\fR logfiles*.log + +.SH DESCRIPTION +converts \fIFoxtrotGPS\fR(1) .csv logfiles into .osm files for processing in JOSM. It creates for each input .log one .osm file. + +.SH OPTIONS +convert2osm has no options. + +.SH SEE ALSO +\fIFoxtrotGPS\fR(1), +\fIconvert2gpx\fR(1). + +.SH HOMEPAGE +More information about FoxtrotGPS can be found at <\fIhttp://www.foxtrotgps.org/\fR>. + +.SH AUTHOR +foxtrotGPS is a community developed fork from tangoGPS lead by Joshua Judson Rosen <\fIrozzin@geekspace.com\fR>. tangoGPS was written by Marcus Bauer <\fImarcus.bauer@gmail.com\fR>. +.PP +This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR>, for the Debian project (but may be used by others). --- foxtrotgps-0.99.4+debian3.orig/debian/manpages/convert2gpx.1 +++ foxtrotgps-0.99.4+debian3/debian/manpages/convert2gpx.1 @@ -0,0 +1,25 @@ +.TH CONVERT2GPX 1 2010\-07\-15 0.99.4 "Convert a FoxtrotGPS logfile to GPX" + +.SH NAME +convert2gpx \- converts a FoxtrotGPS logfile to GPX + +.SH SYNOPSIS +\fBconvert2gpx\fR logfile*.log > outfile.gpx + +.SH DESCRIPTION +Convert a FoxtrotGPS logfile to GPX. + +.SH OPTIONS +convert2gpx has no options. + +.SH SEE ALSO +\fIFoxtrotGPS\fR(1), +\fIconvert2osm\fR(1). + +.SH HOMEPAGE +More information about FoxtrotGPS can be found at <\fIhttp://www.foxtrotgps.org/\fR>. + +.SH AUTHOR +foxtrotGPS is a community developed fork from tangoGPS lead by Joshua Judson Rosen <\fIrozzin@geekspace.com\fR>. tangoGPS was written by Marcus Bauer <\fImarcus.bauer@gmail.com\fR>. +.PP +This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR>, for the Debian project (but may be used by others). --- foxtrotgps-0.99.4+debian3.orig/debian/manpages/foxtrotgps.1 +++ foxtrotgps-0.99.4+debian3/debian/manpages/foxtrotgps.1 @@ -0,0 +1,25 @@ +.TH FOXTROTGPS 1 2010\-07\-15 0.99.4 "GTK+ mapping and GPS application" + +.SH NAME +FoxtrotGPS \- GTK+ mapping and GPS application + +.SH SYNOPSIS +\fBfoxtrotgps\fR + +.SH DESCRIPTION +FoxtrotGPS is a map and GPS application. By default, it uses maps from Openstreetmap. + +.SH OPTIONS +FoxtrotGPS has no options. + +.SH SEE ALSO +\fIconvert2gpx\fR(1), +\fIconvert2osm\fR(1). + +.SH HOMEPAGE +More information about FoxtrotGPS can be found at <\fIhttp://www.foxtrotgps.org/\fR>. + +.SH AUTHOR +foxtrotGPS is a community developed fork from tangoGPS lead by Joshua Judson Rosen <\fIrozzin@geekspace.com\fR>. tangoGPS was written by Marcus Bauer <\fImarcus.bauer@gmail.com\fR>. +.PP +This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR>, for the Debian project (but may be used by others). --- foxtrotgps-0.99.4+debian3.orig/debian/pixmaps/foxtrotgps.xpm +++ foxtrotgps-0.99.4+debian3/debian/pixmaps/foxtrotgps.xpm @@ -0,0 +1,338 @@ +/* XPM */ +static char * foxtrotgps_xpm[] = { +"32 32 303 2", +" c None", +". c #ADADEC", +"+ c #AEAEEC", +"@ c #B0B0EC", +"# c #B1B1EC", +"$ c #B3B3ED", +"% c #B4B4ED", +"& c #B5B5ED", +"* c #B6B6ED", +"= c #A5A5E9", +"- c #A7A7EA", +"; c #B9B9EE", +"> c #BDBDEF", +", c #C0C0F0", +"' c #C2C2F0", +") c #C3C3F1", +"! c #C2C2F1", +"~ c #BABAEF", +"{ c #A1A1E9", +"] c #A3A3E9", +"^ c #A9A9EB", +"/ c #B7B7EE", +"( c #C1C1F0", +"_ c #C4C4F1", +": c #C7C7F1", +"< c #C8C8F2", +"[ c #CACAF2", +"} c #CBCBF3", +"| c #C9C9F2", +"1 c #C5C5F1", +"2 c #BEBEEF", +"3 c #9F9FE8", +"4 c #A9A9EA", +"5 c #B7B7ED", +"6 c #BCBCEF", +"7 c #BFBFF0", +"8 c #C6C6F1", +"9 c #C9C9F1", +"0 c #CBCBF2", +"a c #CCCCF2", +"b c #CCCCF3", +"c c #BABAEE", +"d c #9F9FE7", +"e c #A2A2E8", +"f c #A6A6EA", +"g c #ADADEB", +"h c #B5B5EE", +"i c #BFBFF8", +"j c #BBBBEF", +"k c #C8C8F1", +"l c #CFCFF3", +"m c #D3D3F4", +"n c #CFCFF4", +"o c #BCBCEE", +"p c #AFAFEB", +"q c #9E9EE8", +"r c #A0A0E8", +"s c #A4A4E9", +"t c #A8A8EA", +"u c #ACACE8", +"v c #696981", +"w c #363633", +"x c #A7A7D6", +"y c #BBBBEE", +"z c #C3C3F0", +"A c #D2D2F4", +"B c #D5D5F4", +"C c #D6D6F5", +"D c #D1D1F4", +"E c #CACAF1", +"F c #9B9BD5", +"G c #33333A", +"H c #8383AA", +"I c #B2B2EC", +"J c #C0C0EF", +"K c #CDCDF2", +"L c #D4D4F4", +"M c #AAAAEA", +"N c #A2A2E9", +"O c #19191A", +"P c #A8A8E7", +"Q c #B1B1F1", +"R c #AFAFEC", +"S c #B8B8EE", +"T c #D1D1F3", +"U c #9E9EE7", +"V c #63638A", +"W c #4E4E68", +"X c #404052", +"Y c #444457", +"Z c #AFAFF1", +"` c #B6B6EE", +" . c #B9B9EF", +".. c #C0C0F3", +"+. c #9F9FBE", +"@. c #C1C1EE", +"#. c #BEBEF0", +"$. c #A1A1E8", +"%. c #A6A6EE", +"&. c #353548", +"*. c #3D3D51", +"=. c #111110", +"-. c #222227", +";. c #B1B1F5", +">. c #AAAAEB", +",. c #ABABEB", +"'. c #B1B1ED", +"). c #B9B9F0", +"!. c #76768C", +"~. c #474747", +"{. c #7D7D94", +"]. c #C0C0F2", +"^. c #BFBFEF", +"/. c #A3A3E8", +"(. c #A9A9F1", +"_. c #23232E", +":. c #5D5D80", +"<. c #333342", +"[. c #8585B8", +"}. c #AEAEEB", +"|. c #B8B8F3", +"1. c #4F4F59", +"2. c #3C3C3C", +"3. c #60606D", +"4. c #BDBDF3", +"5. c #AAAAF3", +"6. c #16161C", +"7. c #0A0A09", +"8. c #636388", +"9. c #ACACF0", +"0. c #A8A8EB", +"a. c #9999C8", +"b. c #6A6A83", +"c. c #B0B0E5", +"d. c #ADADDF", +"e. c #BDBDF5", +"f. c #A5A5EA", +"g. c #A0A0E9", +"h. c #ABABF4", +"i. c #101014", +"j. c #0B0B0B", +"k. c #272731", +"l. c #6A6A91", +"m. c #8A8AC0", +"n. c #9191C9", +"o. c #9696D0", +"p. c #8F8FC5", +"q. c #74749F", +"r. c #6A6A8F", +"s. c #666689", +"t. c #68688B", +"u. c #6E6E92", +"v. c #737398", +"w. c #77779B", +"x. c #6D6D8C", +"y. c #2F2F30", +"z. c #292926", +"A. c #4E4E59", +"B. c #9797C0", +"C. c #BDBDF7", +"D. c #B7B7F2", +"E. c #B2B2F2", +"F. c #8383B9", +"G. c #A5A5F0", +"H. c #AAAAF4", +"I. c #09090C", +"J. c #080808", +"K. c #070706", +"L. c #2B2B39", +"M. c #46465E", +"N. c #4E4E6A", +"O. c #45455C", +"P. c #2B2B37", +"Q. c #323241", +"R. c #4A4A63", +"S. c #555572", +"T. c #646486", +"U. c #8282B1", +"V. c #6C6C92", +"W. c #646484", +"X. c #2E2E35", +"Y. c #1F1F1F", +"Z. c #222222", +"`. c #272727", +" + c #6E6E8B", +".+ c #525262", +"++ c #3E3E44", +"@+ c #545467", +"#+ c #51516A", +"$+ c #686893", +"%+ c #A1A1EA", +"&+ c #ACACF6", +"*+ c #020202", +"=+ c #030302", +"-+ c #6C6C97", +";+ c #ACACF1", +">+ c #A9A9ED", +",+ c #A7A7EB", +"'+ c #A9A9EC", +")+ c #ADADF0", +"!+ c #AAAAEC", +"~+ c #9191C6", +"{+ c #131311", +"]+ c #1B1B1B", +"^+ c #424252", +"/+ c #B3B3F2", +"(+ c #B2B2F0", +"_+ c #B6B6F4", +":+ c #B4B4F5", +"<+ c #AFAFF2", +"[+ c #9898D9", +"}+ c #000000", +"|+ c #7C7CAF", +"1+ c #A9A9E9", +"2+ c #646487", +"3+ c #131313", +"4+ c #161616", +"5+ c #4A4A5F", +"6+ c #AFAFEE", +"7+ c #ACACEB", +"8+ c #5F5F89", +"9+ c #7D7DB1", +"0+ c #24242C", +"a+ c #5B5B7A", +"b+ c #A7A7E9", +"c+ c #ADADF6", +"d+ c #14141D", +"e+ c #393951", +"f+ c #AAAAF1", +"g+ c #ABABED", +"h+ c #494961", +"i+ c #0F0F0F", +"j+ c #67678B", +"k+ c #B0B0F5", +"l+ c #0B0B0F", +"m+ c #515172", +"n+ c #47475E", +"o+ c #0E0E0E", +"p+ c #363646", +"q+ c #B6B6F8", +"r+ c #6A6A90", +"s+ c #B8B8F8", +"t+ c #1A1A1F", +"u+ c #040402", +"v+ c #76769D", +"w+ c #B3B3EC", +"x+ c #8080A9", +"y+ c #020201", +"z+ c #060606", +"A+ c #9999CA", +"B+ c #B2B2ED", +"C+ c #9292BE", +"D+ c #79799E", +"E+ c #AEAEE3", +"F+ c #050506", +"G+ c #9393C0", +"H+ c #666682", +"I+ c #717190", +"J+ c #1A1A22", +"K+ c #010101", +"L+ c #9F9FCB", +"M+ c #C5C5F8", +"N+ c #282833", +"O+ c #63637D", +"P+ c #C2C2F2", +"Q+ c #A8A8D2", +"R+ c #AFAFDB", +"S+ c #B8B8E4", +"T+ c #414150", +"U+ c #C8C8F5", +"V+ c #C7C7F4", +"W+ c #696982", +"X+ c #CDCDFC", +"Y+ c #C4C4F0", +"Z+ c #A0A0D3", +"`+ c #9C9CBE", +" @ c #8C8CA9", +".@ c #373743", +"+@ c #CECEF9", +"@@ c #C4C4ED", +"#@ c #6D6D83", +"$@ c #151519", +"%@ c #070709", +"&@ c #17171C", +"*@ c #23232A", +"=@ c #3E3E4B", +"-@ c #C6C6F2", +";@ c #CDCDF4", +">@ c #D4D4FB", +",@ c #CDCDF3", +"'@ c #CECEF4", +")@ c #D6D6FE", +"!@ c #D9D9FF", +"~@ c #D7D7FF", +"{@ c #D6D6FD", +"]@ c #D4D4FC", +"^@ c #D2D2F9", +"/@ c #D7D7F5", +"(@ c #D5D5F5", +"_@ c #D9D9F6", +":@ c #DADAF6", +"<@ c #DBDBF6", +"[@ c #CECEF3", +" . + @ # $ % & * ", +" = - . $ ; > , ' ) ! , ~ % & ", +" { ] ^ @ / > ( _ : < [ } [ | 1 2 % & ", +" 3 ] 4 @ 5 6 7 ' _ 8 : 9 0 } a b [ _ c @ ", +" d e f g h i j > 2 , ' ) 1 : k l m n [ 8 o p ", +" q r s t u v w x ; y o 2 7 ( z 1 A B C D E 1 c g ", +" q d e = F G H I h * 5 ; y o 2 J ( K A L B [ k ' * M ", +" q d r N f O P Q R @ I % & 5 S ~ j > , a D T k 8 _ 6 p t ", +" U r r N V W X Y Z g + @ # $ h ` S .j ..+.@.( z z #.% - ", +" U 3 $.{ %.&.*.=.-.;.>.,.. + @ '.$ & * ).!.~.{.]., , ^./ ,./. ", +" 3 { { { (._.:.<.[.^ ^ M M ,.. }.R # I |.1.2.3.4.6 > > / . ] ", +" r { { { 5.6.7.8.9.- 0.t ^ ^ M ,.g . R @ a.b.c.d.e.c ~ * + f. ", +"U g.N N { h.i.j.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z.A.B.C.D.E.F.G.", +"d { { { { H.I.J.K.L.M.N.O.P.Q.R.S.T.U.V.W.X.Y.Z.`. +.+++@+#+$+%+", +"3 N ] ] ] &+*+=+-+;+>+,+'+9.)+!+^ 4 ^ 4 M ~+{+]+^+/+(+_+:+<+f.3 ", +"3 N N ] ] [+}+}+|+f.f f - f - t t t 1+4 >.2+3+4+5+6+g 7+M - s 3 ", +"3 N N N N 8+}+}+9+s s f.= f - f - - - t 1+;.0+3+a+,.>.4 b+= ] 3 ", +"3 ] s s s c+d+e+f+= = = f f f - - t t t 4 g+h+i+j+M M t f = ] 3 ", +"3 f.t t t k+l+m+t t t 4 4 M 4 ,.,.>.,.7+,.6+n+o+p+Q 7+>.4 t f.3 ", +"3 - 7+7+7+q+}+r+7+7+7+g g g g g }.+ }.R R s+t+j.u+/++ g g 7+- 3 ", +" f.@ I I # }+v+I I I I I I I I I w+w+w+w+x+y+z+}+A+I # I @ f. ", +" { B+* ` C+}+D+` ` ` ` ` ` ` ` ` ` ` * E+F+*+*+}+G+` ` * B+{ ", +" 3 g ; j H+}+I+~ ~ ~ ~ ~ ~ ~ ~ ~ ~ c c J+}+K+}+}+L+~ y ; g 3 ", +" s ; M+N+}+O+J , , , , , , , , P+Q+l+}+}+}+}+}+R+, 7 ; s ", +" q 7+S+}+}+T+U+_ _ _ _ _ _ _ V+W+}+}+}+}+}+}+}+X+Y+( 7+q ", +" r Z+`+ @.@+@| | | | | | | < @@#@$@}+%@&@*@=@+@-@% r ", +" N S ;@>@,@,@,@,@,@,@,@,@,@,@'@)@!@~@{@]@^@0 S N ", +" N S b A A D D D D D D D D D D D D A A b / e ", +" $.@ k L C /@/@/@/@/@/@/@/@/@/@C L < @ $. ", +" 3 = / [ (@_@:@:@<@<@:@:@_@(@[ / s 3 ", +" d ] }.y 1 b [@[@b 1 y }.] d ", +" 3 r e ] ] e r 3 "}; --- foxtrotgps-0.99.4+debian3.orig/debian/patches/01-desktop.patch +++ foxtrotgps-0.99.4+debian3/debian/patches/01-desktop.patch @@ -0,0 +1,29 @@ +Author: Daniel Baumann +Description: Correcting desktop file entries (Closes: #532369). + +diff -Naurp foxtrotgps.orig/data/foxtrotgps.desktop foxtrotgps/data/foxtrotgps.desktop +--- foxtrotgps.orig/data/foxtrotgps.desktop 2010-07-14 23:19:25.861674717 +0200 ++++ foxtrotgps/data/foxtrotgps.desktop 2010-07-15 19:44:02.526179796 +0200 +@@ -1,8 +1,11 @@ + [Desktop Entry] +-Name=GPS and Map +-Name[es]=GPS y mapa +-Name[fi]=GPS ja kartta ++Name=FoxtrotGPS ++GenericName=GPS and Map ++GenericName[de]=GPS und Karten ++GenericName[es]=GPS y mapa ++GenericName[fi]=GPS ja kartta + Comment=Display map and GPS position ++Comment[de]=Zeigt Karten und GPS-Position + Comment[es]=Mostrar mapa y posición GPS + Comment[fi]=Näytä kartta ja GPS-sijainti + Encoding=UTF-8 +@@ -11,6 +14,5 @@ Type=Application + Exec=foxtrotgps + Icon=foxtrotgps + Terminal=false +-Categories=GTK;Application;PIM +-SingleInstance=true ++Categories=GTK;Utility;Geography; + StartupNotify=true --- foxtrotgps-0.99.4+debian3.orig/debian/patches/03-intltoolfix.patch +++ foxtrotgps-0.99.4+debian3/debian/patches/03-intltoolfix.patch @@ -0,0 +1,13 @@ +Author: Timo Jyrinki +Description: + Exclude foxtrotgps.glade.in to prevent FTBFS with 'intltool-update -m' fails. + +diff -Naurp foxtrotgps.orig/po/POTFILES.in foxtrotgps/po/POTFILES.in +--- foxtrotgps.orig/po/POTFILES.in 2010-07-14 23:19:25.877690301 +0200 ++++ foxtrotgps/po/POTFILES.in 2010-07-15 18:30:37.511187666 +0200 +@@ -39,4 +39,4 @@ src/exif.h + # Data files + data/foxtrotgps.desktop.in + data/foxtrotgps.glade +- ++data/foxtrotgps.glade.in --- foxtrotgps-0.99.4+debian3.orig/debian/patches/series +++ foxtrotgps-0.99.4+debian3/debian/patches/series @@ -0,0 +1,4 @@ +01-desktop.patch +02-convert2gpx.patch +03-intltoolfix.patch +04-gpsd.patch --- foxtrotgps-0.99.4+debian3.orig/debian/patches/04-gpsd.patch +++ foxtrotgps-0.99.4+debian3/debian/patches/04-gpsd.patch @@ -0,0 +1,27 @@ +Author: Timo Juhani Lindfors +Description: uses 100% cpu time if gpsd is shut down (Closes: #600471). + +diff -Naurp foxtrotgps.orig//src/gps_functions.c foxtrotgps/src/gps_functions.c +--- foxtrotgps.orig//src/gps_functions.c 2010-06-10 16:09:09.000000000 +0200 ++++ foxtrotgps/src/gps_functions.c 2010-10-17 22:43:46.698470949 +0200 +@@ -713,6 +713,9 @@ cb_gpsd_data(GIOChannel *src, GIOConditi + { + int ret; + ++ if (libgps_gpsdata == NULL) ++ return FALSE; ++ + ret = gps_poll(libgps_gpsdata); + if (ret == 0) + { +@@ -739,7 +742,9 @@ cb_gpsd_data(GIOChannel *src, GIOConditi + } + else + { +- printf("gps_poll returned %d\n", ret); ++ fprintf(stderr, "connection to gpsd LOST\n"); ++ cb_gpsd_io_error(src, condition, data); ++ return FALSE; + } + return TRUE; + } --- foxtrotgps-0.99.4+debian3.orig/debian/patches/02-convert2gpx.patch +++ foxtrotgps-0.99.4+debian3/debian/patches/02-convert2gpx.patch @@ -0,0 +1,22 @@ +Author: Pavel Zubkou +Description: + convert2gpx creates output that doesn't validate against schema + (Closes: #521700). + +diff -Naurp tangogps.orig/contrib/convert2gpx tangogps/contrib/convert2gpx +--- tangogps.orig/contrib/convert2gpx 2009-02-05 12:03:20.000000000 +0000 ++++ tangogps/contrib/convert2gpx 2009-04-05 08:57:09.000000000 +0000 +@@ -30,11 +30,11 @@ chop @arr[6]; + print < + @arr[2] +- @arr[3] ++ + @arr[4] ++ @arr[3] + 3d + @arr[5] +- + + + EOT --- foxtrotgps-0.99.4+debian3.orig/debian/source/format +++ foxtrotgps-0.99.4+debian3/debian/source/format @@ -0,0 +1 @@ +1.0