[neon/extras/clazy/Neon/release] debian: add libclang-cpp-dev B-D

Pino Toscano null at kde.org
Wed Sep 7 22:14:02 BST 2022


Git commit 5c3c3f7a4b97aa2d270b56ff4c4b5ad1654f09e3 by Pino Toscano.
Committed on 21/12/2020 at 10:46.
Pushed by jriddell into branch 'Neon/release'.

add libclang-cpp-dev B-D

M  +4    -0    debian/changelog
M  +1    -0    debian/control

https://invent.kde.org/neon/extras/clazy/commit/5c3c3f7a4b97aa2d270b56ff4c4b5ad1654f09e3

diff --git a/debian/changelog b/debian/changelog
index 22fb301..6e39bb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 clazy (1.8-2) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Add the libclang-cpp-dev build dependency to link against the shared
+    libclang; hopefully this avoids problems when the LLVM version changes
+    (due to the static linking).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 21 Dec 2020 11:44:14 +0100
 
diff --git a/debian/control b/debian/control
index da99da1..05a59ee 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: chrpath,
                clang-tools (>= 1:7.0~),
                cmake (>= 3.7~),
                debhelper-compat (= 13),
+               libclang-cpp-dev (>= 1:7.0~),
                libclang-dev (>= 1:7.0~),
                llvm-dev (>= 1:7.0~),
                python3:any <!nocheck>,



More information about the Neon-commits mailing list