From 9c06e717664873e84e924312629adcfa538f7036 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Thu, 3 Sep 2020 12:13:35 +0200 Subject: [PATCH] debian/tests/control: depend on "make" to let integration-test-suite-test pass, and use libstdc++-10-dev now that gcc-10 is default --- debian/tests/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/tests/control b/debian/tests/control index cfa1155d..87201066 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,12 +1,12 @@ Test-Command: bash -v ./debian/qualify-clang.sh -Depends: @, cmake, g++, file, dpkg-dev, binfmt-support +Depends: @, cmake, make, g++, file, dpkg-dev, binfmt-support # Comment the dbgsym package because of bug #917528 # dbgsym packages not being available in testing # clang-11-dbgsym, libclang1-11-dbgsym Restrictions: allow-stderr Tests: integration-test-suite-test -Depends: @, cmake, libstdc++-9-dev, g++ +Depends: @, cmake, make, g++, libstdc++-10-dev Restrictions: allow-stderr Tests: cmake-test