[SCM] qtwayland packaging branch, master, updated. debian/5.9.1-1
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Wed Aug 16 12:17:29 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwayland.git;a=commitdiff;h=c168527
The following commit has been merged in the master branch:
commit c168527f321161078d581aae3f1f283021a3cfb0
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Fri Jun 9 18:37:04 2017 +0300
Add support for nodoc build profile.
---
debian/changelog | 1 +
debian/control | 9 ++++++---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cfd45b2..d5d8515 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtwayland-opensource-src (5.9.0-1) UNRELEASED; urgency=medium
* Do not install Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake
on armel/armhf.
* Bump qtbase build-dependencies to 5.9.0 final.
+ * Add support for nodoc build profile.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 29 May 2017 15:08:54 +0300
diff --git a/debian/control b/debian/control
index b238fcf..d54e989 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Uploaders: Dmitry Shachnev <mitya57 at debian.org>,
Pino Toscano <pino at debian.org>,
Timo Jyrinki <timo at debian.org>
Build-Depends: debhelper (>= 9.20160114~),
+ dpkg-dev (>= 1.17.14),
libegl1-mesa-dev,
libfontconfig1-dev,
libglib2.0-dev,
@@ -24,9 +25,9 @@ Build-Depends: debhelper (>= 9.20160114~),
qtbase5-dev (>= 5.9.0+dfsg~),
qtbase5-private-dev (>= 5.9.0+dfsg~),
qtdeclarative5-private-dev (>= 5.9.0~)
-Build-Depends-Indep: libqt5sql5-sqlite (>= 5.9.0+dfsg~),
- qtbase5-doc-html (>= 5.9.0+dfsg~),
- qttools5-dev-tools (>= 5.9.0~)
+Build-Depends-Indep: libqt5sql5-sqlite (>= 5.9.0+dfsg~) <!nodoc>,
+ qtbase5-doc-html (>= 5.9.0+dfsg~) <!nodoc>,
+ qttools5-dev-tools (>= 5.9.0~) <!nodoc>
Standards-Version: 3.9.8
Homepage: http://qt-project.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/qt/qtwayland.git
@@ -99,6 +100,7 @@ Description: QtWayland platform plugin
binary.
Package: qtwayland5-doc
+Build-Profiles: <!nodoc>
Priority: extra
Architecture: all
Section: doc
@@ -111,6 +113,7 @@ Description: Qt 5 Wayland Compositor documentation
library.
Package: qtwayland5-doc-html
+Build-Profiles: <!nodoc>
Priority: extra
Architecture: all
Section: doc
--
qtwayland packaging
More information about the pkg-kde-commits
mailing list