diff --git a/debian/changelog b/debian/changelog index 7659835e..32acd757 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -llvm-toolchain-10 (1:10.0.1~+rc1-1~exp2) experimental; urgency=medium +llvm-toolchain-10 (1:10.0.1~++20200629113538+77d76b71d7d-1~exp2) unstable; urgency=medium + + * integration-test-suite-test also needs g++ for a test + + -- Sylvestre Ledru Thu, 02 Jul 2020 09:10:39 +0200 + +llvm-toolchain-10 (1:10.0.1~++20200629113538+77d76b71d7d-1~exp1) UNRELEASED; urgency=medium * New snapshot release * Ship with integration-test-suite-test and run it with autopkgtest @@ -20,7 +26,7 @@ llvm-toolchain-10 (1:10.0.1~+rc2-1~exp1) experimental; urgency=medium * remove try-to-fix-polly-link.patch and D74453-riscv-atomic_cmp_xchg.diff (applied upstream) - -- Sylvestre Ledru Wed, 27 May 2020 15:24:00 +0200 + -- Sylvestre Ledru Sat, 27 Jun 2020 11:28:28 +0200 llvm-toolchain-10 (1:10.0.1~+rc1-1~exp1) experimental; urgency=medium diff --git a/debian/tests/control b/debian/tests/control index e08b6526..5b55fdaa 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -6,7 +6,7 @@ Depends: @, cmake, g++, file, dpkg-dev Restrictions: allow-stderr Tests: integration-test-suite-test -Depends: @, cmake, libstdc++-9-dev +Depends: @, cmake, libstdc++-9-dev, g++ Restrictions: allow-stderr Tests: cmake-test