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

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sat Dec 10 00:40:37 UTC 2016


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

The following commit has been merged in the master branch:
commit 69a684426c985033b706c35252a8a5409b0dc450
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Dec 9 21:40:07 2016 -0300

    Do not build planets-qml example.
---
 debian/changelog                                  |  2 ++
 debian/patches/do_not_build_planets_example.patch | 18 ++++++++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 21 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9f4f4fd..f440014 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,8 @@ qt3d-opensource-src (5.7.1~20161122+dfsg-1) experimental; urgency=medium
     upstream's changes.
   * Re do symbols files, this is the first API/ABI stable version that gets
     into Debian.
+  * Do not build planets-qml example due to the lack of the required images,
+    as we need to remove them from the tarball for being undistributable.
 
   [ Dmitry Shachnev ]
   * Exclude audio-visualizer-qml example from the tarball because it contains
diff --git a/debian/patches/do_not_build_planets_example.patch b/debian/patches/do_not_build_planets_example.patch
new file mode 100644
index 0000000..579f957
--- /dev/null
+++ b/debian/patches/do_not_build_planets_example.patch
@@ -0,0 +1,18 @@
+Description: do not build planets-qml example.
+ This examples uses non-free images which we can't distribute.
+Author: Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>
+Forwarded: not-needed
+---
+ examples/qt3d/qt3d.pro |    1 -
+ 1 file changed, 1 deletion(-)
+
+--- a/examples/qt3d/qt3d.pro
++++ b/examples/qt3d/qt3d.pro
+@@ -12,7 +12,6 @@ SUBDIRS += \
+     scene3d \
+     controls \
+     anaglyph-rendering \
+-    planets-qml \
+     instanced-arrays-qml \
+     lights \
+     compute-particles
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d91f544
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+do_not_build_planets_example.patch

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list