[neon/kde/plasma-workspace/Neon/unstable] debian: use gcc/g++ 14
Carlos De Maine
null at kde.org
Sun Jun 21 21:48:21 BST 2026
Git commit 1160852f3ce573ca045e89e8cf45716006c719c9 by Carlos De Maine.
Committed on 21/06/2026 at 20:48.
Pushed by carlosdem into branch 'Neon/unstable'.
use gcc/g++ 14
M +2 -0 debian/control
M +4 -0 debian/rules
https://invent.kde.org/neon/kde/plasma-workspace/-/commit/1160852f3ce573ca045e89e8cf45716006c719c9
diff --git a/debian/control b/debian/control
index e0a1c26..f856dd4 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,8 @@ Build-Depends: appmenu-gtk2-module,
cmake,
debhelper-compat (= 13),
dh-apparmor,
+ g++-14,
+ gcc-14,
kf6-baloo-dev,
kf6-extra-cmake-modules,
kf6-kcmutils-dev,
diff --git a/debian/rules b/debian/rules
index 8e1c9eb..addb1fa 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