snooze 0.5-1 source package in Ubuntu

Changelog

snooze (0.5-1) unstable; urgency=medium

  * New upstream release (2021-01-14)
    + Add jitter with the `-J` option
    + 2 minor bugfixes

  * Upgrade to debhelper compatibility level 13
    `dh_missing --fail-missing` is now the default.
  * d/control: Declare compliance with policy v4.5.1.
    No change needed.

 -- nicoo <email address hidden>  Thu, 14 Jan 2021 16:48:47 +0100

Upload details

Uploaded by:
Nicolas Braud-Santoni
Uploaded to:
Sid
Original maintainer:
Nicolas Braud-Santoni
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
snooze_0.5-1.dsc 1.7 KiB 9319871a59320c1408a777e1675534274a16040385641f1c4356828c4e821fbb
snooze_0.5.orig.tar.gz 7.8 KiB 3931f561c8ea7a3208ffd84ddd2817ac0e797a86989133ab0a244f0f683a4be5
snooze_0.5-1.debian.tar.xz 3.7 KiB f0a8029545658b5682c5afa76a7808946b9c923027afc5f3bd253277588454fa

Available diffs

No changes file available.

Binary packages built by this source

snooze: run a command at a particular time

 `snooze` is a tool for waiting until a particular time and then
 running a command. Together with a service supervision system such as
 runit, this can be used to replace cron(8).
 .
 Benefits over cron:
  - mnemonic syntax
  - no overlapping job runs possible
  - filtering by ISO week and day of year
  - due to supervision, no centralized daemon required
  - due to supervision, can easily disable jobs or force their
    execution instantly
  - due to supervision, have custom logs
  - due to no centralized daemon, no fuzzing with multiple users/permissions
  - very robust with respect to external time changes
  - can use a file timestamp to ensure minimum waiting time between two
    runs, even across reboots
  - randomized delays (some cron have that)
  - variable slack (no need for anacron)
  - ad-hoc usage possible, just run the program from command line
 .
 Benefits over runwhen:
  - less confusing usage (arguably)
  - filtering by ISO week and day of year
  - zero dependencies
 .
 Benefits over uschedule:
  - no centralized daemon required
  - filtering by ISO week and day of year

snooze-dbgsym: debug symbols for snooze