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

Changelog

libgeo-distance-perl (0.20-7) unstable; urgency=medium

  * update copyright info:
    + add alternate GitHub source URI
    + list GitHub issue tracker as preferred upstream contact
    + use Reference field (not License-Reference);
      tighten lintian overrides
    + update coverage
  * simplify rules;
    stop build-depend on cdbs dh-buildinfo devscripts
  * use semantic newlines in long description and copyright fields
  * stop build-depend explicitly on perl:
    not called directly during build
  * set Rules-Requires-Root: no
  * use debhelper compatibility level 13 (not 10);
    build-depend on debhelper-compat (not debhelper)
  * annotate test-only build-dependencies
  * declare compliance with Debian Policy 4.6.2
  * update watch file:
    + use file format 4
    + use substitution strings
    + mention gbp --uscan in usage comment
  * update git-buildpackage config:
    + use DEP-14 git branches
    + enable automatic DEP-14 branch name handling
    + add usage config
  * update lintian overrides

 -- Jonas Smedegaard <email address hidden>  Mon, 26 Dec 2022 16:32:38 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgeo-distance-perl_0.20-7.dsc 2.1 KiB 41d70c89eeba30c5ba51e2d0c1fce9595980ae19c89def1003e506f9c441325b
libgeo-distance-perl_0.20.orig.tar.gz 18.3 KiB 514c5b16ea064fa6f3f41d83672477a6dc3b9c31494d9e1b4f084ef750f9c58a
libgeo-distance-perl_0.20-7.debian.tar.xz 4.9 KiB 7166d653097840feb38b76e3e7292b697aea2c69a538f829b95859b375f39cb8

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 GIS::Distance module is a replacement for this module.
 Geo::Distance remains as a lightweight wrapper around GIS::Distance
 so that legacy code benefits from fixes to GIS::Distance
 through the old Geo::Distance API.