anacron 2.3-40ubuntu1 source package in Ubuntu

Changelog

anacron (2.3-40ubuntu1) oracular; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Do not override path in anacrontab and cron.d anymore.
  * Drop workaround for upgrades from 2.3-33 (LP #2006589)

anacron (2.3-40) unstable; urgency=medium

  [ наб <email address hidden> ]
  * anacrontab.5: Mention @yearly period_name (Closes: #1067752)

  [ Lance Lin ]
  * d/control, d/README.debian, README: Mention yearly period scheduling
    in documentation
  * d/anacrontab: Add @yearly to default anacrontab
  * d/anacron.0anacron.cron.yearly: Install yearly anacron job
  * d/copyright: Add myself to debian/* copyright for 2024
  * d/s/local-patch-header: Set Forwarded to not-needed, since upstream
    is no longer maintained

 -- Mate Kukri <email address hidden>  Mon, 15 Jul 2024 13:21:09 +0100

Upload details

Uploaded by:
Mate Kukri
Sponsored by:
Nick Rosbrook
Uploaded to:
Oracular
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main admin

Downloads

File Size SHA-256 Checksum
anacron_2.3.orig.tar.gz 23.5 KiB ceee7520bc49f861499f7eff4c7990d21d39d8a1d3e24449947a7ed5aa34761d
anacron_2.3-40ubuntu1.debian.tar.xz 24.0 KiB 253d8a41ecd23f4fb80b30230f13ccc806664d3a7da4cbeebe69ae6af234be61
anacron_2.3-40ubuntu1.dsc 1.9 KiB ff6ad9db6acacf91eaf05be5a06a450e67fe35c644112ce751baffeb5b352af2

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, monthly,
 and yearly 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