libipc-system-simple-perl 1.26-1 source package in Ubuntu
Changelog
libipc-system-simple-perl (1.26-1) unstable; urgency=medium * Import upstream version 1.26. * Drop Use_executable_name_as_a_source_of_taintedness.patch which was taken from a now merged upstream pull request. * Update years of upstream and packaging copyright. * Declare compliance with Debian Policy 4.5.0. * Drop build dependencies which are only needed by author tests. -- gregor herrmann <email address hidden> Wed, 29 Jan 2020 17:35:29 +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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libipc-system-simple-perl_1.26-1.dsc | 2.5 KiB | d817622b20f8ce7c4cb9ebfd7b6069989c73bc83cfa04a9906c0f4a401cbe3e3 |
libipc-system-simple-perl_1.26.orig.tar.gz | 29.3 KiB | 57177f21d8e8625bba32ea454f10a1fda16f93c1baf1aa80d106ab1951b465fd |
libipc-system-simple-perl_1.26-1.debian.tar.xz | 3.2 KiB | 057db1c853f431de5ce244131cd46043b8409e703baef9568ddb978fd2f84674 |
Available diffs
- diff from 1.25-5 to 1.26-1 (6.4 KiB)
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.