File: control

package info (click to toggle)
kpatch 0.3.2-3.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 896 kB
  • ctags: 930
  • sloc: ansic: 5,962; sh: 1,176; makefile: 186
file content (38 lines) | stat: -rw-r--r-- 1,575 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
Source: kpatch
Section: kernel
Priority: optional
Maintainer: Chris J Arges <chris.j.arges@canonical.com>
Build-Depends: debhelper (>= 9), libelf-dev, dkms
Standards-Version: 3.9.8
Homepage: http://github.com/dynup/kpatch
#Vcs-Git: git://anonscm.debian.org/collab-maint/kpatch.git
#Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/kpatch.git;a=summary

Package: kpatch
Architecture: linux-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, kpatch-dkms,
 linux-headers-amd64 | linux-headers-generic
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-dkms
Architecture: linux-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, dkms
Description: DKMS module for Kpatch
 This package contains the Kpatch module built with DKMS. It installs the source
 and makefiles into the appropriate locations in order to handle various kernel
 versions.

Package: kpatch-build
Architecture: linux-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg-dev, linux-source, kernel-wedge, gawk, bc
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.