libheap-perl 0.80-3 source package in Ubuntu

Changelog

libheap-perl (0.80-3) unstable; urgency=medium

  * Update maintainer to Debian Perl Group
  * Add Vcs-* fields
  * Switch to minimal dh style rules, and modernize deps and
    Standards-Version (Closes: #817534)
  * Switch to dpkg-source 3.0 (quilt) format
  * Switch to copyright-format 1.0

 -- Dominic Hargreaves <email address hidden>  Wed, 23 Mar 2016 22:45:19 +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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libheap-perl_0.80-3.dsc 1.9 KiB 8ff5681b721743dcdca0d034973fd450f06a95bd4f18688e62257d4419bee683
libheap-perl_0.80.orig.tar.gz 15.3 KiB ccda29f3c93176ad0fdfff4dd6f5e4ac90b370cba4b028386b7343bf64139bde
libheap-perl_0.80-3.debian.tar.xz 1.9 KiB 802bb9b2697e0e00b26f307b279f65a8c1a7f4ae527cb9e7e31f41d1f3c0273e

Available diffs

No changes file available.

Binary packages built by this source

libheap-perl: Perl extensions for keeping data partially sorted

 The Heap collection of modules provide routines that manage
 a heap of elements. A heap is a partially sorted structure
 that is always able to easily extract the smallest of the
 elements in the structure (or the largest if a reversed compare
 routine is provided).
 .
 If the collection of elements is changing dynamically, the
 heap has less overhead than keeping the collection fully
 sorted.