libgeo-point-perl 0.94-1 source package in Ubuntu

Changelog

libgeo-point-perl (0.94-1) unstable; urgency=low


  [ upstream ]
  * New release.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org).

  [ Xavier Guimard ]
  * debian/copyright:
    + Update years.
    + Correct the location of GPL-2.
  * Add spelling errors patch.
  * debian/control:
    + Bump Standards-Version to 3.9.4.
    + Add libtest-pod-perl in build dependencies.
    + (Build-)depend on recent perl as fallback for
      libmath-complex-perl.

  [ Jonas Smedegaard ]
  * Update copyright file:
    + Fix use psudo-license and pseudo-comment sections to obey silly
      restrictions of copyright format 1.0.
    + Fix dual-space-delimit copyright holders.
  * Bump debhelper compatibility level to 8.
  * Git-ignore quilt .pc dir, to ease use with git-buildpackage.
  * Extend copyright coverage of packaging.
  * Fix use make target realclean, to remove Makefile.old.

 -- Jonas Smedegaard <email address hidden>  Thu, 24 Jan 2013 02:56:07 +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
Trusty release universe perl

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libgeo-point-perl_0.94-1.dsc 2.2 KiB 770575a04581cc4ac7bc2a8374c3507528ce027a29ca7db336df088d0580d44d
libgeo-point-perl_0.94.orig.tar.gz 23.6 KiB 7506b0cee0717799f2324f0fa5859f35f10764e814fc265667337c1750b30a34
libgeo-point-perl_0.94-1.debian.tar.gz 4.0 KiB 50952543f29dee3d3aef135ac83fc072ed1a9e6abc0b500512a8f0a40eca29f5

Available diffs

No changes file available.

Binary packages built by this source

libgeo-point-perl: module to simplify handling geographic points

 One location on the globe, in any coordinate system. Geo::Point tries
 to hide the maths and the coordinate system in which the point is
 represented.
 .
 One of the most confusing things when handling geometrical data, is
 that sometimes latlong, sometimes xy are used: horizontal and vertical
 organization reversed. This package tries to hide this from your
 program by providing abstract accessors latlong(), longlat(), xy(), and
 yx().
 .
 This package provides the following modules:
  * Geo::Line - a sequence of connected points
  * Geo::Point - a point on the globe
  * Geo::Proj - simplified wrapper for Geo::Proj4
  * Geo::Shape - base class for 2-dimensional points on the earth
    surface
  * Geo::Space - A collection of various items
  * Geo::Surface - A surface description