--- gosmore-0.0.0.20090624.orig/debian/control +++ gosmore-0.0.0.20090624/debian/control @@ -0,0 +1,24 @@ +Source: gosmore +Section: utils +Priority: optional +Maintainer: Debian GIS Project +Uploaders: Francesco Paolo Lovergine , Petter Reinholdtsen , Andreas Putzo +DM-Upload-Allowed: yes +Build-Depends: debhelper (>> 7.0.0), cdbs, libgtk2.0-dev, libxml2-dev +Standards-Version: 3.8.2 +Homepage: http://wiki.openstreetmap.org/index.php/Gosmore +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/gosmore/trunk +Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/gosmore/trunk + +Package: gosmore +Priority: optional +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: gpsd +Suggests: josm +Description: Openstreetmap.org viewer / wayfinder / search client + Gosmore is a openstreetmap.org viewer and wayfinder with support for + speech syntesis and fetching the current location from gpsd. + . + This package requires additional data files which can be downloaded + freely from openstreetmap.org. --- gosmore-0.0.0.20090624.orig/debian/rules +++ gosmore-0.0.0.20090624/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/class/makefile.mk +include /usr/share/cdbs/1/rules/debhelper.mk +DESTDIR := $(CURDIR)/debian/gosmore +DEB_MAKE_INSTALL_TARGET := DESTDIR=$(DESTDIR) prefix=/usr install + +CFLAGS := -DRES_DIR='\"/usr/share/gosmore/\"' + +SVNREPO := http://svn.openstreetmap.org/applications/rendering/gosmore +SVNREV := 16088 +DATE := $(shell date +%Y%m%d) + +get-orig-source: + dh_testdir + test -d ../tarballs/. || mkdir -p ../tarballs + @echo Downloading gosmore from ${SVNREPO} + svn -r $(SVNREV) --ignore-externals export ${SVNREPO} ../tarballs/gosmore-0.0.0.${DATE} + @echo Removing debian dir + rm -rf ../tarballs/gosmore-0.0.0.${DATE}/debian + @echo Building snapshot tarball + tar czf ../tarballs/gosmore_0.0.0.${DATE}.orig.tar.gz -C ../tarballs gosmore-0.0.0.${DATE} + @echo Cleaning up + rm -rf ../tarballs/gosmore-0.0.0.${DATE} + @echo . + @echo To update debian/changelog type + @echo dch -v 0.0.0.${DATE}-1 + @echo . --- gosmore-0.0.0.20090624.orig/debian/changelog +++ gosmore-0.0.0.20090624/debian/changelog @@ -0,0 +1,107 @@ +gosmore (0.0.0.20090624-1) unstable; urgency=low + + * New upstream snapshot fetched from svn, revision 16088. (Closes: #533372) + * debian/rules get-orig-source: + - Remove debian/ dir. + - Ignore externals in svn export command. + * Removed 10-findresources.dpatch, applied upstream. + * Mentioned ConvertUTF.c, elemstyles.xml and icons.* in debian/copyright. + * Added a note to the long description that gosmore needs additional + data files. (Closes: #491842) + * Dropped dependency on libgps-dev, gosmore tries to parse NMEA sentences + on its own. (Closes: #524042) + * Removed dpatch build-dependency and debian/patches since there are + no patches currently. + * Bumped policy to 3.8.2, without changes. + * Added DM-Upload-Allowed to debian/control. + * Removed build-dependency on flite-dev, feature has been removed. + * Bumped debhelper compatibility level to 7. + + -- Andreas Putzo Wed, 24 Jun 2009 20:32:38 +0000 + +gosmore (0.0.0.20080704-1) unstable; urgency=low + + [ Andreas Putzo ] + * New upstream snapshot fetched from svn, revision 8034. + (Closes: #487711, #479985) + * Backported patch 10-findresources to search for files. + not only in the current directory. + * Adapt CFLAGS in debian/rules. + * Added gosmore.install file. + * Bumped Standards-Version to 3.8.0. + * Added myself to Uploaders. + * Added missing build dependency on libxml2-dev. + + [ Petter Reinholdtsen ] + * Add josm as suggests. + * Add get-orig-source target to the rules file. + + -- Andreas Putzo Sat, 05 Jul 2008 13:36:39 +0000 + +gosmore (0.0.0.20070901-3) unstable; urgency=low + + [ Francesco Paolo Lovergine ] + * Debhelper compatibility level bumped to 5. + * Policy bumped to 3.7.3 without changes. + * Added Vcs-* fields into debian/control. + * Added Homepage field in debian/control. + + [ Petter Reinholdtsen ] + * Add Francesco Paolo Lovergine as uploader. + * Acknowledge NMU (Closes: #454519, #456843) + + -- Petter Reinholdtsen Sat, 29 Mar 2008 13:10:26 +0100 + +gosmore (0.0.0.20070901-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches: + - Removing 10_bad_gpsd_header.dpatch as the package FTBFS whith the + applied patch, which was a workaround for a bug in libgps-dev. + (Closes: #454519, #456843) + * debian/control: + - Changing the libgps-dev build dependency to require a version + >= 2.34.dfsg-5 as the package will FTBFS with lower versions. + + -- Bernd Zeimetz Tue, 18 Dec 2007 23:54:29 +0100 + +gosmore (0.0.0.20070901-2) unstable; urgency=low + + * Change build-depend on gpsd to libgps-dev (>= 2.34.dfsg-3) | gpsd + (<< 2.34.dfsg-1) to work with the new gpsd package while still + allowing backports. (Closes: #447168) + * Building with new gpsd will avoid duplicate dependency. (Closes: + #440383) + * New patch 10_bad_gpsd_header.dpatch to make sure the defines + required by gps.h is set during compilation. Add dpatch as + build-depend to get the patch applied. + + -- Petter Reinholdtsen Thu, 1 Nov 2007 11:26:55 +0100 + +gosmore (0.0.0.20070901-1) unstable; urgency=low + + * New upstream version. + - Fix buffer overflow in route finding code. (Closes: #439732) + * Change priority from important to optional. The important + priority was the result of a cut-n-paste error. (Closes: #439607) + + -- Petter Reinholdtsen Sat, 1 Sep 2007 13:01:38 +0200 + +gosmore (0.0.0.20070819-1) unstable; urgency=low + + * Initial Release. (Closes: #436039) + * Added menu entry based on the one in qgis. Change menu section + from Apps/Science to Applications/Science/Geoscience, to match + new menu proposal. + * Make the Debian GIS group the maintainer, and myself an uploader. + * Depend directly on gpsd to prepare for libgpsd to be split out from + the gpsd package. + * Need to build-depend on libgtk2.0-dev. + * Build-depend on flite-dev to get speech synthesis. + * Build-depend on gpsd to support showing current GPS position. + * Define ROUTE_TEST during build to enable route finding. + * Make sure the copyright file make it clear that the source is + public domain. + + -- Petter Reinholdtsen Thu, 09 Aug 2007 00:15:23 +0200 + --- gosmore-0.0.0.20090624.orig/debian/compat +++ gosmore-0.0.0.20090624/debian/compat @@ -0,0 +1 @@ +7 --- gosmore-0.0.0.20090624.orig/debian/gosmore.install +++ gosmore-0.0.0.20090624/debian/gosmore.install @@ -0,0 +1,3 @@ +elemstyles.xml usr/share/gosmore +icons.csv usr/share/gosmore +icons.xpm usr/share/gosmore --- gosmore-0.0.0.20090624.orig/debian/copyright +++ gosmore-0.0.0.20090624/debian/copyright @@ -0,0 +1,63 @@ +This package was debianized by Petter Reinholdtsen on +Sun Aug 5 00:37:38 CEST 2007 + +It was downloaded using svn from +. + +Upstream Author is Nic Roets with contribution(s) from Dave Hansen. + +Copyright: + + This software is placed by in the public domain by its authors. + + +The files + ConvertUTF.c + ConvertUTF.h +are Copyright (C) 2001-2004 Unicode, Inc. + +License: + + Disclaimer + + This source code is provided as is by Unicode, Inc. No claims are + made as to fitness for any particular purpose. No warranties of any + kind are expressed or implied. The recipient agrees to determine + applicability of information provided. If this file has been + purchased on magnetic or optical media from Unicode, Inc., the + sole remedy for any claim will be exchange of defective media + within 90 days of receipt. + + Limitations on Rights to Redistribute This Code + + Unicode, Inc. hereby grants the right to freely use the information + supplied in this file in the creation of products supporting the + Unicode Standard, and to make copies of this file in any form + for internal or external distribution as long as this notice + remains attached. + + +The files + elemstyle.xml + icons.csv + icons.xpm +are Copyright (C) 2006-2009 The Gpsdrive Development Team + +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 can be found in `/usr/share/common-licenses/GPL' --- gosmore-0.0.0.20090624.orig/debian/gosmore.dirs +++ gosmore-0.0.0.20090624/debian/gosmore.dirs @@ -0,0 +1,2 @@ +usr/bin +usr/share/gosmore --- gosmore-0.0.0.20090624.orig/debian/gosmore.docs +++ gosmore-0.0.0.20090624/debian/gosmore.docs @@ -0,0 +1 @@ +README --- gosmore-0.0.0.20090624.orig/debian/gosmore.menu +++ gosmore-0.0.0.20090624/debian/gosmore.menu @@ -0,0 +1,4 @@ +?package(gosmore):needs="X11"\ + section="Applications/Science/Geoscience"\ + title="Gosmore"\ + command="/usr/bin/gosmore"