libgeo-distance-perl 0.20-3 source package in Ubuntu

Changelog

libgeo-distance-perl (0.20-3) unstable; urgency=low


  * Team upload.
  * Add patch to correct the reg_unit() call in the SYNOPSIS.
    Thanks to Niko Tyni for the patch. (closes: #735682)
  * Use metacpan.org instead of search.cpan.org.
  * Update canonical URL to include .git suffix.
  * Refer to GPL-2 common license instead of symlink in copyright.
  * Add patch to fix 'development' typo.
  * Add versioned build dependency on debhelper 8.
  * Bump Standards-Version to 3.9.5, changes: canonical URLs, copyright.

 -- Bas Couwenberg <email address hidden>  Fri, 17 Jan 2014 19:30:08 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libgeo-distance-perl_0.20-3.dsc 2.1 KiB 2c40d38a17c3c18e33b72d78ebb4085713ab297080c44b8a515946b8d9531857
libgeo-distance-perl_0.20.orig.tar.gz 18.3 KiB 514c5b16ea064fa6f3f41d83672477a6dc3b9c31494d9e1b4f084ef750f9c58a
libgeo-distance-perl_0.20-3.debian.tar.xz 4.5 KiB 4212548834445cba062a01a56c757ecca2cc65948fc67528a34b8efdf1ea6e54

Available diffs

No changes file available.

Binary packages built by this source

libgeo-distance-perl: calculate distances and closest locations

 Geo::Distance is a Perl library aiming to provide as many tools to make
 it as simple as possible to calculate distances between geographic
 points, and anything that can be derived from that. Currently there is
 support for finding the closest locations within a specified distance,
 to find the closest number of points to a specified point, and to do
 basic point-to-point distance calculations.
 .
 NB! The alternative GIS::Distance module is being worked on as a
 replacement for this module. In the near future Geo::Distance will
 become a lightweight wrapper around GIS::Distance so that legacy code
 benefits from fixes to GIS::Distance through the old Geo::Distance API.
 For any new development it is recommended to try use GIS::Distance.