[neon/qt6/qt6-tools/Neon/release] debian: qt6-base pulls in all of clang/llvm15, so thus it is
Carlos De Maine
null at kde.org
Thu Oct 26 08:57:41 BST 2023
Git commit 2aae8d6718c58d816b72fbc0a4f6e4161d7711af by Carlos De Maine.
Committed on 23/10/2023 at 08:42.
Pushed by carlosdem into branch 'Neon/release'.
qt6-base pulls in all of clang/llvm15, so thus it is
M +6 -5 debian/control
https://invent.kde.org/neon/qt6/qt6-tools/-/commit/2aae8d6718c58d816b72fbc0a4f6e4161d7711af
diff --git a/debian/control b/debian/control
index 19a771c..6bfb11c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,17 @@ 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-14,
+Build-Depends: clang-15,
cmake,
debhelper-compat (= 13),
- libclang-14-dev,
+ libclang-15-dev,
libgl-dev,
# liblitehtml-dev,
libssl-dev,
libvulkan-dev [linux-any],
libxcb-xkb-dev,
- llvm-14-dev,
+ llvm-15,
+ llvm-15-dev,
libxkbcommon-dev,
libzstd-dev,
ninja-build,
@@ -37,7 +38,7 @@ Provides: qt6-designer-abi (= 6.4.2),
qt6-help-abi (= 6.4.2),
qt6-uitools-abi (= 6.4.2)
Pre-Depends: ${misc:Pre-Depends}
-Depends: llvm-14,
+Depends: llvm-15,
qt6-base,
qt6-declarative,
${misc:Depends},
@@ -54,7 +55,7 @@ Package: qt6-tools-dev
Architecture: any
Section: kde
X-Neon-MergedPackage: true
-Depends: llvm-14-dev,
+Depends: llvm-15-dev,
qt6-base-dev,
qt6-declarative-dev,
qt6-tools (= ${binary:Version}),
More information about the Neon-commits
mailing list