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

Changelog

libipc-system-simple-perl (1.25-4) 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.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Remove Jeremiah C. Foster from Uploaders on request of the MIA team.
    (Closes: #843742)
  * Declare compliance with Debian Policy 4.1.3.
  * Bump debhelper compatibility level to 10.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Sun, 11 Feb 2018 18:38:01 +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
Bionic release main perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libipc-system-simple-perl_1.25-4.dsc 2.4 KiB 3bc37e9b691df3f72e1fd16014d8e1b0964c9558470717933089d618b760dce7
libipc-system-simple-perl_1.25.orig.tar.gz 29.0 KiB f1b6aa1dfab886e8e4ea825f46a1cbb26038ef3e727fef5d84444aa8035a4d3b
libipc-system-simple-perl_1.25-4.debian.tar.xz 2.9 KiB 7c341dcbba739c4805f203fd3e9787777f2107eababee1a6dd852875828238b6

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.