[neon/qt6/qt6-tools/Neon/release] debian: clean up and bootstrap

Carlos De Maine null at kde.org
Fri Dec 15 13:25:34 GMT 2023


Git commit 4bbeaf9685c998eb2c55794946e1ba6d85346877 by Carlos De Maine.
Committed on 15/12/2023 at 14:24.
Pushed by carlosdem into branch 'Neon/release'.

clean up and bootstrap

M  +6    -5    debian/control

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

diff --git a/debian/control b/debian/control
index 6641491..830da95 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: libs
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Patrick Franz <deltaone at debian.org>
-Build-Depends: cmake,
+Build-Depends: clang,
+               cmake,
                debhelper-compat (= 13),
                g++-12,
                gcc-12,
@@ -15,6 +16,7 @@ Build-Depends: cmake,
                libxcb-xkb-dev,
                libxkbcommon-dev,
                libzstd-dev (>= 1.3),
+               llvm-dev,
                mold,
                ninja-build,
                pkg-config,
@@ -65,14 +67,13 @@ Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
 Pre-Depends: ${misc:Pre-Depends}
-Depends: llvm-14-dev,
-         qt6-base-dev,
+Depends: qt6-base-dev,
          qt6-declarative-dev,
          qt6-tools (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-#Breaks: qt6-tools-dev-tools (<< 6.3.1~),
-#Replaces: qt6-tools-dev-tools (<< 6.3.1~),
+Breaks: qt6-tools-dev-tools (<< 6.3.1~),
+Replaces: qt6-tools-dev-tools (<< 6.3.1~),
 Provides: qt6-tools-dev-tools,
           qt6-tools-private-dev,
           qt6-tools-doc-dev,


More information about the Neon-commits mailing list