Source: systemd-cron
Section: admin
Priority: optional
Maintainer: Debian Systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders:
 Alexandre Detiste <alexandre.detiste@gmail.com>,
 наб <nabijaczleweli@nabijaczleweli.xyz>,
Build-Depends:
 pkgconf,
 systemd-dev,
 debhelper-compat (= 13),
 dh-sequence-cruft,
 dh-sequence-python3,
 python3:any,
 pyflakes3 <!nocheck>,
 shellcheck <!nocheck>,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/detiste-guest/systemd-cron.git
Vcs-Browser: https://salsa.debian.org/detiste-guest/systemd-cron
Homepage: https://github.com/systemd-cron/systemd-cron
Rules-Requires-Root: no

Package: systemd-cron
Architecture: linux-any
Depends:
 systemd-sysv,
 ${python3:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Suggests: default-mta | exim4 | mail-transport-agent
Provides: cron-daemon, anacron
Conflicts: cron-daemon, anacron
Replaces: anacron,
 cron,
 cronie,
 bcron
Pre-Depends:
    ${misc:Pre-Depends},
    cron-daemon-common
Description: 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.
