File: control

package info (click to toggle)
timelimit 1.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 164 kB
  • sloc: ansic: 475; sh: 326; makefile: 109; perl: 96
file content (25 lines) | stat: -rw-r--r-- 842 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: timelimit
Section: utils
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends:
 debhelper (>> 13.15.2~),
 dh-package-notes,
 dh-sequence-single-binary,
 dpkg-build-api (= 1),
 perl,
Standards-Version: 4.7.0
X-DH-Compat: 14
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/
X-Style: black

Package: timelimit
Architecture: any
Multi-Arch: foreign
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.