Source: repeatcmd
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: misc
Priority: optional
Standards-Version: 4.6.2
Build-Depends: debhelper (>= 10~)

Package: repeatcmd
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: run command repeatedly until it succeeds
 A command is run and if it exits with a non-zero exit code, it is
 run again, and again, until it exits with zero or terminates without
 exiting.
