[SCM] qt3d packaging branch, master, updated. debian/5.5.0-1-13-geef7be9

Pino Toscano pino at moszumanska.debian.org
Sun Oct 25 23:14:36 UTC 2015


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

The following commit has been merged in the master branch:
commit eef7be9c3bd3b6df525c23c45d378248f7514209
Author: Pino Toscano <pino at debian.org>
Date:   Mon Oct 26 00:14:16 2015 +0100

    remove cmake config files of plugins
    
    like done in other qt5 modules
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9705cc2..2872bd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qt3d-opensource-src (5.5.1-2) UNRELEASED; 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).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 26 Oct 2015 00:06:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 1566276..f4c7ac4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,6 +32,9 @@ override_dh_auto_install-arch:
 	# Remove private stuff
 	rm -rfv $(CURDIR)/debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/Qt3D*/5.*/Qt3D*/private
 	rm -fv $(CURDIR)/debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_*_private.pri
+	
+	# Remove cmake config files of plugins
+	rm -fv $(CURDIR)/debian/tmp/usr/lib/*/cmake/Qt53DRenderer/Qt53DRenderer_*.cmake
 
 	# Remove empty directories
 	find $(CURDIR)/debian/tmp -type d -empty -delete

-- 
qt3d packaging



More information about the pkg-kde-commits mailing list