--- agtl-0.8.0.3.orig/debian/control +++ agtl-0.8.0.3/debian/control @@ -0,0 +1,22 @@ +Source: agtl +Section: python +Priority: extra +Maintainer: Heiko Stuebner +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49), python (>= 2.5), python-support (>= 0.5.3), python-setuptools, cython +Standards-Version: 3.9.1 +Homepage: http://wiki.openmoko.org/wiki/Advanced_Geocaching_Tool_for_Linux +Vcs-git: git://git.debian.org/pkg-fso/advancedcaching.git + +Package: agtl +XB-Python-Version: ${python:Versions} +Provides: ${python:Provides} +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2, python (>= 2.6) | python-simplejson +Description: Tool for paperless geocaching + AGTL downloads cache locations in the area visible on the map + including their description, hints, difficulty levels and images. + Searching for caches in your local db is a matter of seconds. + The currently selected cache is shown on the map (and also all + the others if you want) and there's a traditional compass-like + view that always points at the cache. --- agtl-0.8.0.3.orig/debian/rules +++ agtl-0.8.0.3/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM=pysupport +DEB_SRCDIR=$(CURDIR)/files + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +binary-install/agtl:: + dh_installman $(CURDIR)/debian/agtl.1 + cp $(CURDIR)/files/advancedcaching.png $(CURDIR)/debian/agtl/usr/share/pixmaps/ + cp $(CURDIR)/files/advancedcaching-debian.desktop $(CURDIR)/debian/agtl/usr/share/applications/advancedcaching.desktop + +clean:: + rm -rf files/agtl.egg-info + rm -rf tmp --- agtl-0.8.0.3.orig/debian/dirs +++ agtl-0.8.0.3/debian/dirs @@ -0,0 +1,2 @@ +usr/share/pixmaps +usr/share/applications --- agtl-0.8.0.3.orig/debian/agtl.1 +++ agtl-0.8.0.3/debian/agtl.1 @@ -0,0 +1,16 @@ +.TH AGTL 1 +.SH NAME +agtl \- tool for paperless geocaching +.SH SYNOPSIS +.B agtl +[ --simple ] [ --desktop ] +.SH DESCRIPTION +.IR Agtl +is used while geocaching to circumvent the need to have paper and pencils at hand. +.SH OPTIONS +.TP +.B --simple +Start with an user interface optimised for small displays e.g. smartphones. +.TP +.B --desktop +Start with a user interface for a desktop environment. This implementation is unfinished --- agtl-0.8.0.3.orig/debian/agtl.menu +++ agtl-0.8.0.3/debian/agtl.menu @@ -0,0 +1,4 @@ +?package(agtl):needs="X11" section="Applications/Network/Communication"\ + title="agtl" longtitle="Advanced Geocaching Application"\ + description="Agtl is a tool for paperless geocaching. It uses maps from Openstreetmap."\ + command="/usr/bin/agtl --simple" --- agtl-0.8.0.3.orig/debian/changelog +++ agtl-0.8.0.3/debian/changelog @@ -0,0 +1,55 @@ +agtl (0.8.0.3-1) unstable; urgency=low + + * New upstream release + + -- Heiko Stuebner Sat, 22 Jan 2011 13:55:12 +0100 + +agtl (0.5.1-2) unstable; urgency=low + + * Add explicit clean instructions (Closes: #569726) + * Enable compatibility with python 2.6 + thanks to Jakub Wilk (Closes: #569730) + + -- Heiko Stuebner Sun, 14 Feb 2010 15:40:18 +0100 + +agtl (0.5.1-1) unstable; urgency=low + + * New upstream release + + -- Heiko Stuebner Sat, 23 Jan 2010 22:03:18 +0100 + +agtl (0.4.2+git20100113-1) unstable; urgency=low + + * New upstream-snapshot + * Fixes geocache-downloads broken due to changes on geocaching.com + + -- Heiko Stuebner Wed, 13 Jan 2010 20:18:23 +0100 + +agtl (0.4.2-1) unstable; urgency=low + + * new upstream-release + + -- Heiko Stuebner Sat, 07 Nov 2009 22:33:19 +0100 + +agtl (0.4.0+git20091011-1) unstable; urgency=low + + * new upstream-snapshot + * patches updated accordingly + * incorporated Steffen Moellers fixes to files in debian/ + + -- Heiko Stuebner Sat, 17 Oct 2009 15:07:19 +0200 + +agtl (0.3.0+git20090911-1) unstable; urgency=low + + * upload to unstable (Closes: #546220) + * added README.Debian + * added agtl.menu + * new upstream-snapshot + + -- Heiko Stuebner Fri, 11 Sep 2009 20:39:19 +0200 + +agtl (0.2.0+git20090909-1) UNRELEASED; urgency=low + + * Initial release + + -- Heiko Stuebner Wed, 09 Sep 2009 20:52:19 +0200 --- agtl-0.8.0.3.orig/debian/gbp.conf +++ agtl-0.8.0.3/debian/gbp.conf @@ -0,0 +1,53 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +# the default build command: +#builder = debuild -i\.git/ -I.git +# the default clean command: +#cleaner = debuild clean +# the default branch for upstream sources: +upstream-branch = master +# the default branch for the debian patch: +debian-branch = debian +# the default tag formats used: +#upstream-tag = upstream/%(version)s +#debian-tag = debian/%(version)s +# use pristine-tar: +pristine-tar = True + +# Options only affecting git-buildpackage +[git-buildpackage] +#upstream-branch = dfsgclean +# uncomment this to automatically GPG sign tags +#sign-tags = True +# keyid to GPG sign tags with +#keyid = 0xdeadbeef +# push to a remote repository after a successful tag: +#posttag = git-push git.example.com +# use this for more svn-buildpackage like behaviour: +#export-dir = ../build-area/ +#tarball-dir = ../tarballs/ +#ignore-new = True + +# Options only affecting git-import-orig +[git-import-orig] +#upstream-branch = newupstream +#debian-branch = dfsgclean +#filter = .svn + +# Options only affecting git-import-dsc +[git-import-dsc] +#upstream-branch = svn-upstream +#filter = [ 'CVS', '.cvsignore' ] + +# Options only affecting git-dch +[git-dch] +#git-log = --no-merges +#snapshot-number = snapshot + 1 +# include 0 digits of the commit id in the changelog enty +#id-length = 0 +# don't include information from meta tags +#meta = False +# what tags to look for to generate bug-closing changelog entries +#meta-closes = Closes|LP + --- agtl-0.8.0.3.orig/debian/copyright +++ agtl-0.8.0.3/debian/copyright @@ -0,0 +1,52 @@ +This package was debianized by Heiko Stuebner on +Tue, 053 May 2009 23:06:29 +0200. + +The source code was downloaded from: http://github.com/webhamster/advancedcaching + +Upstream Author: + Daniel Fett + +Copyright: + Copyright (C) 2009 Daniel Fett + +License: + agtl is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + agtl 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 Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with python-elementary. If not, see . + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 3 is in `/usr/share/common-licenses/GPL-3'. + + +agtl is using files/advancedcaching/extListview.py by Ingelrest François +under the following terms: + + 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 Library 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 St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License version 2 is in `/usr/share/common-licenses/GPL-2'. + + +The Debian packaging is copyright 2009, Heiko Stuebner and +is licensed under the GPL version 2, see `/usr/share/common-licenses/GPL-2'. --- agtl-0.8.0.3.orig/debian/pyversions +++ agtl-0.8.0.3/debian/pyversions @@ -0,0 +1 @@ +2.5- --- agtl-0.8.0.3.orig/debian/README.Debian +++ agtl-0.8.0.3/debian/README.Debian @@ -0,0 +1,18 @@ +agtl for Debian +--------------- + +* map tiles: + +agtl downloads openstreetmap map tiles and saves them in the folder +specified under "opts". +The folder-default is ~/Maps/OSM, the same tangogps uses. +Currently this folder is not created by agtl resulting in a black +map-area when it does not exist. + +* cache-data + +downloaded cache-details are saved in a second directory which defaults +to ~/caches but may be specified in the opts-tab (default is ~/caches). +This directory is created by agtl. + + -- Heiko Stuebner , Fri, 11 Sep 2009 20:16:05 +0200 --- agtl-0.8.0.3.orig/debian/pycompat +++ agtl-0.8.0.3/debian/pycompat @@ -0,0 +1 @@ +2 --- agtl-0.8.0.3.orig/debian/compat +++ agtl-0.8.0.3/debian/compat @@ -0,0 +1 @@ +5 --- agtl-0.8.0.3.orig/debian/patches/0004-remove-unkown-key-from-desktop.patch +++ agtl-0.8.0.3/debian/patches/0004-remove-unkown-key-from-desktop.patch @@ -0,0 +1,29 @@ +From 70d82db1bf20bbbde0d6e05e3646c142f5e7d39a Mon Sep 17 00:00:00 2001 +From: Heiko Stuebner +Date: Sat, 22 Jan 2011 13:50:50 +0100 +Subject: [PATCH] remove stuff from desktop file + +--- + files/advancedcaching-debian.desktop | 3 +-- + 1 files changed, 1 insertions(+), 2 deletions(-) + +diff --git a/files/advancedcaching-debian.desktop b/files/advancedcaching-debian.desktop +index 8b0f6cd..00f4bd9 100644 +--- a/files/advancedcaching-debian.desktop ++++ b/files/advancedcaching-debian.desktop +@@ -5,11 +5,10 @@ Comment=Advanced Geocaching Tool For Linux + Encoding=UTF-8 + Version=0.0 + Type=Application +-Exec=/usr/lib/site-python/advancedcaching/core.py --simple ++Exec=/usr/bin/agtl --simple + Icon=advancedcaching + Terminal=false + Categories=Office;Geography; +-SingleInstance=true + StartupNotify=true + Comment[de_DE.UTF-8]=Ein Geocaching-Werkzeug + Name[de_DE]=AGTL Geocaching-Werkzeug +-- +1.7.1 +