[neon/kde/kwin/Neon/unstable] debian: gcc14
Carlos De Maine
null at kde.org
Thu Mar 13 10:37:25 GMT 2025
Git commit 91bf6f3ca7db75520953a6e77f8a807bd9f527e3 by Carlos De Maine.
Committed on 13/03/2025 at 10:37.
Pushed by carlosdem into branch 'Neon/unstable'.
gcc14
M +2 -0 debian/control
M +4 -0 debian/rules
https://invent.kde.org/neon/kde/kwin/-/commit/91bf6f3ca7db75520953a6e77f8a807bd9f527e3
diff --git a/debian/control b/debian/control
index 5327675..e5f2478 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,8 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: breeze-dev,
cmake,
debhelper-compat (= 13),
+ g++-14,
+ gcc-14,
hwdata,
kf6-extra-cmake-modules,
kf6-kcmutils-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