libgeo-postcode-perl 0.17+dfsg1-1.1 source package in Ubuntu

Changelog

libgeo-postcode-perl (0.17+dfsg1-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Thu, 07 Jan 2021 15:28:12 +0100

Upload details

Uploaded by:
Dominic Hargreaves
Uploaded to:
Sid
Original maintainer:
Dominic Hargreaves
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libgeo-postcode-perl_0.17+dfsg1-1.1.dsc 1.9 KiB b9a40cb42b41062314bb6d1f9c1a241720eacbd9836bc7a44819f5bb272da0d5
libgeo-postcode-perl_0.17+dfsg1.orig.tar.gz 12.4 KiB 2a3510dabeff427874d1bcbfab8efb229d4bd73865fa68029613f9522b0ae6c6
libgeo-postcode-perl_0.17+dfsg1-1.1.debian.tar.xz 3.5 KiB 3f0f509f317eba8020370fa2f571899ecabdc57b658b9cd120242b394be98c85

No changes file available.

Binary packages built by this source

libgeo-postcode-perl: UK Postcode validation and location

 Geo::Postcode will accept full or partial UK postcodes, validate them against
 the official spec, separate them into their significant parts, translate them
 into map references or co-ordinates and calculate distances between them.
 .
 The last two features require a postcode database to be supplied separately.
 .
 It does not check whether the supplied postcode exists: only whether it is
 well-formed according to British Standard 7666, which you can find here:
 .
 http://www.govtalk.gov.uk/gdsc/html/frames/PostCode.htm
 .
 Geo::Postcode will also work with partial codes, ie areas, districts and
 sectors. They won't validate, but you can test them for legitimacy with a
 call to valid_fragment, and you can still turn them into grid references.
 .
 To work with US zipcodes, you need Geo::Postalcode instead.