retry 1.0.5-2 source package in Ubuntu

Changelog

retry (1.0.5-2) unstable; urgency=medium

  * debian/patches/010_disable-manpage-generation.patch: fixed and updated the
    header.
  * debian/tests/control: added a new test to verify the manpage.

 -- Joao Eriberto Mota Filho <email address hidden>  Thu, 12 Jan 2023 16:53:59 -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

Downloads

File Size SHA-256 Checksum
retry_1.0.5-2.dsc 1.8 KiB bcf9bdbfd45dccf0d495336269f65bd62b1137e53d02d107cd0cfe8fb2647c39
retry_1.0.5.orig.tar.gz 338.8 KiB 09a75450153e65aca1cd5fa366d54a314050f8f19e8ba5747656c5b673b65fdf
retry_1.0.5-2.debian.tar.xz 3.0 KiB a2822fd7ede7fc6f8f3b62e6830b5806eb7498108ab01bd04516ba812c6a5472

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