systemd-cron 1.16.2-1 source package in Ubuntu

Changelog

systemd-cron (1.16.2-1) unstable; urgency=low

  * compatibility with Python3.12+ (Closes: #1042370)
  * fix regression in expansion of commands starting with tilde
    (Closes: #1042363), thanks to Ben Hutchings.
  * fix regression in crontab (Closes: #1041911)

 -- Alexandre Detiste <email address hidden>  Sat, 29 Jul 2023 16:31:04 +0200

Upload details

Uploaded by:
pkg-systemd-maintainers
Uploaded to:
Sid
Original maintainer:
pkg-systemd-maintainers
Architectures:
linux-any
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
systemd-cron_1.16.2-1.dsc 2.1 KiB 8a6d27fc26d31f1802c12ee549ba9cb6f81cda09b8ba5d522867908b1d1cf586
systemd-cron_1.16.2.orig.tar.gz 34.7 KiB 5611e5465a9a5ee35721c304f8812ade2eeba1d0170aee778e2483fe9909f1c1
systemd-cron_1.16.2-1.debian.tar.xz 7.8 KiB 84deb484764182d9e6a5cc0737c6aa8c1d3f9c48bcf832ac902010b377450db0

No changes file available.

Binary packages built by this source

systemd-cron: systemd generator that provides cron daemon & anacron functionality

 This is a generator that dynamicaly translates /etc/crontab,
 /etc/cron.{d|hourly|daily|weekly|monthly|yearly}/*
 and user cronjobs into systemd .timer & .service units.
 Please notice this package provide a different set of features
 than Vixie-cron; trying to remain as simple as possible.
 By example, to avoid to run process through a wrapper,
 but have instead systemd run those directly,
 it only send mails on error, including only a small blurb
 from the Journal; but doesn't send the full output of processes.

systemd-cron-dbgsym: debug symbols for systemd-cron