[neon/games/chessament/Neon/unstable] debian: g++=14 and -DCMAKE_CXX_STANDARD=23

Carlos De Maine null at kde.org
Wed Apr 22 14:06:06 BST 2026


Git commit e1d0cbfb85c93ba4e57691f06d4cfad417386f37 by Carlos De Maine.
Committed on 22/04/2026 at 13:05.
Pushed by carlosdem into branch 'Neon/unstable'.

g++=14 and -DCMAKE_CXX_STANDARD=23

M  +2    -0    debian/control
M  +6    -0    debian/rules

https://invent.kde.org/neon/games/chessament/-/commit/e1d0cbfb85c93ba4e57691f06d4cfad417386f37

diff --git a/debian/control b/debian/control
index 0d8e768..6c1bbdc 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Maintainer: KDE neon <neon at kde.org>
 Uploaders: KDE neon <neon at kde.org>
 Build-Depends: debhelper-compat (= 13),
                cmake,
+               g++-14,
+               gcc-14,
                kf6-extra-cmake-modules,
                kf6-karchive-dev,
                kf6-kcoreaddons-dev,
diff --git a/debian/rules b/debian/rules
index 49552b2..e0d0526 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,11 @@
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
+export CC=gcc-14
+export CXX=g++-14
+
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- -DCMAKE_CXX_STANDARD=23 -DCMAKE_CXX_STANDARD_REQUIRED=TRUE


More information about the Neon-commits mailing list