[neon/qt/qtwebview/Neon/testing] debian: Add support for nodoc build profile.
Dmitry Shachnev
null at kde.org
Thu May 20 09:56:35 BST 2021
Git commit 6df9f42fef968d52443ea3719b0514ae30b2601a by Dmitry Shachnev.
Committed on 22/11/2020 at 18:48.
Pushed by sitter into branch 'Neon/testing'.
Add support for nodoc build profile.
M +1 -0 debian/changelog
M +3 -1 debian/control
https://invent.kde.org/neon/qt/qtwebview/commit/6df9f42fef968d52443ea3719b0514ae30b2601a
diff --git a/debian/changelog b/debian/changelog
index 4e36e6d..434e74f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtwebview-opensource-src (5.15.2-1) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* New upstream release.
* Bump Qt build-dependencies to 5.15.2.
+ * Add support for nodoc build profile.
-- 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 da05d28..0e38d07 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ 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~)
+Build-Depends-Indep: qttools5-dev-tools (>= 5.15.2~) <!nodoc>
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt/qtwebview
@@ -22,6 +22,7 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/qt/qtwebview.git
Homepage: https://doc.qt.io/qt-5/qtwebview-index.html
Package: qtwebview5-doc
+Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
@@ -34,6 +35,7 @@ Description: display web content in a QML application - Documentation
This package contains the documentation for QtWebView.
Package: qtwebview5-doc-html
+Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Section: doc
More information about the Neon-commits
mailing list