integ/livepatch/kpatch/debian/deb_folder/control
Zhixiong Chi bc57872139 kpatch: Add initial version for debian
Add kpatch 0.9.5 of debian packaging.
The source code package is from
https://github.com/dynup/kpatch/archive/refs/tags/v0.9.5.tar.gz

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.
Need to work together with the relevant kernel module.

Test Plan:
Pass: Build successfully with 'build-pkgs -p kpatch'

Story: 2009221
Task: 44580

Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com>
Change-Id: I664ca39c1cbc7bfdf0f5a57ac10118f4a9b62037
2022-04-19 22:57:27 -04:00

47 lines
1.8 KiB
Plaintext

# Copyright (c) 2022 Wind River Systems, Inc.
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. The ASF licenses this
# file to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
Source: kpatch
Section: kernel
Priority: optional
Maintainer: Zhixiong Chi <zhixiong.chi@windriver.com>
Build-Depends: libelf-dev, debhelper (>= 13)
Standards-Version: 4.5.1
Homepage: http://github.com/dynup/kpatch
Package: kpatch
Architecture: linux-amd64
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, linux-headers-5.10.0-6-amd64
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: linux-amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, dpkg-dev, linux-source-5.10, 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.