anacron 2.3-35ubuntu1 source package in Ubuntu

Changelog

anacron (2.3-35ubuntu1) lunar; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Do not override PATH in anacrontab and cron.d anymore.

anacron (2.3-35) unstable; urgency=medium

  * d/anacron.postrm: delete removal of symlinks (Closes: #1019554)

anacron (2.3-34) unstable; urgency=medium

  [ Melvin Vermeeren ]
  * d/anacron.service: add TimeoutStopSec=infinity (Closes: #915379)

 -- Steve Langasek <email address hidden>  Fri, 04 Nov 2022 19:55:32 +0100

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
anacron_2.3.orig.tar.gz 23.5 KiB ceee7520bc49f861499f7eff4c7990d21d39d8a1d3e24449947a7ed5aa34761d
anacron_2.3-35ubuntu1.debian.tar.xz 21.2 KiB 7abe8c3a142968fc7b6850ce08f1b639dbc6bfc34f0f16a8eb0087968223cb98
anacron_2.3-35ubuntu1.dsc 1.9 KiB 9e3281cd8cfcc0728db463d953bfc93d5d764e5fa4536f16b66c9d9fe053956a

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