libgeo-point-perl 0.96-2 source package in Ubuntu

Changelog

libgeo-point-perl (0.96-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to use cgit web frontend.

  [ Jonas Smedegaard ]
  * Bump debhelper compatibility level to 9.
  * Update copyright info:
    + Use License-Grant and License-Reference fields.
      Thanks to Ben Finney.
    + Extend coverage of packaging to include current year.
    + Re-license packaging to GPL-3+.
  * Override lintian regarding license in License-Reference field.
    See bug#786450.
  * Override lintian regarding build-depending unversioned on debhelper.
  * Revert to build-depend _unversioned_ on debhelper: Needed version
    satisfied even in oldstable.

 -- Jonas Smedegaard <email address hidden>  Sun, 06 Sep 2015 15:58:45 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgeo-point-perl_0.96-2.dsc 2.1 KiB e63de80ad60bf53149aa8de9a3fc5dd914cc63fd50bd8b3ade51f8454dbcf014
libgeo-point-perl_0.96.orig.tar.gz 23.5 KiB eb4a3096f2890352ab8d33820d767737bbbf9aadbcaa99dadd86bc2c29bfcb41
libgeo-point-perl_0.96-2.debian.tar.xz 3.8 KiB 30773a7017fe483c9a765fa80a865af1d783fb6d2c7f88a7a72a8046f9e0f985

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