From c6317b27cb6730aae081868645ca37421424b7d6 Mon Sep 17 00:00:00 2001 From: ymshenyu Date: Mon, 10 Aug 2020 16:02:31 +0800 Subject: [PATCH] add missing dependency --- debian/control | 1 + makespec/BUILDVERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 9e4c5f8c..c6e83f8e 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 11), cmake (>= 3.10.1), pkg-config, ninja-build, + libcurl4-openssl-dev, libgrpc++-dev (>= 1.16.1-1~), libprotobuf-dev (>= 3.6.1.3-1~), protobuf-compiler (>= 3.6.1.3-1~), diff --git a/makespec/BUILDVERSION b/makespec/BUILDVERSION index 0bac59ee..8c4b9d83 100644 --- a/makespec/BUILDVERSION +++ b/makespec/BUILDVERSION @@ -1 +1 @@ -5888 \ No newline at end of file +5889