From 343bd8f5adb0d5b84c4319591a0e5eac1fbb129c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 24 Sep 2021 12:48:56 +0200 Subject: [PATCH] =?UTF-8?q?bump=20autopkgtest=20cmake=20version=20(Closes:?= =?UTF-8?q?=20#994501)=20Thanks=20to=20Timo=20R=C3=B6hling=20for=20the=20p?= =?UTF-8?q?atch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 2 ++ debian/tests/cmake-test | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e5e753c5..5f05bd59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ llvm-toolchain-9 (1:9.0.1-17) unstable; urgency=medium * Remove an old breaks/replaces for 9 which was causing some issues on Debian buster. Thanks to Julien Wajsberg for the bug report + * bump autopkgtest cmake version (Closes: #994501) + Thanks to Timo Röhling for the patch -- Sylvestre Ledru Mon, 08 Mar 2021 12:05:07 +0100 diff --git a/debian/tests/cmake-test b/debian/tests/cmake-test index 4e774f1f..c47c36e5 100755 --- a/debian/tests/cmake-test +++ b/debian/tests/cmake-test @@ -16,7 +16,7 @@ fi cd "$AUTOPKGTEST_TMP" cat < CMakeLists.txt -cmake_minimum_required(VERSION 2.6.2) +cmake_minimum_required(VERSION 3.7) project(cmake-test) find_package(LLVM 9.0.0 REQUIRED COMPONENTS