[neon/plasma/plasma-workspace/Neon/unstable] debian: gcc15 is default in resolute
Carlos De Maine
null at kde.org
Sun Jul 26 12:08:33 BST 2026
Git commit be1fb13d98cae8028b2e43e60a874371b6c1f684 by Carlos De Maine.
Committed on 26/07/2026 at 11:08.
Pushed by carlosdem into branch 'Neon/unstable'.
gcc15 is default in resolute
M +0 -2 debian/control
M +0 -6 debian/rules
https://invent.kde.org/neon/plasma/plasma-workspace/-/commit/be1fb13d98cae8028b2e43e60a874371b6c1f684
diff --git a/debian/control b/debian/control
index ec026de..5a6bd4e 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,6 @@ Build-Depends: appmenu-gtk3-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 addb1fa..ad4b4f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,15 +2,9 @@
# 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
-
-override_dh_auto_configure:
- dh_auto_configure -- -DCMAKE_CXX_STANDARD=23
override_dh_install:
mkdir -p debian/tmp/etc/apparmor.d/local/
More information about the Neon-commits
mailing list