[neon/qt/pyside2/Neon/release] debian: Build with the default LLVM version (16), to fix dep-wait on mips64el.

Dmitry Shachnev null at kde.org
Thu Jul 25 03:06:04 BST 2024


Git commit ce5b24c9394746c0c4c9d3bce742011a213627a5 by Dmitry Shachnev.
Committed on 07/02/2024 at 11:46.
Pushed by carlosdem into branch 'Neon/release'.

Build with the default LLVM version (16), to fix dep-wait on mips64el.

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

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

diff --git a/debian/changelog b/debian/changelog
index 747726de..f2162297 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 pyside2 (5.15.12-6) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Build with the default LLVM version (16), to fix dep-wait on mips64el.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 07 Feb 2024 14:45:23 +0300
 
diff --git a/debian/control b/debian/control
index 34d02feb..7f8d3664 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: chrpath,
                debhelper-compat (= 13),
                dh-python,
                graphviz,
-               libclang-17-dev,
+               libclang-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-17-dev,
+               llvm-dev,
                python3-dev,
                python3-distro,
                python3-setuptools,
diff --git a/debian/rules b/debian/rules
index 154341f2..3f027344 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,6 @@ CXXFLAGS+=$(CPPFLAGS)
 # Work around buildd bug (https://bugs.debian.org/842565)
 undefine XDG_RUNTIME_DIR
 
-export LLVM_INSTALL_DIR := $(shell llvm-config-17 --prefix)
-
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild
 



More information about the Neon-commits mailing list