[neon/qt/pyside2/Neon/release] debian: Build with LLVM 15 for now.

Dmitry Shachnev null at kde.org
Mon Oct 9 15:37:19 BST 2023


Git commit a8638ccd6c5fd8c71b2777f1eeffb8e004f42d67 by Dmitry Shachnev.
Committed on 17/09/2023 at 17:47.
Pushed by jriddell into branch 'Neon/release'.

Build with LLVM 15 for now.

Closes: #1051886.

M  +2    -0    debian/changelog
M  +2    -2    debian/control

https://invent.kde.org/neon/qt/pyside2/-/commit/a8638ccd6c5fd8c71b2777f1eeffb8e004f42d67

diff --git a/debian/changelog b/debian/changelog
index c48685e1..854ea656 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 pyside2 (5.15.10-4) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Build with LLVM 15 for now (closes: #1051886).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 17 Sep 2023 18:46:27 +0300
 
diff --git a/debian/control b/debian/control
index c70d4fe7..dceb7a1d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: chrpath,
                debhelper-compat (= 13),
                dh-python,
                graphviz,
-               libclang-dev,
+               libclang-15-dev,
                libqt5charts5-dev (>= 5.15),
                libqt5datavisualization5-dev (>= 5.15),
                libqt5opengl5-dev (>= 5.15),
@@ -26,7 +26,7 @@ Build-Depends: chrpath,
                libqt5xmlpatterns5-dev (>= 5.15),
                libxml2-dev,
                libxslt1-dev,
-               llvm-dev,
+               llvm-15-dev,
                patchelf,
                python3-dev,
                python3-distro,



More information about the Neon-commits mailing list