--- viking-0.9.8.orig/debian/viking.links +++ viking-0.9.8/debian/viking.links @@ -0,0 +1 @@ +/usr/share/pixmaps/viking.xpm /usr/share/icons/viking.xpm --- viking-0.9.8.orig/debian/viking.dirs +++ viking-0.9.8/debian/viking.dirs @@ -0,0 +1,3 @@ +usr/share/applications +usr/share/pixmaps +usr/share/icons --- viking-0.9.8.orig/debian/compat +++ viking-0.9.8/debian/compat @@ -0,0 +1 @@ +5 --- viking-0.9.8.orig/debian/control +++ viking-0.9.8/debian/control @@ -0,0 +1,40 @@ +Source: viking +Section: utils +Priority: optional +Maintainer: The Debian Vikings +Uploaders: Bernd Zeimetz , Guilhem BONNEFILLE , Ralf Meyer +Build-Depends: debhelper (>= 5), automake1.9, autoconf, autotools-dev, libcurl4-gnutls-dev, libexpat1-dev, libgtk2.0-dev, libglib2.0-dev (>= 2.12.0), libgps-dev, xsltproc, docbook-xsl, docbook-xml, intltool, dpatch +Standards-Version: 3.8.1 +Homepage: http://viking.sf.net +Vcs-Svn: https://viking.svn.sourceforge.net/svnroot/viking/pkg-deb/trunk/ +Vcs-Browser: http://viking.svn.sourceforge.net/viewvc/viking/pkg-deb/trunk/ + +Package: viking +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: gpsbabel +Suggests: gpsd +Description: GPS data editor, analyzer and viewer + Viking aims to be easy to use, yet powerful in accomplishing a wide + variety of GPS related tasks. It uses a hierarchical layering system + to organize GPS data, maps, and other layer types with spatial data, + such as coordinate lines. + . + Some of the things you can use Viking for are: + . + * Uploading and downloading waypoints, tracks to/from GPS. + * Realtime GPS tracking and track recording. + * Preparing tracks and waypoints for trips using maps from services + such as Googlemaps, Terrasever. You only need to upload the data + to your GPS before you leave. The maps together with your tracks + and waypoints can also be printed and used during the trip. + * After trips, tracks and waypoints from GPS can be downloaded, + stored, managed and reused in later trips. + * Analyzing OHV and hiking trips, understanding where you went and + how far you were from something. + * Making waypoints and tracks to follow to easily get someplace + you've never been before or don't have GPS data for but Terraserver + maps exist for it. + * Making maps with coordinate lines. + * Analyzing speed at different places, adding waypoints where you forgot + to mark one but did slow down or stop. --- viking-0.9.8.orig/debian/changelog +++ viking-0.9.8/debian/changelog @@ -0,0 +1,180 @@ +viking (0.9.8-2) unstable; urgency=low + + * Work around missing gpsd_units() from the gpsd header + files by including gpsdclient.h from gpsd (Closes: #524084). + * Bumping Standards-Version to 3.8.1, no changes needed. + * Fixing an implcit declaration in src/util.c. + + -- Bernd Zeimetz Fri, 17 Apr 2009 22:47:27 +0200 + +viking (0.9.8-1) unstable; urgency=low + + [ Guilhem Bonnefille ] + * New upstream version. The following changes were introduced since 0.9.6: + - Update of most translations + - Icon is build and installed by upstream now, the according lines + were removed from debian/rules. + - src/viking.desktop.in: add GenericName and revise Categories + - debian/control: Removing quilt to build dependencies. + - debian/patches: Removing all (no more patches applied). + - debian/rules: Removing quilt.make include. + + [ Bernd Zeimetz ] + * debian/control: + - Bumping standards-version, no changes needed. + + -- Bernd Zeimetz Sun, 15 Feb 2009 23:57:16 +0100 + +viking (0.9.6-2) unstable; urgency=low + + * Unfortunately the google maps fix in 0.9.6-1 worked only for a few days, + hopefully the now introduced patch is a durable fix (Closes: #491631). + - debian/control: Adding quilt to build dependencies. + - debian/patches: Adding viking_google_fix.diff and series file. + The patch is based on the output of + svn diff -r739:740 \ + https://viking.svn.sourceforge.net/svnroot/viking/trunk + - debian/rules: Adding quilt.make include and dependencies on + patch/unpatch targets. + + -- Bernd Zeimetz Fri, 08 Aug 2008 12:31:56 +0200 + +viking (0.9.6-1) unstable; urgency=low + + * New upstream version. The following changes were introduced since + 0.9.4.20080717 (which was a pre-release of 0.9.5): + - Manpages are build and installed by upstream now, the according lines + were removed from debian/rules and debian/viking.manpages. + - Update of most translations + - Google map layers stopped working due to changes by Google, this problem + is fixed now (Closes: #491631). As this feature is used by most of our + users, it should be fixed for Lenny. + - The gcget command line needed to be fixed to accommodate negative coords. + This doesn't affect Debian as the geocaching features are not enabled + yet. + - Removing unecessary (and probably ) Makefile.am directive + + -- Bernd Zeimetz Mon, 04 Aug 2008 02:17:58 +0200 + +viking (0.9.4.20080717-1) unstable; urgency=low + + * New upstream version. + * debian/viking.desktop: + - Dropping file, provided by upstream now. + * debian/viking.install: + - Updating file accordingly - don't install viking.desktop anymore. + * debian/copyright: + - Using a shorter identing to make lintian happy. + * debian/*.xml: + - Removing files, manpages are shipped by upstream now, but unfortunately + not being built and installed automatically yet. + * debian/rules: + - Use doc/%.xml as source for the manpages. + + -- Bernd Zeimetz Fri, 18 Jul 2008 23:38:50 +0200 + +viking (0.9.4.20080614-1) unstable; urgency=low + + * New upstream version. + + -- Bernd Zeimetz Mon, 23 Jun 2008 17:20:43 +0200 + +viking (0.9.4-1) unstable; urgency=low + + * New upstream version. + * debian/rules, debian/control, debian/patches: + - Removing all traces of dpatch - no patches needed anymore. + + -- Bernd Zeimetz Sun, 02 Mar 2008 00:30:45 +0100 + +viking (0.9.3.20080220-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Moving gpsbabel from Suggests to Recommends. + - Updating my email address. + - Adding intltool to Build-Depends. + - Bumping Standards-Version - no changes needed. + * debian/patches: + - viktrwlayer.c-implicit-decl-fix.dpatch, + use-x-www-browser.dpatch, + dems.c-implicit-decl-fix.dpatch: + Removing patches, integrated upstream + + -- Bernd Zeimetz Sun, 24 Feb 2008 00:20:35 +0100 + +viking (0.9.3-2) unstable; urgency=low + + * debian/control: + - Renaming XS-Vcs-* fields to Vcs-* as they're supported by dpkg now. + * debian/patches: + - Updating viktrwlayer.c-implicit-decl-fix.dpatch to fix the implicit + declaration completely, thanks to Dann Frazier (Closes: #447662) + + -- Bernd Zeimetz Sun, 18 Nov 2007 02:14:59 +0100 + +viking (0.9.3-1) unstable; urgency=low + + * New upstream version + * debian/control: + - Adding libgps-dev as Build-Dep + - Adding realtime-features to the description + * debian/patches: + - Removing patches which were integrated in the new release, only keeping + use-x-www-browser.dpatch to set the browser to a sane default. + - Adding dems.c-implicit-decl-fix and viktrwlayer.c-implicit-decl-fix to + fix two implicit declarations. + + -- Bernd Zeimetz Mon, 22 Oct 2007 15:51:29 +0200 + +viking (0.9.2-2) unstable; urgency=low + + * debian/control: + - Adding Homepage field, removing pseudo-field from description + - Adding XS-Vcs-Svn and XS-Vcs-Browser fields + * debian/patches: + - Adding google-download-fix.dpatch which backports commit r436 from svn, + fixing Google maps/sat downloads + - Adding dem-fix.patch to fix a bug which resulted in a segfault while + loading DEM files on 64bit platforms + + -- Bernd Zeimetz Tue, 09 Oct 2007 16:01:25 +0200 + +viking (0.9.2-1) unstable; urgency=low + + * New upstream version, including a better handling of views + (Closes: #439193) + * debian/control: + - Adding versioned libglib2.0-dev dep. to Build-Depends to make + backporter's life more easy + * debian/patches: + - Removing bugfix-patches from former versions as they're included in + upstream's release now + - Adding viking-initial-location.dpatch to fix a crash due to an + uninitialized mode of the center location + + -- Bernd Zeimetz Mon, 03 Sep 2007 12:56:40 +0200 + +viking (0.9+fix1-2) unstable; urgency=low + + * debian/viking.menu: + - Updating menu entry according to the new menu policy + * debian/patches: + - Adding clipboard-copy-crash-fix.dpatch to fix a segvault which occurred + on 64bit platforms while copying a layer to the clipboard + * debian/viking.dirs: + - Removing not needed entry /usr/share/viking + * debian/control: + - Adding automake1.9, autoconf to Build-Deps to fix several warnings on + build-time + * debian/rules: + - Make sure we can build the package even if configure was not created yet + to support developers who like to build from trunk/svn snapshots + + -- Bernd Zeimetz Sun, 19 Aug 2007 21:31:55 +0200 + +viking (0.9+fix1-1) unstable; urgency=low + + * Initial release (Closes: #412436) + + -- Bernd Zeimetz Mon, 16 Jul 2007 14:15:00 +0200 --- viking-0.9.8.orig/debian/watch +++ viking-0.9.8/debian/watch @@ -0,0 +1,4 @@ +version=3 + +opts="uversionmangle=s/-/+/" \ +http://sf.net/viking/viking-([0-9].*)\.tar\.gz --- viking-0.9.8.orig/debian/rules +++ viking-0.9.8/debian/rules @@ -0,0 +1,113 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/dpatch/dpatch.make + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE)) + confflags += --build $(DEB_HOST_GNU_TYPE) +else + confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +endif + +configure: config-stamp + +config-stamp: patch + dh_testdir + + #make building from trunk more easy + if [ ! -x configure ]; then \ + ./autogen.sh ;\ + touch clean-configure ;\ + fi + + test -r config.sub_orig || test -r config.sub && cp config.sub config.sub_orig || true + cp -f /usr/share/misc/config.sub config.sub + test -r config.guess_orig || test -r config.guess && cp config.guess config.guess_orig || true + cp -f /usr/share/misc/config.guess config.guess + ./configure $(confflags) --prefix=/usr \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + touch $@ + +build: build-stamp + +build-stamp: config-stamp + dh_testdir + + $(MAKE) + touch $@ + + +clean: clean-patched unpatch + +clean-patched: + dh_testdir + dh_testroot + rm -f build-stamp config-stamp + + if [ -r Makefile ]; then $(MAKE) distclean; fi + + test -r config.sub_orig && mv config.sub_orig config.sub || true + test -r config.guess_orig && mv config.guess_orig config.guess || true + rm -f $(MANPAGES) + + if [ -r clean-configure ]; then \ + rm -f clean-configure config.guess config.sub src/config.h.in aclocal.m4 \ + src/authors.h missing install-sh depcomp configure Makefile.in ;\ + fi + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + $(MAKE) DESTDIR=$(CURDIR)/debian/viking install + +# Build architecture-independent files here. +binary-indep: install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_install + dh_installmenu + dh_installman + dh_desktop + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean configure binary-indep binary-arch binary install clean-patched patch unpatch --- viking-0.9.8.orig/debian/viking.xpm +++ viking-0.9.8/debian/viking.xpm @@ -0,0 +1,537 @@ +/* XPM */ +static char * viking_icon_xpm[] = { +"32 32 502 2", +" c None", +". c #437399", +"+ c #3978A8", +"@ c #307AB2", +"# c #2773AC", +"$ c #2069A2", +"% c #195887", +"& c #134367", +"* c #0E2130", +"= c #5A95C1", +"- c #52A2DE", +"; c #489EDF", +"> c #3F94D6", +", c #3589CD", +"' c #2C81C7", +") c #2478BE", +"! c #1D71B3", +"~ c #166AAA", +"{ c #11619C", +"] c #0C4670", +"^ c #63B2F4", +"/ c #5DB4FB", +"( c #55A9F0", +"_ c #4D9DD6", +": c #4493C1", +"< c #3B86A0", +"[ c #327878", +"} c #296F71", +"| c #2070A7", +"1 c #196BAF", +"2 c #1366AA", +"3 c #0E63A9", +"4 c #0B5589", +"5 c #07191D", +"6 c #68ADB5", +"7 c #65ACA5", +"8 c #5FA6A8", +"9 c #599F9C", +"0 c #529060", +"a c #498D7F", +"b c #3F868B", +"c c #387130", +"d c #2D7375", +"e c #2476BB", +"f c #1E6571", +"g c #175D61", +"h c #115A73", +"i c #0E4F31", +"j c #0B420C", +"k c #061406", +"l c #66A496", +"m c #66A25D", +"n c #649E5A", +"o c #609A5A", +"p c #599E95", +"q c #53936F", +"r c #4A95B1", +"s c #418DAC", +"t c #3889BF", +"u c #307B99", +"v c #2775A2", +"w c #215E31", +"x c #1C5414", +"y c #154E0D", +"z c #11490A", +"A c #0C4709", +"B c #093D07", +"C c #050905", +"D c #5B92BF", +"E c #5EA599", +"F c #609A58", +"G c #5F9B5F", +"H c #5C985E", +"I c #58945B", +"J c #539166", +"K c #4A97BF", +"L c #4195DB", +"M c #3A8CCC", +"N c #3281B6", +"O c #2B6B50", +"P c #245E23", +"Q c #1D571A", +"R c #165118", +"S c #124B10", +"T c #0E460B", +"U c #0A4608", +"V c #062B05", +"W c #696969", +"X c #5C5C5C", +"Y c #303030", +"Z c #53979B", +"` c #57914D", +" . c #589456", +".. c #599353", +"+. c #579252", +"@. c #539998", +"#. c #4E9ED3", +"$. c #489AD7", +"%. c #4193D0", +"&. c #3381AF", +"*. c #2D6C50", +"=. c #246967", +"-. c #1F5A25", +";. c #185114", +">. c #134C10", +",. c #0E480C", +"'. c #0B4408", +"). c #093E06", +"!. c #000400", +"~. c #7A7A7B", +"{. c #686868", +"]. c #5A5A5A", +"^. c #252525", +"/. c #436F9B", +"(. c #488C6D", +"_. c #4D8643", +":. c #4F8A50", +"<. c #508C54", +"[. c #4E9699", +"}. c #4C9FE6", +"|. c #499AD9", +"1. c #4596D4", +"2. c #3F91CE", +"3. c #398BCD", +"4. c #337E9E", +"5. c #2D6B43", +"6. c #25685E", +"7. c #1E6361", +"8. c #185B50", +"9. c #144D12", +"0. c #0F490E", +"a. c #0C4405", +"b. c #0A4305", +"c. c #052303", +"d. c #828372", +"e. c #7E7C7B", +"f. c #68666D", +"g. c #474747", +"h. c #1F201F", +"i. c #3871A4", +"j. c #3E8678", +"k. c #427E4A", +"l. c #4391B8", +"m. c #468F9E", +"n. c #4597D8", +"o. c #4394D2", +"p. c #4091D0", +"q. c #3B8DCA", +"r. c #3787C2", +"s. c #33704A", +"t. c #2D6625", +"u. c #265F1E", +"v. c #205817", +"w. c #1A5319", +"x. c #144F21", +"y. c #104705", +"z. c #0B4929", +"A. c #003B16", +"B. c #487932", +"C. c #D2FF8D", +"D. c #ACD374", +"E. c #879464", +"F. c #363833", +"G. c #17121B", +"H. c #2E70A5", +"I. c #3284B6", +"J. c #37785D", +"K. c #3A7E71", +"L. c #3A89B4", +"M. c #3C88A8", +"N. c #3C8DCB", +"O. c #3B8CC9", +"P. c #3A8BC9", +"Q. c #3688CA", +"R. c #337E9F", +"S. c #30692D", +"T. c #2B642A", +"U. c #1F581E", +"V. c #195216", +"W. c #145029", +"X. c #0F4A19", +"Y. c #085167", +"Z. c #055286", +"`. c #99CA78", +" + c #C5FF90", +".+ c #B3F677", +"++ c #A6E865", +"@+ c #86C558", +"#+ c #5F863E", +"$+ c #25679A", +"%+ c #297DBE", +"&+ c #2B7FC5", +"*+ c #2F7A96", +"=+ c #32797C", +"-+ c #347768", +";+ c #347FA0", +">+ c #3386CD", +",+ c #3283C2", +"'+ c #3081C0", +")+ c #2D7CAE", +"!+ c #2C683B", +"~+ c #276024", +"{+ c #225B1E", +"]+ c #1D561B", +"^+ c #185115", +"/+ c #144C0F", +"(+ c #0F4E30", +"_+ c #035396", +":+ c #307593", +"<+ c #CFFF9A", +"[+ c #C8F688", +"}+ c #D0E289", +"|+ c #B8D771", +"1+ c #9FD45A", +"2+ c #89D04F", +"3+ c #7ABD47", +"4+ c #5E9035", +"5+ c #1D5E90", +"6+ c #2074B5", +"7+ c #2374B1", +"8+ c #2577BA", +"9+ c #296B51", +"0+ c #2C641A", +"a+ c #2D672A", +"b+ c #2C6F61", +"c+ c #2A7BB9", +"d+ c #297AB8", +"e+ c #2778B7", +"f+ c #2472A7", +"g+ c #216FA4", +"h+ c #1E6059", +"i+ c #1B5212", +"j+ c #174F16", +"k+ c #124A0B", +"l+ c #105455", +"m+ c #004D97", +"n+ c #89C098", +"o+ c #D2FF90", +"p+ c #CEE094", +"q+ c #C4D288", +"r+ c #BBC87C", +"s+ c #B6C673", +"t+ c #A2B959", +"u+ c #87BE46", +"v+ c #72B43F", +"w+ c #263718", +"x+ c #164C77", +"y+ c #186EB0", +"z+ c #1A6CAC", +"A+ c #1D6DA4", +"B+ c #215E2C", +"C+ c #235D20", +"D+ c #255F22", +"E+ c #255E1D", +"F+ c #25654A", +"G+ c #2272AC", +"H+ c #2070AE", +"I+ c #1F6FAB", +"J+ c #1C6CAF", +"K+ c #196380", +"L+ c #184F0F", +"M+ c #104D2F", +"N+ c #07579A", +"O+ c #206993", +"P+ c #C3FA95", +"Q+ c #CAF48E", +"R+ c #D3E094", +"S+ c #ADBC76", +"T+ c #8D995F", +"U+ c #93A15E", +"V+ c #AEBA6B", +"W+ c #8BB14A", +"X+ c #6EB03B", +"Y+ c #171F10", +"Z+ c #103958", +"`+ c #1266A6", +" @ c #1466A4", +".@ c #1568AB", +"+@ c #195F62", +"@@ c #1C5513", +"#@ c #1D571B", +"$@ c #1E5718", +"%@ c #1E5B33", +"&@ c #1B6BA4", +"*@ c #1A6AA7", +"=@ c #1968A5", +"-@ c #1667A6", +";@ c #15618C", +">@ c #144C0D", +",@ c #11490C", +"'@ c #0D4A27", +")@ c #014C74", +"!@ c #6AAD93", +"~@ c #CBFF89", +"{@ c #CCE58F", +"]@ c #C2D186", +"^@ c #97A368", +"/@ c #8B975C", +"(@ c #98A65F", +"_@ c #9EAD5F", +":@ c #84BE44", +"<@ c #4C772B", +"[@ c #030006", +"}@ c #0D5C97", +"|@ c #0F609F", +"1@ c #10619E", +"2@ c #1264A6", +"3@ c #15553D", +"4@ c #175010", +"5@ c #185010", +"6@ c #165C5D", +"7@ c #1566A7", +"8@ c #1564A0", +"9@ c #1463A0", +"0@ c #1262A2", +"a@ c #115C86", +"b@ c #10490A", +"c@ c #0F4606", +"d@ c #084D53", +"e@ c #135550", +"f@ c #A9EE8C", +"g@ c #BEF27F", +"h@ c #CFDC90", +"i@ c #A5B370", +"j@ c #8F9A61", +"k@ c #8B9759", +"l@ c #A1AF64", +"m@ c #94AD51", +"n@ c #77BE3F", +"o@ c #1F2C14", +"p@ c #050406", +"q@ c #093F68", +"r@ c #0A5E9F", +"s@ c #0C5B97", +"t@ c #0C5FA2", +"u@ c #0E5664", +"v@ c #114904", +"w@ c #114E26", +"x@ c #0F609E", +"y@ c #105F9C", +"z@ c #0F5E9B", +"A@ c #0E5D9B", +"B@ c #0D5B92", +"C@ c #0E4715", +"D@ c #0D4920", +"E@ c #004D91", +"F@ c #4E9481", +"G@ c #B6FC77", +"H@ c #BDD880", +"I@ c #C1CF82", +"J@ c #8E9A60", +"K@ c #7B8553", +"L@ c #8E9D58", +"M@ c #A4B062", +"N@ c #85BA44", +"O@ c #54832F", +"P@ c #080709", +"Q@ c #07528B", +"R@ c #085B9A", +"S@ c #09599A", +"T@ c #0A5782", +"U@ c #0D4500", +"V@ c #0C5361", +"W@ c #0B5C9D", +"X@ c #0B5B97", +"Y@ c #0B5A97", +"Z@ c #0A5996", +"`@ c #095894", +" # c #094F5F", +".# c #09547B", +"+# c #025092", +"@# c #88CD74", +"## c #ABE36D", +"$# c #B0BF79", +"%# c #9DAC65", +"&# c #7D8950", +"*# c #A4B363", +"=# c #97AF54", +"-# c #77B83E", +";# c #2A3F1A", +"># c #020005", +",# c #041929", +"'# c #05528D", +")# c #065897", +"!# c #065695", +"~# c #09482F", +"{# c #085379", +"]# c #075897", +"^# c #075793", +"/# c #075794", +"(# c #075692", +"_# c #065591", +":# c #055597", +"<# c #004D93", +"[# c #317B7F", +"}# c #9BDE60", +"|# c #A5C86B", +"1# c #B6C474", +"2# c #828E55", +"3# c #ABBC68", +"4# c #79854B", +"5# c #909B56", +"6# c #86B244", +"7# c #5E9633", +"8# c #080708", +"9# c #03192A", +"0# c #04508A", +"a# c #04589C", +"b# c #055070", +"c# c #064E66", +"d# c #055595", +"e# c #055490", +"f# c #055491", +"g# c #05538F", +"h# c #04528F", +"i# c #03528E", +"j# c #01508F", +"k# c #67AB65", +"l# c #92D653", +"m# c #A3BF5F", +"n# c #B7C474", +"o# c #94A25B", +"p# c #78834A", +"q# c #8A9752", +"r# c #8E9F50", +"s# c #7BBE3D", +"t# c #2F481C", +"u# c #030004", +"v# c #020C13", +"w# c #033D69", +"x# c #025291", +"y# c #025693", +"z# c #035593", +"A# c #04538F", +"B# c #025492", +"C# c #004C8C", +"D# c #1C5C6B", +"E# c #87C94D", +"F# c #81B549", +"G# c #88BB46", +"H# c #96C04B", +"I# c #9AAD57", +"J# c #A5B460", +"K# c #A5B161", +"L# c #83AB40", +"M# c #609C33", +"N# c #0D100A", +"O# c #050405", +"P# c #011626", +"Q# c #013156", +"R# c #02406E", +"S# c #024B84", +"T# c #024D86", +"U# c #013F6F", +"V# c #043455", +"W# c #000622", +"X# c #5B882F", +"Y# c #82C746", +"Z# c #64693B", +"`# c #74923B", +" $ c #6D943C", +".$ c #83BA37", +"+$ c #86B13D", +"@$ c #7FA33F", +"#$ c #73B63A", +"$$ c #3A5B1F", +"%$ c #000003", +"&$ c #01080E", +"*$ c #01090F", +"=$ c #010203", +"-$ c #588A32", +";$ c #79BE41", +">$ c #74B03D", +",$ c #76AA38", +"'$ c #607034", +")$ c #688434", +"!$ c #63722E", +"~$ c #70B535", +"{$ c #629E33", +"]$ c #10180A", +"^$ c #020103", +"/$ c #456B26", +"($ c #639D35", +"_$ c #72B63C", +":$ c #75B937", +"<$ c #689132", +"[$ c #61802F", +"}$ c #70B336", +"|$ c #426B22", +"1$ c #000001", +"2$ c #0C1209", +"3$ c #2F4A19", +"4$ c #568B2D", +"5$ c #6BAE34", +"6$ c #70B636", +"7$ c #64A232", +"8$ c #111B09", +"9$ c #020002", +"0$ c #263C14", +"a$ c #3C601E", +"b$ c #1C2C0E", +"c$ c #000000", +" ", +" ", +" ", +" ", +" . + @ # $ % & * ", +" = - ; > , ' ) ! ~ { ] ", +" ^ / ( _ : < [ } | 1 2 3 4 5 ", +" 6 7 8 9 0 a b c d e f g h i j k ", +" l m n o p q r s t u v w x y z A B C ", +" D E F G H I J K L M N O P Q R S T U V W W X Y ", +" Z ` ...+.@.#.$.%.M &.*.=.-.;.>.,.'.).!. ~.{.].^. ", +" /.(._.:.<.[.}.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f.g.h. ", +" i.j.k.l.m.n.1.o.p.q.r.s.t.u.v.w.x.y.z.A.B.C.D.E.F.G. ", +" H.I.J.K.L.M.N.O.P.Q.R.S.T.P U.V.W.X.Y.Z.`. +.+++@+#+ ", +" $+%+&+*+=+-+;+>+,+'+)+!+~+{+]+^+/+(+_+:+<+[+}+|+1+2+3+4+ ", +" 5+6+7+8+9+0+a+b+c+d+e+f+g+h+i+j+k+l+m+n+o+p+q+r+s+t+u+v+w+ ", +" x+y+z+A+B+C+D+E+F+G+H+I+J+K+L+/+M+N+O+P+Q+R+S+T+U+V+W+X+Y+ ", +" Z+`+ @.@+@@@#@$@%@&@*@=@-@;@>@,@'@)@!@~@{@]@^@/@(@_@:@<@[@ ", +" }@|@1@2@3@4@5@6@7@8@9@0@a@b@c@d@e@f@g@h@i@j@k@l@m@n@o@p@ ", +" q@r@s@t@u@v@w@x@y@y@z@A@B@C@D@E@F@G@H@I@J@K@L@M@N@O@P@ ", +" Q@R@S@T@U@V@W@X@X@Y@Z@`@ #.#+#@###$#J@%#&#*#=#-#;#># ", +" ,#'#)#!#~#{#]#^#/#^#(#_#:#<#[#}#|#1#2#3#4#5#6#7#8# ", +" 9#0#a#b#c#d#e#f#e#g#h#i#j#k#l#m#n#o#p#q#r#s#t#u# ", +" v#w#x#y#z#A#h#i#B#z#C#D#E#F#G#H#I#J#K#L#M#N#O# ", +" P#Q#R#S#T#S#U#V#W#X#Y#Z#`# $.$+$@$#$$$%$ ", +" &$*$&$=$ -$;$>$,$'$)$!$~${$]$^$ ", +" /$($_$:$<$[$}$|$1$ ", +" 2$3$4$5$6$7$8$1$ ", +" 9$0$a$b$c$ ", +" c$ ", +" ", +" "}; --- viking-0.9.8.orig/debian/viking.install +++ viking-0.9.8/debian/viking.install @@ -0,0 +1 @@ +debian/viking.xpm /usr/share/pixmaps --- viking-0.9.8.orig/debian/copyright +++ viking-0.9.8/debian/copyright @@ -0,0 +1,146 @@ +This package was debianized by +The Debian Vikings +on Mon, 16 Jul 2007 20:56:18 +0200 + +It was downloaded from + +Upstream Authors: + + Evan Battaglia + +Contributors: + + Alex Foobarian + Guilhem BONNEFILLE + Jocelyn Jaubert + Mark Coulter + Quy Tonthat + + Few other bugfixes/minor patches from various contributors. + See ChangeLog for details. + +Copyright: + + Copyright (C) 2003-2007 Evan Battaglia + +License: + + This package 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 package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General Public License, +version 2, can be found in `/usr/share/common-licenses/GPL-2'. + + +The Debian packaging is +(C) 2007, The Debian Vikings +and is licensed under the GPL, version 2, see above. + +The Debian Vikings are: + Guilhem BONNEFILLE + Ralf Meyer + Bernd Zeimetz + + +Additional/different Copyrights: + * src/babel.h: + Copyright (C) 2003-2005, Evan Battaglia + Copyright (C) 2005, Alex Foobarian + + + * src/degrees_converters.c, src/degrees_converters.h + Copyright (C) 2006-2007, Guilhem Bonnefille + + + * src/modules.h, src/modules.c: + Copyright (C) 2006-2007, Guilhem Bonnefille + + + * src/gpx.c: + Copyright (C) 2003-2005, Evan Battaglia + + Some of the code adapted from GPSBabel 1.2.7 + http://gpsbabel.sf.net/ + Copyright (C) 2002, 2003, 2004, 2005 Robert Lipe, robertlipe@usa.net + + + * src/vikmapslayer.c: + Copyright (C) 2005, Evan Battaglia + UTM multi-zone stuff by Kit Transue + Dynamic map type by Guilhem Bonnefille + + + * src/expedia.c: + Copyright (C) 2005, Evan Battaglia + + Some formulas or perhaps even code derived from GPSDrive + GPSDrive Copyright (C) 2001-2004 Fritz Ganter + + + * src/gtkcellrendererprogress.h, src/gtkcellrendererprogress.c: + Taken from Gaim 0.77. + + Gaim is the legal property of its developers, whose names are too numerous + to list here. Please refer to the COPYRIGHT file distributed with this + source distribution. + + The COPYRIGHT file distributed with Gaim 0.77 can be found here: + http://pidgin.svn.sourceforge.net/viewvc/pidgin/tags/v0_77/gaim/COPYRIGHT?view=markup + + + * src/vikviewport.c: + Copyright (C) 2003-2005, Evan Battaglia + + Lat/Lon plotting functions calcxy * are from GPSDrive + GPSDrive Copyright (C) 2001-2004 Fritz Ganter + + Multiple UTM zone patch by Kit Transue + + + +Files under other licenses than GPL Version 2: + + * src/coords.h: + borrowed from: + http://acme.com/software/coords/ + I (Evan Battaglia have only made some small + changes such as renaming functions and defining LatLon and UTM structs. + + coords.h - include file for coords routines + + Copyright (C) 2001 by Jef Poskanzer . + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + --- viking-0.9.8.orig/debian/viking.menu +++ viking-0.9.8/debian/viking.menu @@ -0,0 +1,6 @@ +?package(viking):\ +needs="X11"\ +section="Applications/Science/Geoscience"\ +title="Viking"\ +command="/usr/bin/viking"\ +icon="/usr/share/pixmaps/viking.xpm" --- viking-0.9.8.orig/debian/viking.docs +++ viking-0.9.8/debian/viking.docs @@ -0,0 +1,2 @@ +doc/G* +NEWS --- viking-0.9.8.orig/debian/patches/00dpatch.conf +++ viking-0.9.8/debian/patches/00dpatch.conf @@ -0,0 +1,2 @@ +conf_debianonly=1 +conf_origtargzpath=../tarballs --- viking-0.9.8.orig/debian/patches/implicit_decl_util.c.dpatch +++ viking-0.9.8/debian/patches/implicit_decl_util.c.dpatch @@ -0,0 +1,18 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## implicit_decl_util.c.dpatch by Bernd Zeimetz +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad trunk~/src/util.c trunk/src/util.c +--- trunk~/src/util.c 2009-02-08 14:47:01.000000000 +0100 ++++ trunk/src/util.c 2009-04-15 17:23:44.000000000 +0200 +@@ -26,6 +26,7 @@ + #endif + + #include ++#include + + #include "dialog.h" + --- viking-0.9.8.orig/debian/patches/gpsdclient.h.dpatch +++ viking-0.9.8/debian/patches/gpsdclient.h.dpatch @@ -0,0 +1,48 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## gpsdclient.h.dpatch by Bernd Zeimetz +## +## DP: gpsdclient.h taken from gpsd source, license: BSD + +@DPATCH@ +diff -urNad trunk~/src/gpsdclient.h trunk/src/gpsdclient.h +--- trunk~/src/gpsdclient.h 1970-01-01 01:00:00.000000000 +0100 ++++ trunk/src/gpsdclient.h 2009-04-15 14:30:22.000000000 +0200 +@@ -0,0 +1,25 @@ ++/* $Id: gpsdclient.h 5330 2009-03-03 04:05:42Z ckuethe $ */ ++/* gpsdclient.h -- common functions for GPSD clients */ ++ ++#ifndef _GPSD_GPSDCLIENT_H_ ++#define _GPSD_GPSDCLIENT_H_ ++struct fixsource_t ++/* describe a data source */ ++{ ++ char *spec; /* pointer to actual storage */ ++ char *server; ++ char *port; ++ char *device; ++}; ++ ++enum unit {unspecified, imperial, nautical, metric}; ++enum unit gpsd_units(void); ++enum deg_str_type { deg_dd, deg_ddmm, deg_ddmmss }; ++ ++extern /*@observer@*/ char *deg_to_str( enum deg_str_type type, double f); ++ ++extern void gpsd_source_spec(/*@null@*/const char *fromstring, ++ /*@out@*/struct fixsource_t *source); ++ ++#endif /* _GPSDCLIENT_H_ */ ++/* gpsdclient.h ends here */ +diff -urNad trunk~/src/vikgpslayer.c trunk/src/vikgpslayer.c +--- trunk~/src/vikgpslayer.c 2009-02-08 14:47:01.000000000 +0100 ++++ trunk/src/vikgpslayer.c 2009-04-15 14:30:55.000000000 +0200 +@@ -39,6 +39,9 @@ + #include + #ifdef VIK_CONFIG_REALTIME_GPS_TRACKING + #include ++#ifndef gpsd_units ++#include "gpsdclient.h" ++#endif + #endif + + #if ! GLIB_CHECK_VERSION(2,14,0) --- viking-0.9.8.orig/debian/patches/00list +++ viking-0.9.8/debian/patches/00list @@ -0,0 +1,2 @@ +gpsdclient.h.dpatch +implicit_decl_util.c