[SCM] qt3d packaging branch, master, updated. debian/5.5.1-4-3-gd7241e8

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Feb 4 01:00:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt3d.git;a=commitdiff;h=d7241e8

The following commit has been merged in the master branch:
commit d7241e82d0338913774b31c1f4ea0f47c2527e9f
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Feb 3 22:00:43 2016 -0300

    Add qml-module-qtquick-scene3d as a qt3d5-examples' dependency.
---
 debian/changelog | 2 ++
 debian/control   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4f01e0b..27a7d36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ qt3d-opensource-src (5.5.1-5) UNRELEASED; urgency=medium
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Remove libqt5xcb5 from build dependencies. It is now part of libqt5gui5
     which is dragged in by qtbase5-dev.
+  * Add qml-module-qtquick-scene3d as a qt3d5-examples' dependency, needed
+    by qt3d's controls.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 21 Jan 2016 16:44:26 -0300
 
diff --git a/debian/control b/debian/control
index a76ee0f..a546d9a 100644
--- a/debian/control
+++ b/debian/control
@@ -184,7 +184,7 @@ Package: qt3d5-examples
 Architecture: any
 Multi-Arch: same
 Section: x11
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: 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