From 678e90d18ceb211779af6bee42fbd55b57ae1fe1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 24 Sep 2021 12:50:29 +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 299c409a..e6a9ee5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ llvm-toolchain-11 (1:11.1.0-1~exp3) UNRELEASED; urgency=medium * Cherry-pick upstream commit to fix a libgl1-mesa-dri texture failure. (Closes: #989545) + * bump autopkgtest cmake version (Closes: #994501) + Thanks to Timo Röhling for the patch -- Gianfranco Costamagna Wed, 01 Sep 2021 12:24:34 +0200 diff --git a/debian/tests/cmake-test b/debian/tests/cmake-test index c3dcc504..c73feead 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 11.0.0 REQUIRED COMPONENTS