[neon/extras/kdevelop/Neon/release] debian: use noble's clang and llvm

Carlos De Maine null at kde.org
Mon Jun 24 01:15:16 BST 2024


Git commit bea52ec99ff4d51709cfe1814480bcba4544ce2c by Carlos De Maine.
Committed on 24/06/2024 at 00:15.
Pushed by carlosdem into branch 'Neon/release'.

use noble's clang and llvm

M  +4    -4    debian/control

https://invent.kde.org/neon/extras/kdevelop/-/commit/bea52ec99ff4d51709cfe1814480bcba4544ce2c

diff --git a/debian/control b/debian/control
index 59ae94e..ff23123 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends: clazy,
                kdevelop-pg-qt,
                libastyle-dev,
                libboost-dev (>= 1.35.0),
-               libclang-14-dev (>= 1:3.8) [!alpha !hppa !hurd-any !ia64 !kfreebsd-any !m68k !powerpcspe !riscv64 !sh4 !x32],
+               libclang-dev (>= 1:3.8) [!alpha !hppa !hurd-any !ia64 !kfreebsd-any !m68k !powerpcspe !riscv64 !sh4 !x32],
                libgrantlee5-dev,
                libkf5config-dev (>= 5.15.0),
                libkf5crash-dev (>= 5.15.0),
@@ -40,7 +40,7 @@ Build-Depends: clazy,
                libkomparediff2-dev,
                libqt5webkit5-dev (>= 5.4.0),
                libsvn-dev,
-               llvm-14-dev (>= 1:3.8) [!alpha !hppa !hurd-any !ia64 !kfreebsd-any !m68k !powerpcspe !riscv64 !sh4 !x32],
+               llvm-dev (>= 1:3.8) [!alpha !hppa !hurd-any !ia64 !kfreebsd-any !m68k !powerpcspe !riscv64 !sh4 !x32],
                okteta-dev,
                pkg-kde-tools (>> 0.15.15),
                qtbase5-dev,
@@ -56,13 +56,13 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-std/kdevelop.git
 
 Package: kdevelop
 Architecture: any
-Depends: clang-tidy-14,
+Depends: clang-tidy,
          clazy,
          cppcheck,
          heaptrack-gui,
          kdevelop-data (>= ${source:Version}),
          kdevelop-l10n,
-         libclang-common-14-dev,
+         libclang-dev,
          libqt5webengine5,
          meson,
          qml-module-qtquick-controls,


More information about the Neon-commits mailing list