retry 1.0.5-3 source package in Ubuntu

Changelog

retry (1.0.5-3) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.2.
  * debian/watch: simplified the search rule.

 -- Joao Eriberto Mota Filho <email address hidden>  Sun, 22 Jan 2023 15:06:00 -0300

Upload details

Uploaded by:
Joao Eriberto Mota Filho
Uploaded to:
Sid
Original maintainer:
Joao Eriberto Mota Filho
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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
retry_1.0.5-3.dsc 1.8 KiB e0d431fe89db1dd249575f409f66f5170cc25413676cc61afec17c9d81fd8e8a
retry_1.0.5.orig.tar.gz 338.8 KiB 09a75450153e65aca1cd5fa366d54a314050f8f19e8ba5747656c5b673b65fdf
retry_1.0.5-3.debian.tar.xz 3.0 KiB b19cebbcc42b14a0c3f97e938abb1dc7ff2628a2fb46b2bac8a153fd839c34f7

Available diffs

No changes file available.

Binary packages built by this source

retry: Retry a command until the command succeeds

 Retry captures stdin into memory as the data is passed to the repeated
 command, and this captured stdin is then replayed should the command be
 repeated. This makes it possible to embed the retry tool into shell
 pipelines.
 .
 Retry captures stdout into memory, and if the command was successful stdout
 is passed on to stdout as normal, while if the command was repeated stdout
 is passed to stderr instead. This ensures that output is passed to stdout
 once and once only.

retry-dbgsym: debug symbols for retry