retry 1.0.5-1 source package in Ubuntu

Changelog

retry (1.0.5-1) unstable; urgency=medium

  * New upstream version 1.0.5.
  * debian/copyright: updated upstream and packaging copyright years.
  * debian/patches/010_disable-manpage-generation.patch: created to disable
    the generation of the manpage on build time.
  * debian/upstream/metadata: added Donation field.
  * debian/watch: updated the search rule to find bootstrapped tarballs.

 -- Joao Eriberto Mota Filho <email address hidden>  Wed, 11 Jan 2023 13:25:57 -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-1.dsc 1.8 KiB 6d2921b9000488b7d9b9d2588ebc1f032ffe3ae838478d7d910484e9c036144f
retry_1.0.5.orig.tar.gz 338.8 KiB 09a75450153e65aca1cd5fa366d54a314050f8f19e8ba5747656c5b673b65fdf
retry_1.0.5-1.debian.tar.xz 2.9 KiB 1458c8e5f6d5726219c1bd34d1bab44f8997399a4ca06f7a6f72fcb1af59d545

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