mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 18:44:47 +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>
17 lines
849 B
Plaintext
17 lines
849 B
Plaintext
Source: kata-runtime
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
|
Standards-Version: 3.9.6
|
|
Homepage: https://katacontainers.io
|
|
Build-Depends: dh-make, git, ca-certificates, execstack, devscripts, debhelper, build-essential, dh-autoreconf, make
|
|
|
|
Package: kata-runtime
|
|
Architecture: @deb_arch@
|
|
Depends: kata-containers-image (>= @kata_osbuilder_version@), kata-linux-container (>= @linux_container_version@),
|
|
kata-proxy (>= @kata_proxy_version@), kata-shim (>= @kata_shim_version@),
|
|
kata-ksm-throttler(>= @ksm_throttler_version@), qemu-lite(>= @qemu_lite_version@) [amd64],
|
|
qemu-vanilla(>= @qemu_vanilla_version@)
|
|
Description:
|
|
An Open Containers Initiative (OCI) "runtime" that launches an Intel VT-x secured Kata Containers hypervisor, rather than a standard Linux container.
|