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.
ci/unstable
Lisandro Damián Nicanor Pérez Meyer 2 years ago
parent b0b7b35719
commit bb96542f29

4
debian/changelog vendored

@ -1,5 +1,9 @@
qt6-base (6.3.1+dfsg-10) UNRELEASED; urgency=medium 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 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Mon, 05 Sep 2022 16:46:39 -0300

2
debian/control vendored

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

Loading…
Cancel
Save