mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-27 11:04:21 +01:00
It seems that to build ksm-throttler, proxy, runtime and shim OBS packages for ubuntu 19.04, we need fakeroot in order to have unresolvable OBS packages. This adds that dependency so we can build the packages. Fixes #776 Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
17 lines
682 B
Plaintext
17 lines
682 B
Plaintext
format: 3.0 (quilt)
|
|
Source: kata-proxy
|
|
Version: @VERSION@-@RELEASE@
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
|
Standards-Version: 3.9.6
|
|
Build-Depends: dh-make, git, ca-certificates, execstack, fakeroot, devscripts, debhelper, build-essential, dh-autoreconf, make
|
|
Homepage: https://katacontainers.io
|
|
Debtransform-Tar: kata-proxy-@VERSION@.tar.gz
|
|
|
|
Package: kata-proxy
|
|
Architecture: @deb_arch@
|
|
Description:
|
|
kata-proxy works alongside the Kata Containers runtime and shim to provide a VM-based OCI runtime solution.
|
|
kata-proxy is a daemon offering access to the hyperstart VM agent to both the runtime and shim processes.
|