[SCM] qt3d packaging branch, master, updated. debian/5.6.1+dfsg-1-7-gb7a6458

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun Dec 4 20:01:01 UTC 2016


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

The following commit has been merged in the master branch:
commit b7a6458fcdd524b0e5ed9f88c3b014f2783bba84
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Dec 4 17:00:33 2016 -0300

    Rename qt3d-assimpsceneparser-plugin to qt3d-assimpsceneio-plugin.
---
 debian/changelog                             | 3 ++-
 debian/control                               | 6 +++---
 debian/qt3d-assimpsceneio-plugin.install     | 2 ++
 debian/qt3d-assimpsceneparser-plugin.install | 2 --
 4 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4fc8e03..6d0c297 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,7 +21,8 @@ qt3d-opensource-src (5.7.1~20161122+dfsg-1) experimental; urgency=medium
   * Add extensions to xvfb-run needed by tests.
   * Run only one test at a time, this seems to make qaspectengine's
     setRootEntity work.
-  * Rename qt3d-gltfsceneparser-plugin to qt3d-gltfsceneio-plugin following
+  * Rename qt3d-gltfsceneparser-plugin to qt3d-gltfsceneio-plugin and
+    qt3d-assimpsceneparser-plugin to qt3d-assimpsceneio-plugin following
     upstream's changes.
 
   [ Dmitry Shachnev ]
diff --git a/debian/control b/debian/control
index f4fdecf..7e8531b 100644
--- a/debian/control
+++ b/debian/control
@@ -128,17 +128,17 @@ Description: Qt 3D GL Transmission Format scene IO plugin
  .
  This package contains Qt 3D's GLTF scene IO plugin.
 
-Package: qt3d-assimpsceneparser-plugin
+Package: qt3d-assimpsceneio-plugin
 Architecture: any
 Multi-Arch: same
 Depends: libqt53dcore5 (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-Description: Qt 3D GL Assimp scene parser plugin
+Description: Qt 3D GL Assimp scene IO 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 Assimp scene parser plugin.
+ This package contains Qt 3D's Assimp scene IO plugin.
 
 Package: qml-module-qt3d
 Architecture: any
diff --git a/debian/qt3d-assimpsceneio-plugin.install b/debian/qt3d-assimpsceneio-plugin.install
new file mode 100644
index 0000000..9a8eeea
--- /dev/null
+++ b/debian/qt3d-assimpsceneio-plugin.install
@@ -0,0 +1,2 @@
+usr/lib/*/qt5/bin/qgltf
+usr/lib/*/qt5/plugins/sceneparsers/libassimpsceneio.so
diff --git a/debian/qt3d-assimpsceneparser-plugin.install b/debian/qt3d-assimpsceneparser-plugin.install
deleted file mode 100644
index 8543ee4..0000000
--- a/debian/qt3d-assimpsceneparser-plugin.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib/*/qt5/bin/qgltf
-usr/lib/*/qt5/plugins/sceneparsers/libassimpsceneparser.so

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list