systemd-cron 1.5.2-1 source package in Ubuntu

Changelog

systemd-cron (1.5.2-1) unstable; urgency=medium

  * Adopt package
  * New upstream version
  * Switch from Python2 to Python3
  * Set-up remove_stale_stamps as /etc/cron.weekly/systemd-cron
  * Properly attribute copyright of crontab.5
  * Closes: #766348 : generator does not parse ranges correctly
  * Closes: #767951 : "crontab -r user" will remove root crontab
  * Closes: #766756 : does not mail user in case of job errors
    + Recommends: exim4 | mail-transport-agent
  * Closes: #766757 : services should Requires=systemd-user-sessions.service
  * Closes: #766902 : @reboot jobs are run on package installation
  * Closes: #766764 : support ~/... to /home/user/... expansion
  * Closes: #766763 : support @annually
  * Closes: #770144 : ignore /etc/cron.d/*.dpkg-*
  * disable tests, as they break on pbuilder, and duplicate lintian tests
  * Closes: #776859 : don't call systemctl daemon-reload twice in postrm
  * Closes: #766345 : /usr/bin/crontab doesn't reject invalid crontabs

 -- Alexandre Detiste <email address hidden>  Tue, 26 May 2015 10:01:46 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
systemd-cron_1.5.2-1.dsc 2.0 KiB abe54b0fbc80b4cfbff9c2336a117235ff7a563d3da13c4797c834fcc3863cc0
systemd-cron_1.5.2.orig.tar.gz 24.9 KiB 43d9c0c9b891f4a55be2cc049f9954e5fdbdbc44d3ecb9c1a3230b55267a6588
systemd-cron_1.5.2-1.debian.tar.xz 5.1 KiB 33c8f552c8fdf0e1df89f400ef75e5b0cd515d2374d51826fd302e720d03b0dc

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.