libipc-system-simple-perl 1.21-1 source package in Ubuntu

Changelog

libipc-system-simple-perl (1.21-1) unstable; urgency=low

  [ Jonathan Yu ]
  * New upstream release

  [ gregor herrmann ]
  * debian/control: improve long description, thanks to Rhonda for the bug
    report (closes: #516918).

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ gregor herrmann ]
  * New upstream release.
  * Minimize debian/rules.
  * Set Standards-Version to 3.8.4 (no changes).
  * Convert to source format 3.0 (quilt).
  * Update debian/copyright.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:54:45 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libipc-system-simple-perl_1.21.orig.tar.gz 35.2 KiB 3bdec70d1d55d76247db9ff7a953d2f951657f55668750027f4925cf969364ee
libipc-system-simple-perl_1.21-1.debian.tar.gz 2.2 KiB 02f3cdcf41689cdea032ca9d6e573aaee07e258b83c4229b53d3b133c59ac5ad
libipc-system-simple-perl_1.21-1.dsc 2.2 KiB 14e4760bc7ee4ee697eff87974e30a3de5e9844d0abae021653dce3ecd9861af

Available diffs

View changes file

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.