[debian] 2.0: Build for Ubuntu 25.04 "Plucky" Puffin.

Switch to Qt 6.
This commit is contained in:
David Korth 2025-06-17 00:33:27 -04:00
parent c943358918
commit b1458850bd
3 changed files with 11 additions and 4 deletions

7
debian/changelog vendored
View File

@ -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 <gerbilsoft@gerbilsoft.com> Tue, 17 Jun 2025 00:32:21 -0400
rvthtool (2.0-1ppa2~noble1) noble; urgency=medium
* Build for Ubuntu 24.04 "Noble" Numbat.

6
debian/control vendored
View File

@ -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

2
debian/rules vendored
View File

@ -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