ps-watcher 1.08-11 source package in Ubuntu

Changelog

ps-watcher (1.08-11) unstable; urgency=medium

  * [5f175a7] Use secure copyright file specification URI.
  * [829bf29] Set upstream metadata fields: Repository.
  * [c390306] d/source/options: Adding .github to diff ignore
  * [1c64860] Adding d/.gitlab-ci.yml
  * [b8ef571] Do not remove .git* anymore
  * [02612c6] Use secure URI in Homepage field.
  * [7339857] Bump Standards-Version to 4.6.2
  * [e427efa] Update watch file format version to 4.
  * [97dd2ee] Drop lsb-base, sysvinit-utils is essential
  * [a009193] Adding unitfile
  * [032d1f7] Set upstream metadata fields: Archive, Bug-Database.
  * [ec1d2af] Set Rules-Requires-Root: no.
  * [ea639a6] Bump debhelper from old 12 to 13.

 -- Jan Wagner <email address hidden>  Mon, 23 Jan 2023 12:24:01 +0000

Upload details

Uploaded by:
Jan Wagner
Uploaded to:
Sid
Original maintainer:
Jan Wagner
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe admin
Mantic release universe admin
Lunar release universe admin

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ps-watcher_1.08-11.dsc 1.9 KiB c2523c42fb82fb65b80a7367bb34a99c4fa11d4a544b11f4c8ddf623048d305b
ps-watcher_1.08.orig.tar.gz 131.7 KiB 2bd9a45123d720468b0c84549e124fddd2553f76838797b0ad1b19202760ca57
ps-watcher_1.08-11.debian.tar.xz 9.6 KiB c88027ad0cceee5b3800e328de196c529876aca33a55b89e738a6b725a6db5fc

Available diffs

No changes file available.

Binary packages built by this source

ps-watcher: monitoring a system via ps-like commands

 This program runs the ps command periodically and triggers commands on matches.
 The match patterns are Perl regular expressions which can refer to the process
 information via variables.
 .
 For example it can be used to ensure that a daemon is running, or is not
 running too many times. It can also be used to determine when a process has
 consumed too many resources, perhaps due to a memory leak.