shush 1.2.3-5 source package in Ubuntu

Changelog

shush (1.2.3-5) unstable; urgency=medium

  * debian/rules:
    - Remove -Wformat=0 from CFLAGS (Closes: #871251)
    - Add path to CRONTAB and SENDMAIL (Closes: #758126)
  * debian/control:
    - Bump Standards-Version to 4.0.0 (no changes)
    - Update Build-Depends to debhelper (>= 10)
  * debian/copyright:
    - Fix license name (from BSD to BSD-3-clause)
    - Update copyright years

 -- Dario Minnucci <email address hidden>  Wed, 23 Aug 2017 02:25:44 +0200

Upload details

Uploaded by:
Dario Minnucci
Uploaded to:
Sid
Original maintainer:
Dario Minnucci
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe admin
Focal release universe admin
Bionic release universe admin

Downloads

File Size SHA-256 Checksum
shush_1.2.3-5.dsc 1.8 KiB 77dbd57073f785409f5601d4e2a131bbe301b63d4fdff5327ae80e4fc038cc34
shush_1.2.3.orig.tar.gz 119.5 KiB 44ff5d74f38772bdd51ce5b9f2f75b260f030d54fd0358e95f35b94c0bc78972
shush_1.2.3-5.debian.tar.xz 5.2 KiB 7275cf260522003e79c1fa94314954b6d0ccd28db05d32c32d9077efb82d15b1

Available diffs

No changes file available.

Binary packages built by this source

shush: runs a command and optionally reports its output by mail

 shush was written to be a generic wrapper around cron jobs so that it can be
 applied to any command without having to modify it or create a custom wrapper
 for it. In a sense, it solves a fairly simple problem, but it also brings some
 powerful features making it a useful tool beyond cron jobs.
 .
 Feature highlights:
 .
   * Multiple reports (for the output) may be defined
   * Decision to send a report (or not) is configurable based on:
     - Output content analysis (using regular expressions)
     - Command exit code
     - Size of output
     - Command execution duration
   * Support for plain text, enriched text and HTML report formatting.
     (The latter two allow rendering part of the output in bold.)
   * Various timeout actions such as notification and command termination
   * Locking support
   * Progress report logging via syslog
   * Automatic crontab file updating based on shush's configuration

shush-dbgsym: debug symbols for shush