[neon/extras/clazy/Neon/unstable] debian: update clazy for jammy
Harald Sitter
null at kde.org
Sun May 22 23:01:21 BST 2022
Git commit 311b30b2168cda34b1705716f8850dedfdee6fcc by Harald Sitter, on behalf of Carlos De Maine.
Committed on 22/05/2022 at 22:01.
Pushed by sitter into branch 'Neon/unstable'.
update clazy for jammy
M +2 -2 debian/control
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/clazy/commit/311b30b2168cda34b1705716f8850dedfdee6fcc
diff --git a/debian/control b/debian/control
index 2887deb..8c47b70 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
Uploaders: Scarlett Clark <sgclark at kde.org>
Build-Depends: cmake,
debhelper (>= 11~),
- libclang-8-dev (>= 1:3.8~),
- llvm-8-dev (>= 1:3.8~)
+ libclang-14-dev
+ llvm-14-dev
Standards-Version: 4.2.1
Homepage: https://www.kdab.com/clazy-video/
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/clazy
diff --git a/debian/rules b/debian/rules
index 4802f85..73eef39 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_configure:
dh_auto_configure -- \
- -DCMAKE_INSTALL_RPATH="$(PRIVATE_LIBDIR)" -DLLVM_ROOT=/usr/lib/llvm-8/
+ -DCMAKE_INSTALL_RPATH="$(PRIVATE_LIBDIR)" -DLLVM_ROOT=/usr/lib/llvm-14/
override_dh_shlibdeps:
dh_auto_configure -Xclazy-standalone
More information about the Neon-commits
mailing list