libgeo-distance-xs-perl 0.08-3 source package in Ubuntu

Changelog

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

  * Improve package relations:
    + Stop declaring packages part of core Perl even in oldstable:
      - libtest-simple-perl
  * Update copyright file:
    + Rewrite using draft 174 of DEP-5 format.
    + Rewrap license fields at 72 chars.
  * Bump policy compliance to standards-version 3.9.2.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  09 May 2011 11:53:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgeo-distance-xs-perl_0.08.orig.tar.gz 49.4 KiB aa702e8777bab221fba45e198ddb6b0f6e4568d046b699f5b429b3b7aa87da36
libgeo-distance-xs-perl_0.08-3.debian.tar.gz 3.4 KiB dd1d12a14fafcef1c4391e0b3479829addb0881f8347c206eb0fbfceeaeb3c83
libgeo-distance-xs-perl_0.08-3.dsc 2.1 KiB 557bad4b7e1351a6c1ba35464f4620b6cebd4156af036eda609f1dbfa459e915

Available diffs

View changes file

Binary packages built by this source

libgeo-distance-xs-perl: calculate distances and closest locations (XS version)

 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.
 .
 This package provides the faster XS implementation.