timelimit 1.9.2-1 source package in Ubuntu

Changelog

timelimit (1.9.2-1) unstable; urgency=medium

  * Declare compliance with Policy 4.6.0 with no changes.
  * Add the years 2021 and 2022 to my debian/* copyright notice.
  * Explicitly declare dh-sequence-single-binary as a virtual build
    dependency.
  * New upstream release:
    - update the upstream copyright years
    - allow output to the standard error stream in the autopkgtest

 -- Peter Pentchev <email address hidden>  Sat, 01 Jan 2022 21:00:59 +0200

Upload details

Uploaded by:
Peter Pentchev
Uploaded to:
Sid
Original maintainer:
Peter Pentchev
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe utils
Lunar release universe utils
Jammy release universe utils

Downloads

File Size SHA-256 Checksum
timelimit_1.9.2-1.dsc 2.3 KiB dce48b3b961bdce6d9560cb76fe4ebab991df2686d61f509d5976e059718fcb6
timelimit_1.9.2.orig.tar.xz 13.4 KiB 9cdd1f06049b9e1a4b7a8a93a0d4d0e1920bd617e7cd005525261a3f91386796
timelimit_1.9.2.orig.tar.xz.asc 833 bytes 2d36ce2b25367a51fb89d3763fda94507fe9762759bdb0013b3261c6faa6d1a6
timelimit_1.9.2-1.debian.tar.xz 7.9 KiB 98f1b6ddbb40a341c9a841de864437a2acf9ba2b4f5bafdc9922c63d200e704f

Available diffs

No changes file available.

Binary packages built by this source

timelimit: 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.

timelimit-dbgsym: debug symbols for timelimit