File: control

package info (click to toggle)
systemd-cron 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 636 kB
  • sloc: cpp: 2,599; sh: 962; makefile: 239; ansic: 133
file content (48 lines) | stat: -rw-r--r-- 1,382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: systemd-cron
Section: admin
Priority: optional
Maintainer: Debian Systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
 наб <nabijaczleweli@nabijaczleweli.xyz>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cruft,
 libmd-dev,
 libsystemd-dev,
 pkgconf,
 systemd-dev | systemd (<< 254.1-3~),
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/systemd-team/systemd-cron.git
Vcs-Browser: https://salsa.debian.org/systemd-team/systemd-cron
Homepage: https://github.com/systemd-cron/systemd-cron
Rules-Requires-Root: no
X-Style: black

Package: systemd-cron
Architecture: linux-any
Depends:
 systemd-sysv,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 default-mta | exim4 | mail-transport-agent,
Provides:
 anacron,
 cron-daemon,
Conflicts:
 anacron,
 cron-daemon,
Replaces:
 anacron,
Pre-Depends:
 cron-daemon-common,
 ${misc:Pre-Depends},
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.
 .
 Output from the commands is usually mailed to the system administrator
 (or to the user in question); you should probably install a mail system
 as well so that you can receive these messages.