libparallel-runner-perl 0.013-3 source package in Ubuntu

Changelog

libparallel-runner-perl (0.013-3) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Xavier Guimard ]
  * Email change: Xavier Guimard -> <email address hidden>

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

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-
    Browse.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Thu, 16 Jun 2022 23:31:56 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libparallel-runner-perl_0.013-3.dsc 2.2 KiB 0dab2c8fbe032b28bdedf2c6ade38dcbe7983e61a2ad45ee899f3f6360b49d8d
libparallel-runner-perl_0.013.orig.tar.gz 9.6 KiB 484614e013f7f61acdc4e06581147a7acb9f1a8021cd637fbe2f7249ee1686f0
libparallel-runner-perl_0.013-3.debian.tar.xz 2.5 KiB 93f1e0c333a9927f0226080ab762987aae54ec351e3506c8b46eece0b37fc0ff

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.