libparallel-runner-perl 0.014-1 source package in Ubuntu

Changelog

libparallel-runner-perl (0.014-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.014.
  * Update years of upstream copyright.
  * Update build dependencies.
  * Update upstream email address.
  * Update debian/upstream/metadata.
  * Remove spelling-errors.patch, applied upstream.
  * Declare compliance with Debian Policy 4.7.0.
  * Set Rules-Requires-Root: no.
  * Bump debhelper-compat to 13.
  * Annotate test-only build dependencies with <!nocheck>.

 -- gregor herrmann <email address hidden>  Thu, 09 May 2024 01:14:18 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparallel-runner-perl_0.014-1.dsc 2.4 KiB ce5828bb32231529b051e2367ae45d3d27ff2ee4e25866726c1f252bd322585b
libparallel-runner-perl_0.014.orig.tar.gz 17.6 KiB e47db087f2381e4a6d5ed20df304d1af56d5daaa373cc9140d25569d826651e4
libparallel-runner-perl_0.014-1.debian.tar.xz 2.3 KiB 67c689b456f88b0fe3a7bc40fdd214cb2ae7532acd67395905ffc8e9f92d3a77

Available diffs

No changes file available.

Binary packages built by this source

libparallel-runner-perl: Perl module to manage running things in parallel processes

 Parallel::Runner is a super specialised parallel task manager. You create
 the object with a process limit and callbacks for what to do while waiting for
 a free process slot, as well as a callback for what a process should do just
 before exiting.