pipexec 2.6.1-3 source package in Ubuntu

Changelog

pipexec (2.6.1-3) unstable; urgency=medium

  * let package build after successful build (Closes: #1045479)
    (thanks to Andreas Florath for the patch)
  * debian/control: bump standard to 4.6.2 (no changes)
  * debian/rules: add hardening

 -- Thorsten Alteholz <email address hidden>  Tue, 15 Aug 2023 23:04:09 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
pipexec_2.6.1-3.dsc 1.9 KiB 43336aab8336522c4a1603ddb465fc288ba6d01865c15e1f42e0dc6d33d7d8a5
pipexec_2.6.1.orig.tar.xz 344.1 KiB de8237eb45224c04c1bd41cc8dc5dfb9c78ceff3b02202a49981396e55602e29
pipexec_2.6.1-3.debian.tar.xz 2.3 KiB 12c1fb593e58a92a836a5e14710af19e62a99c4e472ec0f187ad6157cdfc7999

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.

pipexec-dbgsym: debug symbols for pipexec