Source: timelimit Section: utils Priority: optional Maintainer: Peter Pentchev Build-Depends: debhelper-compat (= 13), dh-sequence-single-binary, perl, Standards-Version: 4.6.0 Vcs-Git: https://gitlab.com/timelimit/timelimit.git -b debian/master Vcs-Browser: https://gitlab.com/timelimit/timelimit/tree/debian/master Homepage: https://devel.ringlet.net/sysutils/timelimit/ Rules-Requires-Root: no Package: timelimit Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Description: simple utility to limit a process's absolute execution time The timelimit utility executes a command and terminates the spawned process after a given time with a given signal. A "warning" signal is sent first, then, after a timeout, a "kill" signal, similar to the way init(8) operates on shutdown.