File: control

package info (click to toggle)
needrestart 3.5-4%2Bdeb11u3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 836 kB
  • sloc: perl: 3,241; sh: 235; makefile: 81
file content (43 lines) | stat: -rw-r--r-- 1,378 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
Source: needrestart
Section: admin
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13),
 po-debconf,
 libmodule-find-perl
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/liske/needrestart

Package: needrestart
Architecture: all
Depends: ${misc:Depends},
 ${perl:Depends},
 dpkg (>= 1.16.0),
 gettext-base,
 libintl-perl,
 libproc-processtable-perl,
 libsort-naturally-perl,
 libmodule-scandeps-perl,
 libterm-readkey-perl,
 libmodule-find-perl,
 binutils,
 xz-utils
Recommends: libpam-systemd | sysvinit-core
Suggests: needrestart-session | libnotify-bin,
 iucode-tool
Enhances: intel-microcode
Description: check which daemons need to be restarted after library upgrades
 needrestart checks which daemons need to be restarted after library upgrades.
 It is inspired by checkrestart from the debian-goodies package.
 .
 Features:
  - supports (but does not require) systemd
  - binary blacklisting (i.e. display managers)
  - tries to detect required restarts of interpreter based daemons
    (supports Java, Perl, Python, Ruby)
  - tries to detect required restarts of containers (docker, LXC)
  - tries to detect pending kernel upgrades
  - tries to detect pending microcode upgrades for Intel CPUs
  - could be used as nagios check_command
  - fully integrated into apt/dpkg using hooks