libipc-system-simple-perl 1.25-5 source package in Ubuntu

Changelog

libipc-system-simple-perl (1.25-5) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set upstream metadata fields: Bug-Database, Repository, Repository-
    Browse, Bug-Submit.

  [ gregor herrmann ]
  * Add patch from upstream pull request to make t/07_taint.t less flaky.
  * Annotate test-only build dependencies with <!nocheck>.
  * Declare compliance with Debian Policy 4.4.1.
  * debian/watch: use uscan version 4.
  * Update upstream metadata fields Repository.

 -- gregor herrmann <email address hidden>  Thu, 19 Dec 2019 17:18:17 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libipc-system-simple-perl_1.25-5.dsc 2.6 KiB 751ff9310064656dbfadf485c5f5080d3e6e7b8a4ba31d044121e79cd9ae4bc0
libipc-system-simple-perl_1.25.orig.tar.gz 29.0 KiB f1b6aa1dfab886e8e4ea825f46a1cbb26038ef3e727fef5d84444aa8035a4d3b
libipc-system-simple-perl_1.25-5.debian.tar.xz 3.8 KiB ccc7672bbea046b2bbeefedf15c74d026e291b16c00ed6afe533de4df822a4e0

Available diffs

No changes file available.

Binary packages built by this source

libipc-system-simple-perl: Perl module to run commands simply, with detailed diagnostics

 IPC::System::Simple takes the hard work out of calling external commands; it
 provides replacements for system() and the backtick operator that will either
 succeed, or die with rich diagnostic messages on errors.
 .
 The module also includes the ability to specify acceptable exit values, trap
 errors, or process diagnostics.