File: control

package info (click to toggle)
kpatch 0.9.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,716 kB
  • sloc: ansic: 9,716; sh: 2,592; makefile: 260; asm: 35
file content (80 lines) | stat: -rw-r--r-- 1,800 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Source: kpatch
Section: kernel
Priority: optional
Maintainer: Ubuntu Kernel Team <kernel-team@lists.ubuntu.com>
Uploaders:
 Dimitri John Ledkov <dimitri.ledkov@canonical.com>,
 Emmanuel Arias <eamanu@debian.org>,
 Santiago Ruano Rincón <santiago@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 g++-14 [ppc64el],
 gcc-14-plugin-dev [ppc64el],
 libelf-dev,
 shellcheck,
Standards-Version: 4.7.2
Homepage: https://github.com/dynup/kpatch
Vcs-Browser: https://salsa.debian.org/debian/kpatch
Vcs-Git: https://salsa.debian.org/debian/kpatch.git

Package: kpatch
Architecture: amd64 ppc64el s390x
Replaces:
 kpatch-dkms,
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Runtime tools for Kpatch
 kpatch is a Linux dynamic kernel patching tool which allows you to patch a
 running kernel without rebooting or restarting any processes.  It enables
 sysadmins to apply critical security patches to the kernel immediately, without
 having to wait for long-running tasks to complete, users to log off, or
 for scheduled reboot windows.  It gives more control over up-time without
 sacrificing security or stability.

Package: kpatch-build
Architecture: amd64 ppc64el s390x
Depends:
 asciidoc,
 autoconf,
 automake,
 bc,
 bison,
 bzip2,
 cpio,
 debhelper (>= 10),
 devscripts,
 docbook-utils,
 dpkg-dev,
 elfutils,
 flex,
 gawk,
 ghostscript,
 kernel-wedge,
 kmod,
 libaudit-dev,
 libdw-dev,
 libelf-dev,
 libiberty-dev,
 libnewt-dev,
 libpci-dev,
 libssl-dev,
 libtool,
 libudev-dev,
 makedumpfile,
 openssl,
 pahole,
 pkgconf,
 python3-dev,
 rsync,
 sharutils,
 transfig,
 uuid-dev,
 xmlto,
 ${misc:Depends},
 ${shlibs:Depends},
Suggests:
 ccache,
Description: Build Tools for Kpatch and Livepatch
 kpatch-build is a tool that can build both kpatch and livepatch modules from
 a given patch.