[SCM] qtwayland packaging branch, master, updated. debian/5.9.2-1-5-g9522c79
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Fri Oct 27 08:31:57 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwayland.git;a=commitdiff;h=ad2b87c
The following commit has been merged in the master branch:
commit ad2b87cb86ae5694e7345aab53fe4798057263c7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Oct 17 17:36:56 2017 +0300
Split qtwaylandscanner tool into its own qtwayland5-dev-tools package.
Make that new package Multi-Arch: foreign.
---
debian/changelog | 3 +++
debian/control | 13 +++++++++++++
debian/qtwayland5-dev-tools.install | 1 +
debian/qtwayland5.install | 1 -
4 files changed, 17 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2a1b0a2..2b65884 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
qtwayland-opensource-src (5.9.2-2) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Move qtwaylandscanner tool into its own qtwayland5-dev-tools package,
+ make that package Multi-Arch: foreign.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Tue, 17 Oct 2017 17:13:50 +0300
diff --git a/debian/control b/debian/control
index 214e22a..b3262f1 100644
--- a/debian/control
+++ b/debian/control
@@ -88,6 +88,19 @@ Description: QtWayland compositor development files
This library is a tech preview and the API will change before the final
release. Use at your own risk.
+Package: qtwayland5-dev-tools
+Architecture: any
+Multi-Arch: foreign
+Section: devel
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Breaks: qtwayland5 (<< 5.9.2-2~)
+Replaces: qtwayland5 (<< 5.9.2-2~)
+Description: Qt 5 Wayland developer tools
+ QtWayland is a Qt 5 module that wraps the functionality of Wayland.
+ .
+ This package contains the QtWayland developer tools.
+ At the moment there is only qtwaylandscanner tool here.
+
Package: qtwayland5
Architecture: any
Multi-Arch: same
diff --git a/debian/qtwayland5-dev-tools.install b/debian/qtwayland5-dev-tools.install
new file mode 100644
index 0000000..127cf1a
--- /dev/null
+++ b/debian/qtwayland5-dev-tools.install
@@ -0,0 +1 @@
+usr/lib/*/qt5/bin
diff --git a/debian/qtwayland5.install b/debian/qtwayland5.install
index 73c745c..527e6d6 100644
--- a/debian/qtwayland5.install
+++ b/debian/qtwayland5.install
@@ -1,2 +1 @@
-usr/lib/*/qt5/bin
usr/lib/*/qt5/plugins
--
qtwayland packaging
More information about the pkg-kde-commits
mailing list