retry 1.0.4-4 source package in Ubuntu

Changelog

retry (1.0.4-4) unstable; urgency=medium

  * debian/control: bumped Standards-Version to 4.6.1.
  * debian/copyright:
      - Converted the last paragraph of the Apache-2.0 in a comment.
      - Updated packaging copyright years.
  * debian/watch: updated the search rule to make it compliant with new
    standards of the GitHub.

 -- Joao Eriberto Mota Filho <email address hidden>  Mon, 21 Nov 2022 15:37:15 -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.4-4.dsc 1.8 KiB 83d2bf9d73bc2e7971b335835f686b3cee4f371d4819f0d5c33b45e3f15f70ae
retry_1.0.4.orig.tar.bz2 269.0 KiB 1fb3321ec89729113ed8126d8ee9082af07cd0908bc8b494391c7b1afe858810
retry_1.0.4-4.debian.tar.xz 2.4 KiB 18f882f13a26af8ab50669094d0c22a94a60818f04986e3c27a70c1b626fb6ad

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