From e630e1523a5e07cba6789452508910cb1e8616f0 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 16 Sep 2019 23:44:10 +0800 Subject: [PATCH] debian/control: Build-Depends on g++ as a C++ project, we should depends on g++. actually, GCC-7 is able to support C++17. but we use C++17 features extensively, and have been running into GCC bugs every now and then. so would be ideal if we can use newer GCC if possible. we've dropped the support of ubuntu/xenial. while on ubuntu/bionic, only GCC-7.4 is available. so let's require g++ (>= 7) then. Signed-off-by: Kefu Chai --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index aadadcfccea..5b4d1e08a66 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Build-Depends: cmake (>= 3.5), dh-systemd, git, gperf, + g++ (>= 7), javahelper, # Make-Check jq, junit4,