From b0b7b357190991b4526fb4db6fb0fd470f6ed810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Mon, 5 Sep 2022 16:46:46 -0300 Subject: [PATCH 1/2] New changelog entry. --- debian/changelog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index e3c4294..cdc739e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +qt6-base (6.3.1+dfsg-10) UNRELEASED; urgency=medium + + + -- Debian Qt/KDE Maintainers Mon, 05 Sep 2022 16:46:39 -0300 + qt6-base (6.3.1+dfsg-9) unstable; urgency=medium * Team upload. From bb96542f298527c3b528cc5b5ce15c44e6c35d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Mon, 5 Sep 2022 16:48:48 -0300 Subject: [PATCH 2/2] 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. --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cdc739e..f403431 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 05 Sep 2022 16:46:39 -0300 diff --git a/debian/control b/debian/control index c258b84..eef7049 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: qt6-base Priority: optional Maintainer: Debian Qt/KDE Maintainers Uploaders: Patrick Franz -Build-Depends: cmake (>= 3.18~), +Build-Depends: cmake (>= 3.24~), debhelper-compat (= 13), default-libmysqlclient-dev, dh-exec,