From cefd112dde2b83bf49f0a3d8ce249d918caf96c5 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Fri, 19 Feb 2021 11:08:31 +0100 Subject: [PATCH] cargo: fix libc6 dependency for debian package --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7f6ba0a..0a102fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,6 +36,8 @@ disable-publish = true [package.metadata.deb] extended-description = "A collection of utilities to perform virtual machine introspection with libkvmi on KVM" +# force any libc6, otherwise the one from the CI is pinned and is too recent +depends = "libc6" section = "utility" priority = "optional" assets = [