[neon/network/neochat/Neon/stable] debian: resolute has gcc15 already

Carlos De Maine null at kde.org
Mon Jul 27 05:51:31 BST 2026


Git commit 459fbec65c315279ca81bab913db161c00171b83 by Carlos De Maine.
Committed on 27/07/2026 at 04:51.
Pushed by carlosdem into branch 'Neon/stable'.

resolute has gcc15 already

(cherry picked from commit f84ce5c140d8060f6659b56febf635af03f0897b)

Co-authored-by: Carlos De Maine <carlosdem at kde.org>

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

https://invent.kde.org/neon/network/neochat/-/commit/459fbec65c315279ca81bab913db161c00171b83

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