From b1458850bd61862510368128d5249059c1415953 Mon Sep 17 00:00:00 2001 From: David Korth Date: Tue, 17 Jun 2025 00:33:27 -0400 Subject: [PATCH] [debian] 2.0: Build for Ubuntu 25.04 "Plucky" Puffin. Switch to Qt 6. --- debian/changelog | 7 +++++++ debian/control | 6 +++--- debian/rules | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 89fd426..6812f8a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +rvthtool (2.0-1ppa2~plucky1) plucky; urgency=medium + + * Build for Ubuntu 25.04 "Plucky" Puffin. + * Switch to Qt 6. + + -- David Korth Tue, 17 Jun 2025 00:32:21 -0400 + rvthtool (2.0-1ppa2~noble1) noble; urgency=medium * Build for Ubuntu 24.04 "Noble" Numbat. diff --git a/debian/control b/debian/control index eea0c16..f81f7f4 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: libgmp3-dev, nettle-dev, libudev-dev, - qtbase5-dev, - qttools5-dev-tools, - qttools5-dev + qt6-base-dev, + qt6-tools-dev-tools, + qt6-tools-dev Standards-Version: 3.9.8 Homepage: https://github.com/GerbilSoft/rvthtool Vcs-Git: https://github.com/GerbilSoft/rvthtool diff --git a/debian/rules b/debian/rules index 7ffc6e0..18f3b42 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ CMAKE_OPTIONS := \ -DCMAKE_BUILD_TYPE=Release \ -DSPLIT_DEBUG=OFF \ -DENABLE_LTO=OFF \ - -DQT_VERSION=5 + -DQT_VERSION=6 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) CMAKE_OPTIONS += -DBUILD_TESTING=ON endif