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

Dmitry Shachnev null at kde.org
Tue May 25 09:50:56 BST 2021


Git commit 160cb2933420a2c909dafdfd4f0c592bd2cffc23 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  +4    -2    debian/control

https://invent.kde.org/neon/qt/qtmultimedia/commit/160cb2933420a2c909dafdfd4f0c592bd2cffc23

diff --git a/debian/changelog b/debian/changelog
index fc359da..93b95d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ qtmultimedia-opensource-src (5.15.2-1) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * New upstream release.
   * 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:54 +0300
 
diff --git a/debian/control b/debian/control
index 37db75c..2d9c3cf 100644
--- a/debian/control
+++ b/debian/control
@@ -25,8 +25,10 @@ Build-Depends: debhelper-compat (= 13),
                xauth <!nocheck>,
                xvfb <!nocheck>,
                zlib1g-dev
-Build-Depends-Indep: qtbase5-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>
 Standards-Version: 4.5.0
 Homepage: https://doc.qt.io/qt-5/qtmultimedia-index.html
 Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtmultimedia.git



More information about the Neon-commits mailing list