[neon/extras/qca2/Neon/release] debian: ciphertest-qt5 autopkgtest: bump cmake_minimum_required() (#1040732)

Pino Toscano null at kde.org
Thu May 16 11:36:01 BST 2024


Git commit 777562c6fd618903ef0e7a51b777246706ebc00a by Pino Toscano.
Committed on 13/07/2023 at 06:35.
Pushed by jriddell into branch 'Neon/release'.

ciphertest-qt5 autopkgtest: bump cmake_minimum_required() (#1040732)

M  +3    -0    debian/changelog
M  +1    -1    debian/tests/ciphertest/CMakeLists.txt

https://invent.kde.org/neon/extras/qca2/-/commit/777562c6fd618903ef0e7a51b777246706ebc00a

diff --git a/debian/changelog b/debian/changelog
index 6d3b559..883e87b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qca2 (2.3.6-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * ciphertest-qt5 autopkgtest: call bump the cmake_minimum_required() to 3.13.
+    (Closes: #1040732)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 13 Jul 2023 08:33:05 +0200
 
diff --git a/debian/tests/ciphertest/CMakeLists.txt b/debian/tests/ciphertest/CMakeLists.txt
index 50075ac..26ac482 100644
--- a/debian/tests/ciphertest/CMakeLists.txt
+++ b/debian/tests/ciphertest/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.13)
 
 project(ciphertest)
 



More information about the Neon-commits mailing list