File: control

package info (click to toggle)
cron 3.0pl1-128%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 548 kB
  • sloc: ansic: 4,242; perl: 733; sh: 250; makefile: 94
file content (49 lines) | stat: -rw-r--r-- 1,547 bytes parent folder | download | duplicates (3)
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
49
Source: cron
Section: admin
Priority: important
Maintainer: Javier Fernández-Sanguino Peña <jfs@debian.org>
Uploaders: Christian Kastner <debian@kvr.at>
Standards-Version: 3.9.6
Build-Depends:
    debhelper (>= 9),
    libpam0g-dev,
    libselinux1-dev [linux-any],
    libaudit-dev [linux-any],
    dh-systemd (>= 1.4)
Homepage: http://ftp.isc.org/isc/cron/
Vcs-Git: git://anonscm.debian.org/pkg-cron/pkg-cron.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-cron/pkg-cron.git

Package: cron
Architecture: any
Pre-Depends:
    dpkg (>= 1.15.7.2)
Depends:
    ${shlibs:Depends},
    ${misc:Depends},
    debianutils (>= 1.7),
    adduser,
    lsb-base (>= 3.0-10),
    libpam-runtime (>= 1.0.1-11)
Recommends:
    exim4 | postfix | mail-transport-agent
Suggests:
    anacron (>=2.0-1),
    logrotate,
    checksecurity
Breaks:
    dpkg (<< 1.15.4)
Provides: cron-daemon
Description: process scheduling daemon
 The cron daemon is a background process that runs particular programs at
 particular times (for example, every minute, day, week, or month), as 
 specified in a crontab. By default, users may also create crontabs of
 their own so that processes are run on their behalf.
 .
 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.
 .
 This cron package does not provide any system maintenance tasks. Basic
 periodic maintenance tasks are provided by other packages, such 
 as checksecurity.