Bump the minimum CMake version required to build.

Version 3.18 in stable won't create pkg-config's .pc files, and we are
installing them now. The change might have occurred in a previous CMake
version.
This commit is contained in:
Lisandro Damián Nicanor Pérez Meyer 2022-09-05 16:48:48 -03:00
parent b0b7b35719
commit bb96542f29
2 changed files with 5 additions and 1 deletions

4
debian/changelog vendored
View File

@ -1,5 +1,9 @@
qt6-base (6.3.1+dfsg-10) UNRELEASED; urgency=medium
[ Lisandro Damián Nicanor Pérez Meyer ]
* Bump minimum CMake version to 3.24. Version 3.18 in stable won't create
pkg-config's .pc files, and we are installing them now. The change might
have occurred in a previous CMake version.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 05 Sep 2022 16:46:39 -0300

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: qt6-base
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Patrick Franz <deltaone@debian.org>
Build-Depends: cmake (>= 3.18~),
Build-Depends: cmake (>= 3.24~),
debhelper-compat (= 13),
default-libmysqlclient-dev,
dh-exec,