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

Dmitry Shachnev null at kde.org
Tue May 18 14:36:25 BST 2021


Git commit eefb1b29e72b5d6332dd54bcf1550dc5d066b42e 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/qtvirtualkeyboard/commit/eefb1b29e72b5d6332dd54bcf1550dc5d066b42e

diff --git a/debian/changelog b/debian/changelog
index 4fc4e80..4182a8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ qtvirtualkeyboard-opensource-src (5.15.2+dfsg-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:14:01 +0300
 
diff --git a/debian/control b/debian/control
index 2c3049a..f766691 100644
--- a/debian/control
+++ b/debian/control
@@ -23,8 +23,10 @@ Build-Depends: debhelper-compat (= 13),
                qtquickcontrols2-5-dev (>= 5.15.2+dfsg~),
                xauth <!nocheck>,
                xvfb <!nocheck>
-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
 Rules-Requires-Root: no
 Section: libs



More information about the Neon-commits mailing list