libipc-system-simple-perl 1.30-2 source package in Ubuntu

Changelog

libipc-system-simple-perl (1.30-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.
  * Update standards version to 4.6.0, no changes needed.
  * Apply multi-arch hints. + libipc-system-simple-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 22:30:33 +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
Oracular release main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libipc-system-simple-perl_1.30-2.dsc 2.2 KiB f081df836d03b716b0155c8a7df2bb83ae467f0731e3f5f611a7bdda1ac3cdf6
libipc-system-simple-perl_1.30.orig.tar.gz 31.2 KiB 22e6f5222b505ee513058fdca35ab7a1eab80539b98e5ca4a923a70a8ae9ba9e
libipc-system-simple-perl_1.30-2.debian.tar.xz 3.4 KiB f870e1ad7420840550056545f01485b47aac5d1254fd58350b079f1613779425

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.