[neon/network/neochat/Neon/unstable] debian: resolute has gcc15 already
Carlos De Maine
null at kde.org
Thu Jul 23 14:27:08 BST 2026
Git commit f84ce5c140d8060f6659b56febf635af03f0897b by Carlos De Maine.
Committed on 23/07/2026 at 13:27.
Pushed by carlosdem into branch 'Neon/unstable'.
resolute has gcc15 already
M +0 -2 debian/control
M +0 -4 debian/rules
https://invent.kde.org/neon/network/neochat/-/commit/f84ce5c140d8060f6659b56febf635af03f0897b
diff --git a/debian/control b/debian/control
index c668b02..ba4791b 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,6 @@ 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 cc51a6a..a632d63 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,6 @@
# 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