cronie/debian/control

47 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

2011-07-26 14:00:34 +02:00
Source: cronie
Section: admin
Priority: optional
2022-11-13 17:09:31 +01:00
Maintainer: Lance Lin <LQi254@protonmail.com>
Uploaders: Georges Khaznadar <georgesk@debian.org>
2011-07-26 14:00:34 +02:00
Build-Depends:
2022-11-13 17:09:31 +01:00
debhelper-compat (= 13),
2011-07-26 14:00:34 +02:00
libpam0g-dev,
libselinux1-dev [linux-any],
libaudit-dev [linux-any]
2019-11-05 08:04:37 +01:00
Rules-Requires-Root: no
2022-11-13 17:09:31 +01:00
Standards-Version: 4.6.0
2019-11-05 08:04:37 +01:00
Homepage: https://github.com/cronie-crond/cronie
Vcs-Git: https://salsa.debian.org/debian/cronie.git
Vcs-Browser: https://salsa.debian.org/debian/cronie
2011-07-26 14:00:34 +02:00
Package: cronie
Architecture: any
2019-11-05 08:04:37 +01:00
Multi-Arch: foreign
Pre-Depends:
${misc:Pre-Depends},
2022-11-13 17:09:31 +01:00
cron-daemon-common
2011-07-26 14:00:34 +02:00
Depends:
${shlibs:Depends},
${misc:Depends},
adduser,
lsb-base (>= 3.0-6),
2022-11-13 17:09:31 +01:00
libpam-runtime (>= 1.0.1-11),
sensible-utils
2011-07-26 14:00:34 +02:00
Recommends:
2019-11-05 08:04:37 +01:00
default-mta | mail-transport-agent
2011-07-26 14:00:34 +02:00
Suggests:
anacron (>= 2.0-1)
Provides: cron-daemon, cron
Conflicts: cron
Replaces: cron
Description: Process Scheduling Daemon
cronie is a daemon that runs specified programs at scheduled times and
optionally mails generated output to the user. It is a fork of the original
ISC cron and contains many improvements, such as:
* inotify support (Linux only)
* clustering support
* full PAM support
.
cronie is fully compatible with ISC cron (Debian's standard job scheduler),
and can be used as a drop-in replacement for it.