[SCM] qt3d packaging branch, master, updated. c4e2a4356562176891e357cbce8f416d4c730796

Pino Toscano pino at moszumanska.debian.org
Thu Jan 1 12:54:17 UTC 2015


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

The following commit has been merged in the master branch:
commit c4e2a4356562176891e357cbce8f416d4c730796
Author: Pino Toscano <pino at debian.org>
Date:   Thu Jan 1 13:53:50 2015 +0100

    split libQt53DQuick.so in own libqt53dquick5 out of libqt53d5
---
 debian/control                | 19 +++++++++++++++++++
 debian/libqt53dquick5.install |  1 +
 2 files changed, 20 insertions(+)

diff --git a/debian/control b/debian/control
index 7b9f5d7..9a1c81c 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,23 @@ Description: Qt 3D module
  snapshot of an ongoing development. The package is very likely to
  change in a binary incompatible way, and no guarantees are given.
 
+Package: libqt53dquick5
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends},
+Depends: libqt53d5 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends},
+Description: Qt 3D Quick module
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains Qt 3D Quick module.
+ .
+ WARNING: This module is not an official part of Qt 5, but instead a git
+ snapshot of an ongoing development. The package is very likely to
+ change in a binary incompatible way, and no guarantees are given.
+
 Package: qml-module-qt3d
 Architecture: any
 Multi-Arch: same
@@ -52,6 +69,7 @@ Package: qt3d5-dev
 Section: libdevel
 Architecture: any
 Depends: libqt53d5 (= ${binary:Version}),
+         libqt53dquick5 (= ${binary:Version}),
          qtbase5-dev,
          ${misc:Depends},
          ${shlibs:Depends},
@@ -108,6 +126,7 @@ Architecture: any
 Section: debug
 Depends: libqt53d5 (= ${binary:Version}),
          ${misc:Depends},
+Recommends: libqt53dquick5 (= ${binary:Version}),
 Suggests: qt3d5-examples (= ${binary:Version})
 Description: Qt 3D library debugging symbols
  Qt is a cross-platform C++ application framework. Qt's primary feature
diff --git a/debian/libqt53dquick5.install b/debian/libqt53dquick5.install
new file mode 100644
index 0000000..77f4af7
--- /dev/null
+++ b/debian/libqt53dquick5.install
@@ -0,0 +1 @@
+usr/lib/*/libQt53DQuick.so.*

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list