retry 1.0.3-1 source package in Ubuntu

Changelog

retry (1.0.3-1) unstable; urgency=medium

  * New upstream version 1.0.3.
  * Upload to unstable.
  * debian/docs: no longer needed. Removed.
  * debian/patches/010_manpage-from-upstream.patch: removed, because the
    upstream fixed the source code. Thanks!
  * debian/tests/control: updated the first test to be compliant with
    the new upstream version.
  * debian/watch: changed to get new releases from download/ instead of
    archive/.

 -- Joao Eriberto Mota Filho <email address hidden>  Fri, 31 Jan 2020 22:27:43 -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.3-1.dsc 1.8 KiB acc4a446207eb6ebec185882cc853c5462719d46d64576ceaa5e6231268b020c
retry_1.0.3.orig.tar.gz 331.5 KiB 5d12e79c53ecd516f22800d98ce351be0056433331b03e60c3d1662078fbb936
retry_1.0.3-1.debian.tar.xz 2.0 KiB 85fae52395917aa64a313b77c09219fe24717f6aa692111ccbf885b7fed167a7

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