systemd-cron 1.15.19-4 source package in Ubuntu

Changelog

systemd-cron (1.15.19-4) unstable; urgency=medium

  * Non-source change rebuild with updated dh-cruft. (Closes: #1030024)

 -- Alexandre Detiste <email address hidden>  Tue, 31 Jan 2023 08:00:40 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
systemd-cron_1.15.19-4.dsc 2.0 KiB f82c62fa27f4be7b261ba915693a73ccdaf97b14e02786c2b3a7f5e771e973bf
systemd-cron_1.15.19.orig.tar.gz 32.5 KiB b0774d4ec41901b3358c939fb86080e2ea9f03250d552aedb4cdc6141f9487cf
systemd-cron_1.15.19-4.debian.tar.xz 7.2 KiB c7596b4b9f2e5b318b12dac0b2b7064e81a077f4fc5241b1df8881ed220ea625

Available diffs

No changes file available.

Binary packages built by this source

systemd-cron: systemd units to provide cron daemon & anacron functionality

 Provides systemd units to run cron jobs in /etc/cron.hourly cron.daily
 cron.weekly and cron.monthly directories, without having cron
 or anacron installed.
 It also provides a generator that dynamicaly translate /etc/crontab,
 /etc/cron.d/* and user cronjobs in systemd 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