[neon/qt6/qt6-tools/Neon/release] debian: woops, jammy only has a maximum version of 15 for clang, llvm et al

Carlos De Maine null at kde.org
Thu Apr 4 07:30:55 BST 2024


Git commit 4cf00e2265b2a045039a22678ba0ec91dc4929a1 by Carlos De Maine.
Committed on 04/04/2024 at 06:30.
Pushed by carlosdem into branch 'Neon/release'.

woops, jammy only has a maximum version of 15 for clang, llvm et al

M  +3    -3    debian/control

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/4cf00e2265b2a045039a22678ba0ec91dc4929a1

diff --git a/debian/control b/debian/control
index 6fb8402..d4b0af7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ Section: libs
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Patrick Franz <deltaone at debian.org>
-Build-Depends: clang-16,
+Build-Depends: clang-15,
                cmake,
                debhelper-compat (= 13),
                g++-12,
                gcc-12,
-               libclang-16-dev,
+               libclang-15-dev,
                libgl-dev,
 #               liblitehtml-dev (>= 0.6~),
                libssl-dev,
@@ -16,7 +16,7 @@ Build-Depends: clang-16,
                libxcb-xkb-dev,
                libxkbcommon-dev,
                libzstd-dev (>= 1.3),
-               llvm-dev,
+               llvm-15-dev,
                mold,
                ninja-build,
                pkgconf,


More information about the Neon-commits mailing list