libnumber-recordlocator-perl 0.005-3 source package in Ubuntu

Changelog

libnumber-recordlocator-perl (0.005-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Add missing build dependency on libmodule-install-perl.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Refer to specific version of license GPL-1+.
  * Bump debhelper from old 12 to 13.

 -- Jelmer Vernooij <email address hidden>  Mon, 12 Dec 2022 22:52:09 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnumber-recordlocator-perl_0.005-3.dsc 2.2 KiB 72a19fc580474494d7bd648fc48902ff97eaf5b26b496f95a71759c69b46d40c
libnumber-recordlocator-perl_0.005.orig.tar.gz 16.1 KiB ffdcececf86f6cf2d17d5602764ef1aedd1cd7447c39f47d12fb5eb8687e81e7
libnumber-recordlocator-perl_0.005-3.debian.tar.xz 2.1 KiB bd1f858fca7425521ee354b61f525d7a141d9ab23225294dfca29774f1437851

Available diffs

No changes file available.

Binary packages built by this source

libnumber-recordlocator-perl: Perl module that encodes integers into a short "locator string"

 Number::RecordLocator encodes integers into a 32 character "alphabet"
 designed to be short and easy to read and pronounce. The encoding maps:
 .
     0 to O
     1 to I
     S to F
     B to P
 .
 With a 32 bit encoding, you can map 33.5 million unique ids into a 5
 character code.