[SCM] qt3d packaging branch, ubuntu, updated. debian/5.5.1-2-11-g7c6e089

Timo Jyrinki timo at moszumanska.debian.org
Wed Nov 4 08:32:22 UTC 2015


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

The following commit has been merged in the ubuntu branch:
commit 7c6e089effa8feca16d26c95b7f6f4e2a43b1329
Merge: 973660309c238ae9f79446d1c505d05a94020bfb 19c2ae7af42d323cd722d855d611070eb6d8e888
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Mon Nov 2 15:32:33 2015 +0000

    Merge branch 'master' into ubuntu

 debian/changelog                           |  32 +-
 debian/control                             |  54 ++-
 debian/libqt53dcollision5.install          |   1 +
 debian/libqt53dcollision5.symbols          | 130 +++++++
 debian/libqt53dinput5.symbols              |  94 ++++-
 debian/libqt53dlogic5.install              |   1 +
 debian/libqt53dlogic5.symbols              |  52 +++
 debian/libqt53dquickrenderer5.symbols      |  19 +-
 debian/libqt53drenderer5.symbols           | 542 +++++++++++++++++++++++------
 debian/qt3d-gltfsceneparser-plugin.install |   1 +
 debian/qt3d5-doc-html.install              |   2 +
 debian/qt3d5-doc.install                   |   2 +
 debian/rules                               |   9 +-
 13 files changed, 807 insertions(+), 132 deletions(-)

diff --cc debian/changelog
index 4bed08e,58abecb..2fecb44
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,13 -1,33 +1,43 @@@
- qt3d-opensource-src (5.5.0-1ubuntu1) UNRELEASED; urgency=medium
++qt3d-opensource-src (5.5.1-2ubuntu1) UNRELEASED; urgency=medium
 +
 +  * New upstream release of the rewritten Qt 3D 2.0.
 +  * Update symbols.
 +  * Merge with Debian's initial release, remaining changes:
 +    - A transitional package for Ubuntu 14.04 LTS -> 16.04 LTS.
 +    - Own symbols files.
 +
 + -- Timo Jyrinki <timo-jyrinki at ubuntu.com>  Wed, 03 Jun 2015 14:47:26 +0000
 +
+ qt3d-opensource-src (5.5.1-2) unstable; urgency=medium
+ 
+   [ Pino Toscano ]
+   * Make sure to remove private headers from all the libraries: extend the
+     rm pattern using globs.
+   * Remove cmake config files of plugins (like done in other qt5 modules).
+ 
+   [ Lisandro Damián Nicanor Pérez Meyer ]
+   * Upload to unstable.
+   * Update symbols files with buildds' logs.
+ 
+  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Mon, 26 Oct 2015 10:13:52 -0300
+ 
+ qt3d-opensource-src (5.5.1-1) experimental; urgency=medium
+ 
+   [ Lisandro Damián Nicanor Pérez Meyer ]
+   * New upstream release.
+     - Bump Qt dependencies.
+   * Update symbols files with buildds' and current logs.
+   * New components: q3dlogic and q3dcollision.
+     - Install documentation.
+     - Install libraries.
+   * Create qt3d-gltfsceneparser-plugin for the GL Transmission Format
+     scene parser plugin.
+ 
+   [ Dmitry Shachnev ]
+   * Add symbols files for the new library packages.
+ 
+  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Wed, 21 Oct 2015 14:10:29 -0300
+ 
  qt3d-opensource-src (5.5.0-1) experimental; urgency=medium
  
    [ Timo Jyrinki ]
diff --cc debian/control
index 49a5b66,a57a4a3..678b3fb
--- a/debian/control
+++ b/debian/control
@@@ -89,18 -88,44 +89,56 @@@ Description: Qt 3D Renderer modul
   .
   This package contains Qt 3D Renderer module.
  
+ Package: libqt53dlogic5
+ Architecture: any
+ Multi-Arch: same
+ Pre-Depends: ${misc:Pre-Depends}
+ Depends: libqt53dcore5 (= ${binary:Version}),
+          ${misc:Depends},
+          ${shlibs:Depends}
+ Description: Qt 3D logic 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 Logic module.
+ 
+ Package: libqt53dcollision5
+ Architecture: any
+ Multi-Arch: same
+ Pre-Depends: ${misc:Pre-Depends}
+ Depends: libqt53dcore5 (= ${binary:Version}),
+          ${misc:Depends},
+          ${shlibs:Depends}
+ Description: Qt 3D collision 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 collision module.
+ 
+ Package: qt3d-gltfsceneparser-plugin
+ Architecture: any
+ Multi-Arch: same
+ Depends: libqt53dcore5 (= ${binary:Version}),
+          ${misc:Depends},
+          ${shlibs:Depends}
+ Description: Qt 3D GL Transmission Format scene parser plugin
+  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's GLTF scene parser plugin.
+ 
 +Package: qtdeclarative5-qt3d-plugin
 +Architecture: any
 +Multi-Arch: same
 +Section: oldlibs
 +Depends: qml-module-qt3d, ${misc:Depends}
 +Description: transitional dummy package for Qt 5 3D QML 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 is a transitional dummy package for qml-module-qt3d
 + which can be safely removed.
 +
  Package: qml-module-qt3d
  Architecture: any
  Multi-Arch: same

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list