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

Dmitry Shachnev null at kde.org
Thu May 20 09:56:35 BST 2021


Git commit 97b94faf35341e228dc0a8fa1bbfadd9608a841f by Dmitry Shachnev.
Committed on 22/11/2020 at 18:49.
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  +3    -1    debian/control

https://invent.kde.org/neon/qt/qtwebview/commit/97b94faf35341e228dc0a8fa1bbfadd9608a841f

diff --git a/debian/changelog b/debian/changelog
index 434e74f..5b791ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ qtwebview-opensource-src (5.15.2-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Qt build-dependencies to 5.15.2.
   * Add support for nodoc build profile.
+  * 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:03 +0300
 
diff --git a/debian/control b/debian/control
index 0e38d07..0dd53d0 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,9 @@ Build-Depends: debhelper-compat (= 13),
                qtdeclarative5-private-dev (>= 5.15.2~),
                qtwebengine5-dev (>= 5.15.2+dfsg~),
                qtwebengine5-private-dev (>= 5.15.2+dfsg~)
-Build-Depends-Indep: 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>
 Standards-Version: 4.5.0
 Rules-Requires-Root: no
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtwebview



More information about the Neon-commits mailing list