mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 02:24:21 +01:00
Remove the redundant dh-modaliases package as a build requirement for deb packages. This allows to build packages for the Debian distro. Fixes: #249 Signed-off-by: Marco Vedovati <mvedovati@suse.com>
15 lines
532 B
Plaintext
15 lines
532 B
Plaintext
Source: kata-shim
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://katacontainers.io
|
|
Build-Depends: debhelper (>= 9), git, ca-certificates, execstack, devscripts, dh-make
|
|
|
|
Package: kata-shim
|
|
Architecture: @deb_arch@
|
|
Description:
|
|
kata-shim is a process spawned by the Intel VT-x secured Kata Containers runtime per container workload.
|
|
The runtime provides the pid of the kata-shim process to containerd-shim on OCI create command.
|
|
|