debian/0002755000000000000000000000000011626735662007206 5ustar debian/compat0000644000000000000000000000000211626734360010374 0ustar 7 debian/rules0000755000000000000000000000003611626734350010254 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0002755000000000000000000000000011626734260010477 5ustar debian/source/format0000644000000000000000000000001411626734260011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000027411626734057010235 0ustar version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Geo-HelmertTransform/ .*/Geo-HelmertTransform-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000000261011626735662011055 0ustar libgeo-helmerttransform-perl (1.14-1) unstable; urgency=low * Refresh copyright info from module * Add Vcs-* fields * Switch to dpkg-source 3.0 (quilt) format * Switch to minimal dh7 rules * New upstream release * Retire patch uselongdouble_tests, included upstream * Update Standards-Version (no changes) -- Dominic Hargreaves Mon, 29 Aug 2011 17:17:53 +0100 libgeo-helmerttransform-perl (1.13-2) unstable; urgency=low * Add quilt * Patch uselongdouble_tests: fix tests to work when a perl built with -Duselongdouble is used (closes: #578988) * Update Standards-Version (no changes) -- Dominic Hargreaves Sun, 02 May 2010 13:02:39 +0100 libgeo-helmerttransform-perl (1.13-1) unstable; urgency=low * New upstream release * Update Standards-Version (no changes) -- Dominic Hargreaves Fri, 04 Sep 2009 14:28:46 +0100 libgeo-helmerttransform-perl (1.11-2) unstable; urgency=low * Fix debian/rules rmdir bug (closes: #468027) * Update Standards-Version (no changes) * Standardize debian/watch format * debian/control: add Homepage field * Fix copyright notice lintian warning -- Dominic Hargreaves Thu, 28 Feb 2008 21:58:49 +0000 libgeo-helmerttransform-perl (1.11-1) unstable; urgency=low * Initial Release (closes: #399427) -- Dominic Hargreaves Sun, 19 Nov 2006 17:49:54 +0000 debian/control0000644000000000000000000000273511626735621010611 0ustar Source: libgeo-helmerttransform-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.8-6.1) Maintainer: Dominic Hargreaves Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Geo-HelmertTransform/ Vcs-Git: git://anonscm.debian.org/users/dom/libgeo-helmerttransform-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libgeo-helmerttransform-perl.git Package: libgeo-helmerttransform-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, Description: Transformations between coordinates in different datums It is usual to describe geographical points in terms of their polar coordinates (latitude, longitude and altitude) referenced to a "datum ellipsoid", which is used to approximate the Earth's geoid. The latitude, longitude and altitude of a given physical point vary depending on which datum ellipsoid is in use. Unfortunately, a number of ellipsoids are in everyday use, and so it is often necessary to transform geographical coordinates between different datum ellipsoids. . Two different datum ellipsoids may differ in the locations of their centers, or in their shape; and there may be an angle between their equatorial planes or the meridians relative to which longitude is measured. The Helmert Transform, which this module implements, is a linear transformation of coordinates between pairs of datum ellipsoids in the limit of small angles of deviation between them. debian/README.source0000644000000000000000000000015611626734057011362 0ustar This package uses quilt to manage patches. Please see /usr/share/doc/quilt/README.source for further details. debian/copyright0000644000000000000000000000114211626735352011131 0ustar This was downloaded from CPAN The upstream author is: Written by Chris Lightfoot, team@mysociety.org Copyright (c) 2005 UK Citizens Online Democracy. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. Perl is distributed under your choice of the GNU General Public License or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'.