From 7aa3c2c3e62d1798eab355cf83fd0e4c397219db Mon Sep 17 00:00:00 2001 From: Deepika Upadhyay Date: Mon, 5 Jul 2021 15:21:30 +0000 Subject: [PATCH] debian/control: update yaml-cpp version to 0.6 This fixes the build failure, as jaegertracing requires yaml-cpp v0.6+ ``` Could NOT find yaml-cpp: Found unsuitable version "", but required is at least "0.5.1" (found yaml-cpp_LIBRARY-NOTFOUND) ``` Signed-off-by: Deepika Upadhyay --- debian/control | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/control b/debian/control index e89f578833e..a364b7c5611 100644 --- a/debian/control +++ b/debian/control @@ -69,13 +69,12 @@ Build-Depends: automake, librabbitmq-dev, librdkafka-dev, luarocks, - libyaml-cpp-dev , + libyaml-cpp-dev (>= 0.6) , libzstd-dev , libxmlsec1 , libxmlsec1-nss , libxmlsec1-openssl , libxmlsec1-dev , - libyaml-cpp-dev , lsb-release, ninja-build , nlohmann-json3-dev , @@ -113,7 +112,6 @@ Build-Depends: automake, xmlstarlet , nasm [amd64], zlib1g-dev, -# Jaeger Built-Using: libyaml-cpp-dev (>= 0.6), Standards-Version: 4.4.0 Package: ceph -- 2.39.5