[neon/kde/kwin/Neon/unstable] debian: Revert "new vulkan support need's at least gcc 15 which noble doesn't have so switch to clang-19 which works for freebsd in CI"

Carlos De Maine null at kde.org
Sun Mar 29 08:50:53 BST 2026


Git commit d54b759b5b6a4242ba7a00061b9c7077a4227a70 by Carlos De Maine.
Committed on 29/03/2026 at 07:50.
Pushed by carlosdem into branch 'Neon/unstable'.

Revert "new vulkan support need's at least gcc 15 which noble doesn't have so switch to clang-19 which works for freebsd in CI"

This reverts commit f9c505acbaa43956d0db27cb52eb1559872ed8c6.

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

https://invent.kde.org/neon/kde/kwin/-/commit/d54b759b5b6a4242ba7a00061b9c7077a4227a70

diff --git a/debian/control b/debian/control
index 8a78aa5..c0c761d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,6 @@ Priority: optional
 Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: breeze-dev,
-               clang-19,
                cmake,
                debhelper-compat (= 13),
                g++-14,
@@ -44,7 +43,6 @@ Build-Depends: breeze-dev,
                libaurorae-dev,
                libcanberra-dev,
                libcap-dev [linux-any],
-               libclang-cpp19-dev,
                libdisplay-info-dev,
                libdrm-dev,
                libegl1-mesa-dev,
diff --git a/debian/rules b/debian/rules
index a04eeaa..f7c7105 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,10 +2,9 @@
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
-# new vulkan support need's at least gcc 15 which noble doesn't have 
-# so switch to clang-19 which works for freebsd in CI
-export CC=clang-19
-export CXX=clang++-19
+# need gcc 14
+export CC=gcc-14
+export CXX=g++-14
 
 %:
 	dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list