[neon/qt/pyside2/Neon/release] debian: Build with default llvm version.
Dmitry Shachnev
null at kde.org
Wed Oct 19 14:56:29 BST 2022
Git commit 82769000e61c7295dc78c2382d508a154cc6cce4 by Dmitry Shachnev.
Committed on 19/12/2020 at 11:47.
Pushed by jriddell into branch 'Neon/release'.
Build with default llvm version.
Closes: #974784.
M +1 -0 debian/changelog
M +2 -2 debian/control
https://invent.kde.org/neon/qt/pyside2/commit/82769000e61c7295dc78c2382d508a154cc6cce4
diff --git a/debian/changelog b/debian/changelog
index afa9bdb0..31b40bdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ pyside2 (5.15.2-1) UNRELEASED; urgency=medium
- Drop update-patchelf.patch, not needed with system patchelf.
* Continue building HTML documentation (upstream defaults to qch now).
* Replace Qt Quick Controls 1 build-dependency with Qt Quick Controls 2.
+ * Build with default llvm version (closes: #974784).
[ Alexander Volkov ]
* Add python3-pyside2.qt{quickcontrols2,remoteobjects,serialport} packages.
diff --git a/debian/control b/debian/control
index f41d8647..8613d034 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Build-Depends: chrpath,
dh-exec,
dh-python,
graphviz,
- libclang-9-dev,
+ libclang-dev,
libqt5charts5-dev (>= 5.14),
libqt5datavisualization5-dev (>= 5.14) [!mips64el !mipsel !mips],
libqt5opengl5-dev (>= 5.14),
@@ -27,7 +27,7 @@ Build-Depends: chrpath,
libqt5xmlpatterns5-dev (>= 5.14),
libxml2-dev,
libxslt1-dev,
- llvm-9-dev,
+ llvm-dev,
patchelf,
python3-all-dev,
python3-distro,
More information about the Neon-commits
mailing list