--- gpxviewer-0.5.2.orig/debian/changelog +++ gpxviewer-0.5.2/debian/changelog @@ -0,0 +1,70 @@ +gpxviewer (0.5.2-1) unstable; urgency=low + + [ Jakub Wilk ] + * Use canonical URIs for Vcs-* fields. + + [ Andrew Gee ] + * New upstream release + * Removed python-osmgpsmap from Depends, now using gi introspection + Closes: #739117 + * Removed python-support, now using dh_python2 + Closes: #786027 + * Removed python-gnome2, now using gi libraries + Closes: #790592 + + -- Andrew Gee Sat, 18 Jul 2015 22:15:37 +0100 + +gpxviewer (0.4.3-1) unstable; urgency=low + + * New upstream release + * Fixes rounding error. Closes: #664494 + * Fixes double build error. Closes: #671212 + + -- Andrew Gee Sat, 12 May 2012 13:22:22 +0100 + +gpxviewer (0.4.1-2) UNRELEASED; urgency=low + + * Add Vcs-* fields. + + -- Jakub Wilk Sat, 10 Sep 2011 00:23:08 +0200 + +gpxviewer (0.4.1-1) unstable; urgency=low + + * New upstream release + * Converted to use dh sequencer, from cdbs + * Python module now installed to private /usr/share/gpxviewer + + -- Andrew Gee Sat, 15 Jan 2011 13:03:30 +0000 + +gpxviewer (0.4.0-1) unstable; urgency=low + + * New upstream release + * Removed no longer required dependency python-glade2 + + -- Andrew Gee Fri, 31 Dec 2010 00:30:16 +0000 + +gpxviewer (0.1.5-1) unstable; urgency=low + + * New upstream release + * Added missing dependency librsvg2-common + + -- Andrew Gee Thu, 06 May 2010 20:06:45 +0100 + +gpxviewer (0.1.4-1) unstable; urgency=low + + * New upstream release + + -- Andrew Gee Fri, 30 Apr 2010 19:01:55 +0100 + +gpxviewer (0.1.3-1) unstable; urgency=low + + * New upstream release + + -- Andrew Gee Sun, 28 Mar 2010 22:35:11 +0100 + +gpxviewer (0.1.2-1) unstable; urgency=low + + * Initial release (Closes: #516609) + + -- Andrew Gee Mon, 22 Mar 2010 19:17:46 +0100 + --- gpxviewer-0.5.2.orig/debian/compat +++ gpxviewer-0.5.2/debian/compat @@ -0,0 +1 @@ +5 --- gpxviewer-0.5.2.orig/debian/control +++ gpxviewer-0.5.2/debian/control @@ -0,0 +1,21 @@ +Source: gpxviewer +Section: misc +Priority: optional +Maintainer: Andrew Gee +Uploaders: Python Applications Packaging Team +Build-Depends: debhelper (>= 7.0.50~), dh-python, python (>= 2.6.6-3~), python-distutils-extra +Standards-Version: 3.9.6 +Homepage: http://andrewgee.org/blog/gpxviewer +Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/gpxviewer/trunk/ +Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/gpxviewer/trunk/ + +Package: gpxviewer +Architecture: all +Depends: ${python:Depends}, gir1.2-osmgpsmap-1.0, gir1.2-glib-2.0, + gir1.2-freedesktop, gir1.2-gtk-3.0, gir1.2-pango-1.0, librsvg2-common, + ${misc:Depends} +Description: views GPS traces collected in the GPX format + This application allows the user to load a GPS trace, in the GPX file format, + and read it in a presentable way. You are shown a few statistics, such as the + duration or maximum speed. You are also shown the trace on an openstreetmap + map, where you can scroll around and zoom. --- gpxviewer-0.5.2.orig/debian/copyright +++ gpxviewer-0.5.2/debian/copyright @@ -0,0 +1,24 @@ +Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=455 +Upstream-Name: GPX Viewer +Upstream-Source: http://andrewgee.org/downloads/gpxviewer/ +Files: * +Copyright: Copyright 2009, Andrew Gee +License: GPL-3+ + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-3' file. +Files: debian/* +Copyright: Copyright 2009, Andrew Gee +License: GPL-3+ + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-3' file. +Files: po/*.po +Copyright: Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 +License: GPL-3+ + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-3' file. +Files: gpxviewer/pygtk_chart/* +Copyright: Copyright 2008 Sven Festersen + Copyright 2009 Sven Festersen +License: GPL-2 + On Debian systems the full text of the GNU General Public License can be found + in the `/usr/share/common-licenses/GPL-2' file. --- gpxviewer-0.5.2.orig/debian/gpxviewer.1 +++ gpxviewer-0.5.2/debian/gpxviewer.1 @@ -0,0 +1,18 @@ +.TH "gpxviewer" "1" +.SH "NAME" +gpxviewer \- GTK application to look at GPS traces collected in the GPX format +.SH "SYNOPSIS" +\fB +.SH "DESCRIPTION" +.B gpxviewer + allows the user to load a GPS trace, in the GPX file format, and read it in + a presentable way. You are shown a few statistics, such as the duration or + maximum speed. You are also shown the trace on an openstreetmap map, where + you can scroll around and zoom. +.SH "BUGS" +You can report bugs you find in this software at +http://bugs.launchpad.net/gpxviewer +.SH "AUTHOR" +.PP +This manual page was written by Andrew Gee +for the \fBDebian GNU/Linux\fP system. --- gpxviewer-0.5.2.orig/debian/gpxviewer.manpages +++ gpxviewer-0.5.2/debian/gpxviewer.manpages @@ -0,0 +1 @@ +debian/gpxviewer.1 --- gpxviewer-0.5.2.orig/debian/pycompat +++ gpxviewer-0.5.2/debian/pycompat @@ -0,0 +1 @@ +2 --- gpxviewer-0.5.2.orig/debian/rules +++ gpxviewer-0.5.2/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +%: + dh $@ --with python2 + +override_dh_auto_install: + python setup.py install --root=debian/gpxviewer --install-lib=/usr/share/gpxviewer/ --install-scripts=/usr/share/gpxviewer/scripts/ + mv debian/gpxviewer/usr/share/gpxviewer/scripts/gpxviewer debian/gpxviewer/usr/share/gpxviewer/gpxviewer_run + rm -r debian/gpxviewer/usr/share/gpxviewer/scripts + dh_link /usr/share/gpxviewer/gpxviewer_run /usr/bin/gpxviewer --- gpxviewer-0.5.2.orig/debian/source/format +++ gpxviewer-0.5.2/debian/source/format @@ -0,0 +1 @@ +1.0 --- gpxviewer-0.5.2.orig/debian/watch +++ gpxviewer-0.5.2/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://andrewgee.org/downloads/gpxviewer/gpxviewer-(.*)\.tar\.gz