File: control

package info (click to toggle)
unattended-upgrades 2.12
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,248 kB
  • sloc: python: 4,016; sh: 452; makefile: 72
file content (51 lines) | stat: -rw-r--r-- 1,658 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
49
50
51
Source: unattended-upgrades
Maintainer: Michael Vogt <mvo@debian.org>
Section: admin
Priority: optional
Build-Depends: debhelper (>= 9.20160709),
               equivs,
               po-debconf,
               python3,
               python3-dbus,
               python3-distutils-extra,
               python3-gi,
               python3-setuptools
Build-Depends-Indep: python3-dev,
                     python3-coverage,
                     python3-distro-info,
                     python3-pytest,
                     pycodestyle | pep8,
#                    powermgmt-base, (tests disable on_ac_power checks)
                     flake8,
                     python3-apt (>= 1.9.6~),
                     lsb-release
Standards-Version: 4.1.4
Vcs-Git: https://github.com/mvo5/unattended-upgrades.git

Package: unattended-upgrades
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         debconf,
         python3,
         python3-apt (>= 1.9.6~),
         python3-dbus,
         python3-distro-info,
         ucf,
         lsb-release,
         lsb-base,
         xz-utils
Recommends: systemd-sysv | cron | cron-daemon | anacron
Suggests: bsd-mailx,
          default-mta | mail-transport-agent,
          needrestart,
          powermgmt-base,
          python3-gi
Description: automatic installation of security upgrades
 This package can download and install security upgrades automatically
 and unattended, taking care to only install packages from the
 configured APT source, and checking for dpkg prompts about
 configuration file changes.
 .
 This script is the backend for the APT::Periodic::Unattended-Upgrade
 option.