diff --git a/debian/changelog b/debian/changelog index 32acd757..86d39b47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,21 +1,25 @@ -llvm-toolchain-10 (1:10.0.1~++20200629113538+77d76b71d7d-1~exp2) unstable; urgency=medium +llvm-toolchain-10 (1:10.0.1~+rc3-2) unstable; urgency=medium - * integration-test-suite-test also needs g++ for a test + * Add binfmt-support to one of the autopkgtest tests + Otherwise, fails with + "./foo.bc: cannot execute binary file: Exec format error" - -- Sylvestre Ledru Thu, 02 Jul 2020 09:10:39 +0200 + -- Sylvestre Ledru Wed, 08 Jul 2020 10:49:26 +0200 -llvm-toolchain-10 (1:10.0.1~++20200629113538+77d76b71d7d-1~exp1) UNRELEASED; urgency=medium +llvm-toolchain-10 (1:10.0.1~+rc3-1) unstable; urgency=medium - * New snapshot release + * New rc release. Should be the last (this is why I am + uploading to unstable) * Ship with integration-test-suite-test and run it with autopkgtest - integration-test-suite-test is a project started by Serge Guelton and myself. + integration-test-suite-test is a project started by Serge Guelton + and myself. The goal is to provide a set of tests to verify that llvm/clang/etc are working as expected in a distro (Linux, BSD, etc). But also to bring a set of expectations of what a LLVM toolchain should looks like when shipping to users. Serge is taking care of that work for Fedora/Redhat. - -- Sylvestre Ledru Mon, 29 Jun 2020 11:38:51 +0200 + -- Sylvestre Ledru Tue, 07 Jul 2020 09:44:59 +0200 llvm-toolchain-10 (1:10.0.1~+rc2-1~exp1) experimental; urgency=medium diff --git a/debian/tests/control b/debian/tests/control index 5b55fdaa..fd7e80d7 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,5 +1,5 @@ Test-Command: bash -v ./debian/qualify-clang.sh -Depends: @, cmake, g++, file, dpkg-dev +Depends: @, cmake, g++, file, dpkg-dev, binfmt-support # Comment the dbgsym package because of bug #917528 # dbgsym packages not being available in testing # clang-10-dbgsym, libclang1-10-dbgsym