[neon/qt6/qt6-tools/Neon/release] debian: use older llvm as that is what we have

Jonathan Riddell null at kde.org
Thu Dec 16 15:38:49 GMT 2021


Git commit 5cbcacc48174bd21a496aff2c5bab5f63701fff0 by Jonathan Riddell.
Committed on 16/12/2021 at 15:38.
Pushed by jriddell into branch 'Neon/release'.

use older llvm as that is what we have

M  +3    -3    debian/control

https://invent.kde.org/neon/qt6/qt6-tools/commit/5cbcacc48174bd21a496aff2c5bab5f63701fff0

diff --git a/debian/control b/debian/control
index 734e2dc..586cd1c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,16 @@ 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 (>= 1:13~),
+Build-Depends: clang,
                cmake (>= 3.18~),
                debhelper-compat (= 13),
-               libclang-dev (>= 1:13~),
+               libclang-dev,
                libgl-dev,
                liblitehtml-dev,
                libssl-dev,
                libvulkan-dev [linux-any],
                libxcb-xkb-dev,
-               llvm-dev (>= 1:13~),
+               llvm-dev,
                ninja-build,
                pkg-config,
                pkg-kde-tools,


More information about the Neon-commits mailing list