debian/0000775000000000000000000000000012263431330007165 5ustar debian/rules0000775000000000000000000000070712263431264010257 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/autoreconf.mk DEB_PYTHON_DISTUTILS_SRCDIR = python DEB_PYTHON2_MODULE_PACKAGES = python-geographiclib DEB_PYTHON_SETUP_CMD = setup.py include /usr/share/cdbs/1/class/python-vars.mk include /usr/share/cdbs/1/class/python-distutils.mk DEB_CONFIGURE_EXTRA_FLAGS=--datadir=/usr/share/geographiclib --prefix=/usr debian/watch0000664000000000000000000000036511757447114010240 0ustar # Example watch control file for uscan # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # Uncomment to find new files on sourceforge, for devscripts >= 2.9 http://sf.net/geographiclib/geographiclib-(.*)\.tar\.gz debian/libgeographiclib9.install0000664000000000000000000000007011757447114014147 0ustar usr/lib/libGeographic.so.9 usr/lib/libGeographic.so.9.* debian/changelog0000664000000000000000000000464112263431330011044 0ustar geographiclib (1.21-1ubuntu1) trusty; urgency=medium * Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by getting new libtool macros (still updates config.{sub,guess}). -- Logan Rosen Thu, 09 Jan 2014 00:25:19 -0500 geographiclib (1.21-1) unstable; urgency=low * New upstream release. * Added python package with dh_python2 support. -- Francesco Paolo Lovergine Thu, 24 May 2012 16:19:52 +0200 geographiclib (1.18-1) unstable; urgency=low * New upstream release. * Policy bumped to 3.9.3, no changes required. * SONAME bumped to 9. -- Francesco Paolo Lovergine Fri, 09 Mar 2012 20:29:27 +0100 geographiclib (1.8-2) unstable; urgency=low * Fixed typo in changelog to make lintian happy. * Added missing dependency from libgeographic5 in -dev package. (closes: #624181) * Policy bumped to 3.9.2, no changes. -- Francesco Paolo Lovergine Tue, 26 Apr 2011 16:50:10 +0200 geographiclib (1.8-1) unstable; urgency=low * New upstream release. Now manpages are installed for tools. * Moved to git for maintainance, so changed Vcs-* fields. * Changed to source format 3.0 and dropped quilt build-dep. * Policy changed to 3.9.1 without changes. * Now using level 8 for debhelper. * API changes from 1 to 5, changed binary package names as result. * Removed README.source. -- Francesco Paolo Lovergine Thu, 24 Feb 2011 18:06:44 +0100 geographiclib (1.2-1) unstable; urgency=low * New upstream release with a couple of bugs fixed in the geodesic routines. Previous patches merged: longdouble and destdir. * Reduced short descriptions in debian/control file to make lintian happy. -- Francesco Paolo Lovergine Wed, 26 May 2010 17:54:42 +0200 geographiclib (1.1-2) unstable; urgency=low * Added longdouble patch: fixed problems with unsupported long double on some archs. Thanks Nobuhiro Iwamatsu. (closes: #573930) * Added doxygen as build-dep. -- Francesco Paolo Lovergine Tue, 06 Apr 2010 12:46:55 +0200 geographiclib (1.1-1) unstable; urgency=low * Initial release. (closes: #571788) * A couple of problems fixed by quilt patches. Should go upstream. * Introduced a support script to download geoid grids from SF. -- Francesco Paolo Lovergine Wed, 10 Mar 2010 15:36:44 +0100 debian/python-geographiclib.install0000664000000000000000000000007611757447114014714 0ustar usr/lib/python/site-packages/geographiclib usr/share/pyshared debian/compat0000664000000000000000000000000211757447114010401 0ustar 8 debian/geographiclib-datasets-download0000664000000000000000000000665211757447114015351 0ustar #!/bin/bash # # Copyright (C) 2010 Francesco P. Lovergine # # This script shamely predates my previous GMT coast lines download script. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3, # as published by the Free Software Foundation. # # 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 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 # usage() { cat < on Wed, 10 Mar 2010 15:36:44 +0100 It was downloaded from: http://geographiclib.sf.net/ Upstream Author: Charles Karney Francesco P. Lovergine Copyright: Copyright (C) 2009-2012 Charles Karney Copyright (C) 2009 Francesco P. Lovergine License: This package 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. 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 Lesser General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU Lesser General Public License can be found in "/usr/share/common-licenses/LGPL-3". The Debian packaging is: Copyright (C) 2010 Francesco Paolo Lovergine and is licensed under the GPL version 3, see "/usr/share/common-licenses/GPL-3". The EGM grids data are computed using the Maxima scripts provided with the sources, and are distributed with the same license. debian/source/0000775000000000000000000000000011757447114010503 5ustar debian/source/format0000664000000000000000000000001411757447114011711 0ustar 3.0 (quilt) debian/README.Debian0000664000000000000000000000122111757447114011240 0ustar geographiclib for Debian ------------------------ This package does not install required files for computing geoid height approximations. You have to download them explicitly by using the provided /usr/bin/geographiclib-datasets-download script. Possible datasets at different resolutions are: * EGM84, 30' grid * EGM84, 15' grid * EGM96, 15' grid * EGM96, 5' grid * EGM2008, 5' grid * EGM2008, 2.5' grid * EGM2008, 1' grid The default grid model is EGM96 at 5', so you should at least run once geographiclib-datasets-download to get it. -- Francesco Paolo Lovergine Wed, 10 Mar 2010 15:36:44 +0100 debian/libgeographiclib-dev.install0000664000000000000000000000007711757447114014641 0ustar usr/lib/libGeographic.a usr/lib/libGeographic.so usr/include/* debian/geographiclib-tools.install0000664000000000000000000000027711757447114014536 0ustar usr/bin/CartConvert usr/bin/GeoConvert usr/bin/Geod usr/bin/GeoidEval usr/bin/CartConvert usr/share/doc/geographiclib/html usr/share/man/man1 debian/geographiclib-datasets-download usr/sbin/ debian/control0000664000000000000000000000731112263431332010574 0ustar Source: geographiclib Section: science Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian GIS Project Uploaders: Francesco Paolo Lovergine Build-Depends: cdbs, debhelper (>= 8), dh-autoreconf, doxygen, python-all Standards-Version: 3.9.3 Homepage: http://geographiclib.sf.net/ Vcs-Browser: http://git.debian.org/?p=pkg-grass/geographiclib.git Vcs-Git: git://git.debian.org/git/pkg-grass/geographiclib.git Package: geographiclib-tools Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: proj-bin Recommends: bzip2 Description: A C++ library to solve some geodesic problems -- tools GeographicLib is a small set of C++ classes for converting between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for geoid calculations, and for computing geodesic. It is a suitable replacement for the core functionality provided by NGA Geotrans. . This package contains some core tools based on the GeographicLib library. Package: libgeographiclib9 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: geographiclib-tools Description: A C++ library to solve some geodesic problems -- library GeographicLib is a small set of C++ classes for converting between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for geoid calculations, and for computing geodesic. It is a suitable replacement for the core functionality provided by NGA Geotrans. . This package contains the GeographicLib shared library used at run-time by applications. Package: libgeographiclib-dev Architecture: any Section: libdevel Depends: libgeographiclib9 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: A C++ library to solve some geodesic problems -- development files GeographicLib is a small set of C++ classes for converting between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for geoid calculations, and for computing geodesic. It is a suitable replacement for the core functionality provided by NGA Geotrans. . This package contains the files used to develop applications that use the GeographicLib library. Package: python-geographiclib Architecture: any Section: python Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends} Description: Python binding for GeographicLib GeographicLib is a small set of C++ classes for converting between geographic, UTM, UPS, MGRS, geocentric, and local cartesian coordinates, for geoid calculations, and for computing geodesic. It is a suitable replacement for the core functionality provided by NGA Geotrans. debian/docs0000664000000000000000000000002211757447114010050 0ustar 00README.txt NEWS debian/patches/0000775000000000000000000000000011757447114010632 5ustar debian/patches/series0000664000000000000000000000001011757447114012036 0ustar datadir debian/patches/datadir0000664000000000000000000000177311757447114012175 0ustar Index: geographiclib/include/Makefile.in =================================================================== --- geographiclib.orig/include/Makefile.in 2012-03-09 19:49:48.000000000 +0100 +++ geographiclib/include/Makefile.in 2012-03-09 20:00:37.000000000 +0100 @@ -246,7 +246,7 @@ GeographicLib/Utility.hpp \ GeographicLib/Config.h -geoids_dir = $(datadir)/GeographicLib/geoids +geoids_dir = $(datadir)/geoids EXTRA_DIST = Makefile.mk GeographicLib/CMakeLists.txt GeographicLib/Config.h.in all: all-am Index: geographiclib/src/Makefile.in =================================================================== --- geographiclib.orig/src/Makefile.in 2012-03-09 19:49:49.000000000 +0100 +++ geographiclib/src/Makefile.in 2012-03-09 19:59:13.000000000 +0100 @@ -312,7 +312,7 @@ ../include/GeographicLib/Utility.hpp \ ../include/GeographicLib/Config.h -geographiclib_data = $(datadir)/GeographicLib +geographiclib_data = $(datadir) EXTRA_DIST = Makefile.mk CMakeLists.txt Geographic.pro all: all-am