snooze 0.2-2 source package in Ubuntu

Changelog

snooze (0.2-2) unstable; urgency=medium

  * debian/control: Fixup description
  * debian/rules
    * Do not spuriously disable tests
    * Remove spurious --parallel

  * Ship upstream's changelog
  * Switch to debhelper 11

  * Lintian overrides
    * Relocate to debian/source/
    * Rename debian-watch-may-check-gpg-signature
    * Add debian-watch-could-verify-download

  * Bump Standards-Version to 4.1.3
    * debian/copyright: Refer to the CC0 license file
    * debian/copyright: Use HTTPS URI for DEP5 format

 -- Nicolas Braud-Santoni <email address hidden>  Tue, 13 Feb 2018 21:32:42 +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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
snooze_0.2-2.dsc 1.5 KiB c44d329d56b27d28d1f404788cf3aaec9a2e49918344e3c2a81e562dce1f28e1
snooze_0.2.orig.tar.gz 7.0 KiB 69242bb1534b11b569dfd1535aca20e3e6be95c6285aff1ccf612b2a9f906a1a
snooze_0.2-2.debian.tar.xz 5.4 KiB e26a84bcb8f1e38d23fc7982ee384c9818cd932955c0d4bd0694c9b21e2645a4

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: No summary available for snooze-dbgsym in ubuntu cosmic.

No description available for snooze-dbgsym in ubuntu cosmic.