[neon/qt/qtquickcontrols/Neon/testing] debian: Build-depend only on the needed documentation tools.
Dmitry Shachnev
null at kde.org
Tue May 18 14:38:06 BST 2021
Git commit 9c686a23532f0fb9767d7c69735f2f56d533eb8f 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/qtquickcontrols/commit/9c686a23532f0fb9767d7c69735f2f56d533eb8f
diff --git a/debian/changelog b/debian/changelog
index 410f5f9..dc900bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ qtquickcontrols-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 Janitor <janitor at jelmer.uk> Mon, 02 Nov 2020 17:24:04 -0000
diff --git a/debian/control b/debian/control
index 1d85bf4..4dce648 100644
--- a/debian/control
+++ b/debian/control
@@ -26,9 +26,11 @@ Build-Depends: debhelper-compat (= 13),
qtdeclarative5-private-dev (>= 5.15.2+dfsg~),
xauth <!nocheck>,
xvfb <!nocheck>
-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
Rules-Requires-Root: no
Homepage: https://doc.qt.io/qt-5/qtquickcontrols1-index.html
More information about the Neon-commits
mailing list