diff --git a/debian/changelog b/debian/changelog index 6f42750c..dadc8d85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-9 (1:9.0.1-8) UNRELEASED; urgency=medium + + * Add two new python autopkgtests to avoid regressions in the future + + -- Gianfranco Costamagna Thu, 23 Jan 2020 10:08:27 +0100 + llvm-toolchain-9 (1:9.0.1-7) unstable; urgency=medium * Add dependency on libclang-cpp-9 from llvm-9-dev (Closes: #946761) diff --git a/debian/tests/control b/debian/tests/control index f80b4358..3cf35b39 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -8,3 +8,9 @@ Restrictions: allow-stderr Tests: cmake-test Depends: gcc, build-essential, cmake, llvm-9-dev, libclang-common-9-dev + +Test-Command: python3 -c "import lldb; print(lldb.__file__); print(lldb)" +Depends: python3-lldb-9 + +Test-Command: python3 -c "import clang; print(clang.__file__); print(clang)" +Depends: python3-clang-9