[neon/qt6/qt6-tools/Neon/release] debian: llvm-15 build dep and proper Build-Depends-Indep:

Carlos De Maine null at kde.org
Mon Oct 23 00:49:40 BST 2023


Git commit b0560e27f1c7985c5adeadab9d8c6eaed0fb483b by Carlos De Maine.
Committed on 23/10/2023 at 01:49.
Pushed by carlosdem into branch 'Neon/release'.

llvm-15 build dep and proper Build-Depends-Indep:

M  +2    -1    debian/control

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/b0560e27f1c7985c5adeadab9d8c6eaed0fb483b

diff --git a/debian/control b/debian/control
index ca0d98d..ea84bc3 100644
--- a/debian/control
+++ b/debian/control
@@ -22,6 +22,7 @@ Build-Depends: clang-15,
                qt6-declarative-dev (>= 6.4.2+dfsg~)
 Build-Depends-Indep: qt6-base-dev (>= 6.4~) <!nodoc>,
                      qt6-documentation-tools (>= 6.4~) <!nodoc>,
+                     qt6-base-doc (>= 6.4~) <!nodoc>,
 Standards-Version: 4.6.2
 Homepage: https://www.qt.io/developers/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-tools
@@ -36,7 +37,7 @@ Provides: qt6-designer-abi (= 6.4.2),
           qt6-help-abi (= 6.4.2),
           qt6-uitools-abi (= 6.4.2)
 Pre-Depends: ${misc:Pre-Depends}
-Depends: llvm,
+Depends: llvm-15,
          qt6-base,
          ${misc:Depends},
          ${shlibs:Depends}


More information about the Neon-commits mailing list