~ubuntu-branches/ubuntu/raring/cron/raring

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Steve Greenland
  • Date: 2004-07-28 15:43:18 UTC
  • mto: (2.2.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20040728154318-do0u2z3wwr4gwkwt
Tags: 3.0pl1-86
And yes, still needs urgency=high.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Section: admin
3
3
Priority: important
4
4
Maintainer: Steve Greenland <stevegr@debian.org>
5
 
Standards-Version: 3.5.2
6
 
Build-Depends: debhelper, libpam0g-dev
 
5
Standards-Version: 3.6.1
 
6
Build-Depends: debhelper, libpam0g-dev, libselinux1-dev
7
7
 
8
8
Package: cron
9
9
Architecture: any
10
 
Depends: ${shlibs:Depends}, debianutils (>=1.7)
11
 
Recommends: exim | smail | sendmail | mail-transport-agent
12
 
Suggests: anacron (>=2.0-1), logrotate, lockfile-progs
13
 
Conflicts: suidmanager (<< 0.50)
 
10
Depends: ${shlibs:Depends}, debianutils (>=1.7), adduser
 
11
Recommends: exim4 | postfix | mail-transport-agent
 
12
Suggests: anacron (>=2.0-1), logrotate, lockfile-progs, checksecurity
 
13
Conflicts: suidmanager (<< 0.50), lockfile-progs (<< 0.1.7)
14
14
Provides:
15
15
Description: management of regular background processing
16
16
 cron is a background process (`daemon') that runs programs at regular
30
30
 grow endlessly and overflow the disk.
31
31
 .
32
32
 The lockfile-progs package is only a "Suggests" because of the poor
33
 
 way that dselect handles "Recomments", but I do strongly suggest that
 
33
 way that dselect handles "Recommends", but I do strongly suggest that
34
34
 you install it; it prevents /etc/cron.daily/standard from running multiple
35
35
 times if something gets jammed.