From a983bf9509d38b90c79a19f2f16e1b690a74a4dd Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 19 Oct 2024 15:38:00 -0500 Subject: [PATCH] Switch to Qt 6. --- debian/changelog | 7 +++++++ debian/control | 11 ++++++----- debian/rules | 5 +++++ 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 583c0ca..3cdb40d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sddm-conf (0.2.0-0ubuntu4) UNRELEASED; urgency=medium + + * Switch to Qt 6. + * Update Standards-Version to 4.7.0, no changes needed. + + -- Simon Quigley Sat, 19 Oct 2024 15:32:20 -0500 + sddm-conf (0.2.0-0ubuntu3) noble; urgency=medium * Clean up useless files that got left behind in the last upload diff --git a/debian/control b/debian/control index 85996b9..d4e4c34 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,12 @@ Uploaders: Simon Quigley Rules-Requires-Root: no Build-Depends: cmake (>= 3.15), debhelper-compat (= 13), - libqt5widgets5, - libqtilitools-dev, - qtbase5-dev, - qttools5-dev -Standards-Version: 4.6.2 + libqt6widgets6, + libqtilitools-dev (>= 0.1.2), + qt6-base-dev, + qt6-tools-dev, + qt6-tools-dev-tools +Standards-Version: 4.7.0 Homepage: https://github.com/qtilities/sddm-conf/ Vcs-Browser: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging Vcs-Git: https://git.lubuntu.me/Lubuntu/sddm-conf-packaging.git diff --git a/debian/rules b/debian/rules index 2d33f6a..f97dd62 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,8 @@ %: dh $@ + +override_dh_auto_configure: + dh_auto_configure -- \ + -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DPROJECT_QT_VERSION=6