[neon/qt/qt3d/Neon/testing] debian: Build-depend only on the needed documentation tools.

Dmitry Shachnev null at kde.org
Tue May 18 14:56:08 BST 2021


Git commit ab21343ec54cc4e29551f0c5859c38575630fd66 by Dmitry Shachnev.
Committed on 21/11/2020 at 17:53.
Pushed by sitter into branch 'Neon/testing'.

Build-depend only on the needed documentation tools.

Not on the large qttools5-dev-tools package.

M  +2    -0    debian/changelog
M  +5    -3    debian/control

https://invent.kde.org/neon/qt/qt3d/commit/ab21343ec54cc4e29551f0c5859c38575630fd66

diff --git a/debian/changelog b/debian/changelog
index a8ed2d2..615f915 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qt3d-opensource-src (5.15.2+dfsg-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Update debian/libqt53drender5.symbols from buildds’ logs.
   * Bump Qt build-dependencies to 5.15.2.
+  * Build-depend only on the needed documentation tools, not on the
+    large qttools5-dev-tools package.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 20 Nov 2020 20:13:21 +0300
 
diff --git a/debian/control b/debian/control
index dbe444b..68347b6 100644
--- a/debian/control
+++ b/debian/control
@@ -21,9 +21,11 @@ Build-Depends: debhelper-compat (= 13),
                xauth <!nocheck>,
                xvfb <!nocheck>,
                zlib1g-dev
-Build-Depends-Indep: qtbase5-doc-html (>= 5.15.2+dfsg~) <!nodoc>,
-                     qtdeclarative5-doc-html (>= 5.15.2+dfsg~) <!nodoc>,
-                     qttools5-dev-tools (>= 5.15.2~) <!nodoc>
+Build-Depends-Indep: qdoc-qt5 (>= 5.15.2~) <!nodoc>,
+                     qhelpgenerator-qt5 (>= 5.15.2~) <!nodoc>,
+                     qtattributionsscanner-qt5 (>= 5.15.2~) <!nodoc>,
+                     qtbase5-doc-html (>= 5.15.2+dfsg~) <!nodoc>,
+                     qtdeclarative5-doc-html (>= 5.15.2+dfsg~) <!nodoc>
 Standards-Version: 4.5.0
 Homepage: https://doc.qt.io/qt-5/qt3d-index.html
 Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qt3d.git



More information about the Neon-commits mailing list