[SCM] qt3d packaging branch, experimental, updated. debian/5.7.1+dfsg-2-34-gb873cc6
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Jul 16 18:09:41 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt3d.git;a=commitdiff;h=b873cc6
The following commit has been merged in the experimental branch:
commit b873cc668cbcf11eea248eea3434ede8f9c76ff7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Jul 16 21:09:19 2017 +0300
Make qt3d5-examples depend on qml-module-qt3d.
Closes: #850470.
---
debian/changelog | 1 +
debian/control | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a0f1092..1c5ea5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ qt3d-opensource-src (5.9.1+dfsg-1) UNRELEASED; urgency=medium
* Bump Standards-Version to 4.0.0, no changes needed.
* Backport a patch to fix Assimp build on big endian architectures
(assimp_big_endian.diff).
+ * Make qt3d5-examples depend on qml-module-qt3d (closes: #850470).
-- Simon Quigley <tsimonq2 at ubuntu.com> Fri, 09 Jun 2017 23:52:28 -0500
diff --git a/debian/control b/debian/control
index 020b875..55f273e 100644
--- a/debian/control
+++ b/debian/control
@@ -294,7 +294,10 @@ Package: qt3d5-examples
Architecture: any
Multi-Arch: same
Section: x11
-Depends: qml-module-qtquick-scene3d, ${misc:Depends}, ${shlibs:Depends}
+Depends: qml-module-qt3d,
+ qml-module-qtquick-scene3d,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: Qt 5 3d examples
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
--
qt3d packaging
More information about the pkg-kde-commits
mailing list