libproc-reliable-perl 1.16-3 source package in Ubuntu

Changelog

libproc-reliable-perl (1.16-3) unstable; urgency=medium

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

  [ Laurent Baillet ]
  * fix lintian spelling-error-in-patch-description warning

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

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

  [ Debian Janitor ]
  * Refer to specific version of license GPL-1+.

 -- Jelmer Vernooij <email address hidden>  Fri, 17 Jun 2022 08:48:28 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libproc-reliable-perl_1.16-3.dsc 2.1 KiB f1da25d7238f7167e6d66cd3c280675bd1624fb1e2976b3ed34ce4e280262351
libproc-reliable-perl_1.16.orig.tar.gz 12.1 KiB 21dc846158da117aaf7eb858ef198cd1668c664c8a089c16498aa71c0f1b8123
libproc-reliable-perl_1.16-3.debian.tar.xz 2.7 KiB c9c50bb530d8ed89c7a65f8ef9de3418481ea675b5dda4a3c0810c3b9fa3f727

Available diffs

No changes file available.

Binary packages built by this source

libproc-reliable-perl: Perl module to run external processes reliably

 Proc::Reliable is a class for simple, reliable and configurable subprocess
 execution in Perl. In particular, it is especially useful for managing the
 execution of 'problem' programs which are likely to fail, hang, or otherwise
 behave in an unruly manner.
 .
 This module includes all of the functionality of the backticks operator and
 system() functions, plus many common uses of fork() and exec(), open2() and
 open3(). It incorporates a number of options, including sending data to the
 subprocess on STDIN, collecting STDOUT and STDERR separately or together,
 killing hung processes, timeouts and automatic retries.