debian/tests/control: depend on "make" to let integration-test-suite-test pass, and use libstdc++-10-dev now that gcc-10 is default

This commit is contained in:
Gianfranco Costamagna 2020-09-03 12:13:35 +02:00
parent b4b92d6edb
commit 9c06e71766

View File

@ -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