swatch 3.2.4-3 source package in Ubuntu

Changelog

swatch (3.2.4-3) unstable; urgency=medium

  * d/control:
    - Switch to debhelper-compat. Bump to dh 12.
    - Bump to Standards-Version 4.3.0 (no changes required).
  * d/compat:
    - Dropped. It become obsolete with debherlper-compat.
  *d/patches:
    - Add 04-no-more-zombies.patch.
    - Add 05-mail-at-fix.patch.
    - Drop document_backslash_in_addresses (superseded by the previous one).
    - Add 06-code-cleanups.patch
    - Add 03-fix-pod.errors.patch (merged fix_pod_errors into it).
    - Add 07-mail_sent_should_not_be_queued.patch (Closes: #646494).

 -- Marcos Fouces <email address hidden>  Fri, 01 Mar 2019 23:30:59 +0100

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
Original maintainer:
Debian Security Tools
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe admin

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
swatch_3.2.4-3.dsc 1.9 KiB 76619c1d41c1d55364a8e5938609df57c580e2b8ea2ba1642ee74c21e2dc951e
swatch_3.2.4.orig.tar.gz 29.4 KiB 5bb644d3750ee89b9aecab797df66b28b9fd174a5f0f96cd62367af8975b4f63
swatch_3.2.4-3.debian.tar.xz 6.6 KiB b07319b01545b1f78ad66ba72fd3b111e475058803012a76f0317299040086fe

Available diffs

No changes file available.

Binary packages built by this source

swatch: Log file viewer with regexp matching, highlighting & hooks

 Swatch is designed to monitor system activity. It reads a configuration
 file which contains pattern(s) to look for and action(s) to perform when
 each pattern is found.
 .
 A typical action is echoing the matched line in a variety of colours and
 formats including reverse video, bold, underline, and normal, which swatch
 knows how to do internally. Other actions include sending mail or
 executing an arbitrary program on the line.
 .
 Swatch is written in Perl and uses Perl regular expressions for line
 matching.