cron 3.0pl1-163ubuntu1 source package in Ubuntu

Changelog

cron (3.0pl1-163ubuntu1) mantic; urgency=medium

  * Merge with Debian unstable (LP: #2028894). Remaining changes:
    - debian/control: Move MTA to Suggests field.
    - debian/cron.default: change to a deprecated message to make it clear
      that the file is no longer in use.
    - d/p/f/inherit-path.patch: Add -P option to inherit PATH from environment,
      thanks to Tom Jones for the patch
    - Inherit PATH by default:
      + debian/crontab.main: Stop setting PATH
      + debian/cron.service, debian/cron.init: Pass -P to cron
    - debian/tests/compare-with-old-cron-files: Compare against cron package
      shipped in Ubuntu Jammy instead of that shipped in Debian Bullseye

cron (3.0pl1-163) unstable; urgency=medium

  * Checked that the patch debian/patches/fixes/crontab_5_manpage.patch
    confirms that all features about @reboot were removed. Closes: #779845;
    checked that crontab(5) manual page is no longer outdated as
    Tobias Köck used to notice it. Closes: #1037442
  * adopted Daniel Lewart's patch (thanks!), which improves debian patch
    No-multiple-timezones.patch. Closes: #1025536
  * modified debian/cron.postinst in a way which allows script lines added
    by debhelper to be considered. Closes: #1038938

 -- Vladimir Petko <email address hidden>  Fri, 28 Jul 2023 12:19:57 +1200

Upload details

Uploaded by:
Vladimir Petko
Sponsored by:
Robie Basak
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
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
cron_3.0pl1.orig.tar.gz 57.9 KiB d931e0688005dfa85cfdb60e19bf0a3848ebfa3ee3415bf2a6ea3ea9e5bcfd21
cron_3.0pl1-163ubuntu1.debian.tar.xz 115.8 KiB efc64530dad2a47d9a57ec74eb9a5412c40b43be8e92c84818b1eed1d18d7ab8
cron_3.0pl1-163ubuntu1.dsc 2.2 KiB ec368b22c8ad994a39fa32eb2995459a1e0d99f72a76a5fddfc4056eedfbbf50

View changes file

Binary packages built by this source

cron: process scheduling daemon

 The cron daemon is a background process that runs particular programs at
 particular times (for example, every minute, day, week, or month), as
 specified in a crontab. By default, users may also create crontabs of
 their own so that processes are run on their behalf.
 .
 Output from the commands is usually mailed to the system administrator
 (or to the user in question); you should probably install a mail system
 as well so that you can receive these messages.
 .
 This cron package does not provide any system maintenance tasks. Basic
 periodic maintenance tasks are provided by other packages, such
 as checksecurity.

cron-daemon-common: process scheduling daemon's configuration files

 The cron daemon is a background process that runs particular programs at
 particular times (for example, every minute, day, week, or month), as
 specified in a crontab. By default, users may also create crontabs of
 their own so that processes are run on their behalf.
 .
 This package provides configuration files which must be there to
 define scheduled process sets.

cron-dbgsym: debug symbols for cron