anacron 2.3-38ubuntu1 source package in Ubuntu

Changelog

anacron (2.3-38ubuntu1) mantic; urgency=medium

  * Merge with Debian Unstable. Remaining changes:
    - Do not override path in anacrontab and cron.d anymore.
    - Work around upgrades from 2.3-33 disabling service and timer (LP: #2006589)

anacron (2.3-38) unstable; urgency=medium

  * anacron.8: Editorial fixes (Closes: #1040885)
  * anacrontab.5: Editorial fixes (Closes: #1040887)

anacron (2.3-37) unstable; urgency=medium

  * anacron.8: Update manpage
    + Specify crontab for MAILTO variable (Closes: #1031774)
    + Fix formatting (Closes: #964504)

 -- Simon Quigley <email address hidden>  Wed, 26 Jul 2023 13:44:47 -0500

Upload details

Uploaded by:
Simon Quigley
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main admin

Downloads

File Size SHA-256 Checksum
anacron_2.3.orig.tar.gz 23.5 KiB ceee7520bc49f861499f7eff4c7990d21d39d8a1d3e24449947a7ed5aa34761d
anacron_2.3-38ubuntu1.debian.tar.xz 24.3 KiB 3eee6b5fb3492f3f57e74b8b1a627cc1bc598a8f83c9281dd09850f3ca21812f
anacron_2.3-38ubuntu1.dsc 1.9 KiB 76d595bd7098b1ef6f980c41c53c67cf1bab1481038551c14732ae021bde864e

Available diffs

View changes file

Binary packages built by this source

anacron: cron-like program that doesn't go by time

 Anacron (like "anac(h)ronistic") is a periodic command scheduler. It
 executes commands at intervals specified in days. Unlike cron, it
 does not assume that the system is running continuously. It can
 therefore be used to control the execution of daily, weekly, and
 monthly jobs (or anything with a period of n days), on systems that
 don't run 24 hours a day. When installed and configured properly,
 Anacron will make sure that the commands are run at the specified
 intervals as closely as machine uptime permits.
 .
 This package is pre-configured to execute the daily jobs of the
 Debian system. You should install this program if your system isn't
 powered on 24 hours a day to make sure the maintenance jobs of other
 Debian packages are executed each day.

anacron-dbgsym: debug symbols for anacron