pipexec 2.5.5-1 source package in Ubuntu

Changelog

pipexec (2.5.5-1) unstable; urgency=medium

  * new upstream version 
  * debian/control: bump standard to 3.9.8 (no changes)
  * debian/control: fix typo in description (Closes: #846662)
  * debian/control: use secure VCS URLs

 -- Thorsten Alteholz <email address hidden>  Tue, 24 Jan 2017 18:00:00 +0100

Upload details

Uploaded by:
Thorsten Alteholz
Uploaded to:
Sid
Original maintainer:
Thorsten Alteholz
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
pipexec_2.5.5-1.dsc 2.0 KiB 7e0a3c07682848139730350cd83d89cf88ae977a42b0d6e728a94dba519b1bca
pipexec_2.5.5.orig.tar.xz 319.6 KiB d64f3043777c20df026fe44078b81b415f2e5ea6b79ebdd21f82bc663c066177
pipexec_2.5.5-1.debian.tar.xz 2.0 KiB 162b8df276bdd6d3ea3bf8b6967669700aecb2e0a750ba86c9a5a34a09bf8ba4

Available diffs

No changes file available.

Binary packages built by this source

pipexec: create a directed graph of processes and pipes

 pipexec creates an arbitrary network (directed graph) of processes and
 pipes in between - even cycles are possible.
 It overcomes the short comings of shells that are typically only able
 to create non cyclic trees.
 .
 pipexec also monitors all its child processes and is able to restart
 the whole network of processes and pipes if one crashes.
 Therefore pipexec can be used in SYSV-init or systemd configuration to
 run a network of processes.
 .
 The package also contains two tools 'ptee' and 'peet' which are the piped
 version of the 'tee' and 'eet' (reverse tee) commands.