File: control

package info (click to toggle)
cron-apt 0.13.0.1
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 324 kB
  • sloc: sh: 290; makefile: 79
file content (24 lines) | stat: -rw-r--r-- 948 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
Source: cron-apt
Section: admin
Priority: optional
Maintainer: Ola Lundqvist <opal@debian.org>
Build-Depends-Indep: docbook-to-man
Build-Depends: debhelper (>= 11.0.0)
Standards-Version: 3.9.6

Package: cron-apt
Architecture: all
Depends: apt, ${misc:Depends}
Recommends: liblockfile1, mail-transport-agent, cron | cron-daemon
Description: automatic update of packages using apt-get
 Contains a tool that is run by a cron job at regular intervals. By default it
 just updates the package list and downloads new packages without installing.
 You can instruct it to run anything that you can do with apt-get
 (or aptitude).
 .
 It can optionally send mail to the system administrator on errors, log
 to syslog or a separate log file.
 .
 Observe that this tool may be a security risk, so you should not set it
 to do more than necessary. Automatic upgrade of all packages is NOT
 recommended unless you are in full control of the package repository.