[neon/neon-packaging/neochat/Neon/unstable] debian: g++-14, gcc-14

Carlos De Maine null at kde.org
Sun Jun 21 15:36:54 BST 2026


Git commit 06a5360f7744ca601ee6803ee85aca1aa8f6dbc3 by Carlos De Maine.
Committed on 21/06/2026 at 14:36.
Pushed by carlosdem into branch 'Neon/unstable'.

g++-14,  gcc-14

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

https://invent.kde.org/neon/neon-packaging/neochat/-/commit/06a5360f7744ca601ee6803ee85aca1aa8f6dbc3

diff --git a/debian/control b/debian/control
index ba4791b..c668b02 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,8 @@ Maintainer: Jonathan Riddell <jr at jriddell.org>
 Build-Depends: cmake,
                cmark,
                debhelper-compat (= 13),
+               g++-14,
+               gcc-14,
                kf6-extra-cmake-modules,
                kf6-kcolorscheme-dev,
                kf6-kconfig-dev,
diff --git a/debian/rules b/debian/rules
index bf17cfa..f7c7105 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
+# need gcc 14
+export CC=gcc-14
+export CXX=g++-14
+
 %:
 	dh $@ --with kf6 --buildsystem kf6
 


More information about the Neon-commits mailing list