mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
Merge pull request #821 from GabyCT/topic/addubuntud
obs: Add fakeroot dependency for ubuntu 19.04
This commit is contained in:
commit
a878afb7c3
@ -6,7 +6,7 @@ Priority: optional
|
|||||||
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Homepage: https://katacontainers.io
|
Homepage: https://katacontainers.io
|
||||||
Build-Depends: dh-make, git, ca-certificates, execstack, devscripts, debhelper, build-essential, dh-autoreconf, make, pkg-config, dh-systemd, systemd
|
Build-Depends: dh-make, git, ca-certificates, fakeroot, execstack, devscripts, debhelper, build-essential, dh-autoreconf, make, pkg-config, dh-systemd, systemd
|
||||||
Debtransform-Tar: kata-ksm-throttler-@VERSION@.tar.gz
|
Debtransform-Tar: kata-ksm-throttler-@VERSION@.tar.gz
|
||||||
|
|
||||||
Package: kata-ksm-throttler
|
Package: kata-ksm-throttler
|
||||||
|
@ -5,7 +5,7 @@ Section: devel
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Build-Depends: dh-make, git, ca-certificates, execstack, devscripts, debhelper, build-essential, dh-autoreconf, make
|
Build-Depends: dh-make, git, ca-certificates, execstack, fakeroot, devscripts, debhelper, build-essential, dh-autoreconf, make
|
||||||
Homepage: https://katacontainers.io
|
Homepage: https://katacontainers.io
|
||||||
Debtransform-Tar: kata-proxy-@VERSION@.tar.gz
|
Debtransform-Tar: kata-proxy-@VERSION@.tar.gz
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ Section: devel
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Build-Depends: dh-make, git, ca-certificates, execstack, devscripts, debhelper,
|
Build-Depends: dh-make, git, ca-certificates, execstack, fakeroot, devscripts, debhelper,
|
||||||
build-essential, dh-autoreconf, make
|
build-essential, dh-autoreconf, make
|
||||||
Homepage: https://katacontainers.io
|
Homepage: https://katacontainers.io
|
||||||
Debtransform-Tar: kata-runtime-@VERSION@.tar.gz
|
Debtransform-Tar: kata-runtime-@VERSION@.tar.gz
|
||||||
|
@ -5,7 +5,7 @@ Section: devel
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
Maintainer: Kata containers team <https://github.com/kata-containers/>
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Build-Depends: debhelper (>= 9), git, ca-certificates, execstack, devscripts, dh-make
|
Build-Depends: debhelper (>= 9), git, ca-certificates, execstack, fakeroot, devscripts, dh-make
|
||||||
Homepage: https://katacontainers.io
|
Homepage: https://katacontainers.io
|
||||||
Debtransform-Tar: kata-shim-@VERSION@.tar.gz
|
Debtransform-Tar: kata-shim-@VERSION@.tar.gz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user