[Python-apps-commits] r4981 - in packages/gpxviewer/trunk (10 files)

andrewgee-guest at users.alioth.debian.org andrewgee-guest at users.alioth.debian.org
Sat Mar 20 19:11:49 UTC 2010


    Date: Saturday, March 20, 2010 @ 19:11:46
  Author: andrewgee-guest
Revision: 4981

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/gpxviewer/trunk/debian/
  packages/gpxviewer/trunk/debian/changelog
  packages/gpxviewer/trunk/debian/compat
  packages/gpxviewer/trunk/debian/control
  packages/gpxviewer/trunk/debian/copyright
  packages/gpxviewer/trunk/debian/gpxviewer.1
  packages/gpxviewer/trunk/debian/gpxviewer.manpages
  packages/gpxviewer/trunk/debian/pycompat
  packages/gpxviewer/trunk/debian/rules
  packages/gpxviewer/trunk/debian/watch


Property changes on: packages/gpxviewer/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/gpxviewer/trunk/debian/changelog
===================================================================
--- packages/gpxviewer/trunk/debian/changelog	                        (rev 0)
+++ packages/gpxviewer/trunk/debian/changelog	2010-03-20 19:11:46 UTC (rev 4981)
@@ -0,0 +1,6 @@
+gpxviewer (0.1.2-1) unstable; urgency=low
+
+  * Initial release (Closes: #516609)
+
+ -- Andrew Gee <andrew at andrewgee.org>  Fri, 20 Nov 2009 14:33:54 +0100
+

Added: packages/gpxviewer/trunk/debian/compat
===================================================================
--- packages/gpxviewer/trunk/debian/compat	                        (rev 0)
+++ packages/gpxviewer/trunk/debian/compat	2010-03-20 19:11:46 UTC (rev 4981)
@@ -0,0 +1 @@
+5

Added: packages/gpxviewer/trunk/debian/control
===================================================================
--- packages/gpxviewer/trunk/debian/control	                        (rev 0)
+++ packages/gpxviewer/trunk/debian/control	2010-03-20 19:11:46 UTC (rev 4981)
@@ -0,0 +1,18 @@
+Source: gpxviewer
+Section: misc
+Priority: optional
+Maintainer: Andrew Gee <andrew at andrewgee.org>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 5), python-support, python (>= 2.5), python-distutils-extra
+Standards-Version: 3.8.3
+Homepage: http://andrewgee.org/blog/gpxviewer
+
+Package: gpxviewer
+Architecture: all
+Depends: ${python:Depends}, python-osmgpsmap, python-gtk2, python-glade2,
+  python-gnome2 | xdg-utils, ${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.

Added: packages/gpxviewer/trunk/debian/copyright
===================================================================
--- packages/gpxviewer/trunk/debian/copyright	                        (rev 0)
+++ packages/gpxviewer/trunk/debian/copyright	2010-03-20 19:11:46 UTC (rev 4981)
@@ -0,0 +1,13 @@
+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 <andrew at andrewgee.org>
+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 <andrew at andrewgee.org>
+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.

Added: packages/gpxviewer/trunk/debian/gpxviewer.1
===================================================================
--- packages/gpxviewer/trunk/debian/gpxviewer.1	                        (rev 0)
+++ packages/gpxviewer/trunk/debian/gpxviewer.1	2010-03-20 19:11:46 UTC (rev 4981)
@@ -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 <andrew at andrewgee.org> 
+for the \fBDebian GNU/Linux\fP system.

Added: packages/gpxviewer/trunk/debian/gpxviewer.manpages
===================================================================
--- packages/gpxviewer/trunk/debian/gpxviewer.manpages	                        (rev 0)
+++ packages/gpxviewer/trunk/debian/gpxviewer.manpages	2010-03-20 19:11:46 UTC (rev 4981)
@@ -0,0 +1 @@
+debian/gpxviewer.1

Added: packages/gpxviewer/trunk/debian/pycompat
===================================================================
--- packages/gpxviewer/trunk/debian/pycompat	                        (rev 0)
+++ packages/gpxviewer/trunk/debian/pycompat	2010-03-20 19:11:46 UTC (rev 4981)
@@ -0,0 +1 @@
+2

Added: packages/gpxviewer/trunk/debian/rules
===================================================================
--- packages/gpxviewer/trunk/debian/rules	                        (rev 0)
+++ packages/gpxviewer/trunk/debian/rules	2010-03-20 19:11:46 UTC (rev 4981)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+clean::
+	-rm -r build/


Property changes on: packages/gpxviewer/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/gpxviewer/trunk/debian/watch
===================================================================
--- packages/gpxviewer/trunk/debian/watch	                        (rev 0)
+++ packages/gpxviewer/trunk/debian/watch	2010-03-20 19:11:46 UTC (rev 4981)
@@ -0,0 +1,3 @@
+version=3
+
+http://andrewgee.org/downloads/gpxviewer/gpxviewer-(.*)\.tar\.gz




More information about the Python-apps-commits mailing list