From 8998f1b9e643b909bbbcc39643e2e8b4589592d0 Mon Sep 17 00:00:00 2001 From: Andrey Borodin Date: Tue, 12 Mar 2019 13:14:35 +0500 Subject: [PATCH] Add cmake to Build-Depends of debian package --- scripts/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debian/control b/scripts/debian/control index e0265960..770c40ca 100644 --- a/scripts/debian/control +++ b/scripts/debian/control @@ -3,7 +3,7 @@ Section: database Priority: extra Maintainer: mdb Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9), make, libssl-dev (>= 1.0.1) +Build-Depends: debhelper (>= 9), make, cmake, libssl-dev (>= 1.0.1) Homepage: https://github.com/yandex/odyssey Package: @NAME@