anacron 2.3-14ubuntu1 source package in Ubuntu Linaro Evaluation Build

Changelog

anacron (2.3-14ubuntu1) maverick; urgency=low

  * Merge from Debian unstable, remaining changes:
    - Replace init script with Upstart job.  Do not start the job on
      installation, since anacron is run from cron or on boot to catch up.
    - Bump build-dependency on debhelper for Upstart-aware dh_installinit
  * Dropped changes, merged in Debian:
    - Remove acpi-support integration, we have used pm-utils for a long time.
    - debian/control: postfix -> default-mta.
    - Edited anacrontab(5)-manpage to correctly show how to continue on next
      line.
    - Remove informational message in lock.c:consider_job()
    - debian/pm-utils.{power,sleep}.d: install pm-utils hook that
      starts/stops anacron on suspend/resume
    - Demote anacron's Recommends of mail-transport-agent to a Suggests;
      since we've been doing fine without an MTA in the desktop for some
      time (and want to continue doing so), this fails the definition of
      Recommends.
  * Dropped changes no longer needed in Ubuntu:
    - change Default-Stop to "0" in debian/init.d
    - removal of Ubuntu-specific acpi-support integration in preinst

anacron (2.3-14) unstable; urgency=low

  * New maintainers (closes: #546169, #548777)
  * Don't ignore errors from make clean, per lintian
  * Removed useless anacron.postinst file
  * Added Vcs control fields
  * Point to non-symlink version of license file, per lintian
  * Updated standards version
  * Updated to debhelper level 7
  * Make init script reload action exit successfully (closes: #527885)
  * Properly encode backslash on anacrontab.5 man page (closes: #461784)
  * Removed spurious debug message in lock.c:consider_job() (closes: #480463)
  * Fixed incorrect use of SPOOLDIR in readtab.c (closes: #401838)
  * Changed mail-transport-agent to Suggests, and replaced exim4 by
    default-mta (closes: #490785)
  * Changed default syslog to rsyslog (closes: #526919)

anacron (2.3-13.2) unstable; urgency=low

  * Non-maintainer upload.
  * Install pm-utils hook that starts/stops anacron on suspend/resume; merged
    from Ubuntu (Closes: #202605)
 -- Steve Langasek <email address hidden>   Sun, 20 Jun 2010 08:04:32 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Maverick
Original maintainer:
Ubuntu Development Team
Architectures:
any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe admin

Builds

Maverick: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
anacron_2.3.orig.tar.gz 23.5 KiB ceee7520bc49f861499f7eff4c7990d21d39d8a1d3e24449947a7ed5aa34761d
anacron_2.3-14ubuntu1.diff.gz 17.7 KiB 919dfb6faf1df731820b604efce901d6015be3b33dac4f6894d660fdc4ff2834
anacron_2.3-14ubuntu1.dsc 1.8 KiB 5dd957bca5a4b1f10e793f90b1267795443afa45ce0b78d4cbe5f6ed0ae5986c

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.