[SCM] qtdeclarative packaging branch, master, updated. debian/5.3.2-3-2-g5d31560

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Sep 25 02:08:51 UTC 2014


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

The following commit has been merged in the master branch:
commit 5d3156023c580159de97adbf523f6a527b6228ac
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Sep 24 23:08:37 2014 -0300

    Remove CMake files for plugins, we don't need to ship them.
---
 debian/changelog                  | 3 +++
 debian/qtdeclarative5-dev.install | 1 -
 debian/rules                      | 3 +++
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 769090f..392cabb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtdeclarative-opensource-src (5.3.2-4) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Remove CMake files for plugins, we don't need to ship them.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 24 Sep 2014 23:07:56 -0300
 
 qtdeclarative-opensource-src (5.3.2-3) unstable; urgency=medium
diff --git a/debian/qtdeclarative5-dev.install b/debian/qtdeclarative5-dev.install
index e5c346a..c85905a 100644
--- a/debian/qtdeclarative5-dev.install
+++ b/debian/qtdeclarative5-dev.install
@@ -138,7 +138,6 @@ usr/include/*/qt5/QtQuickWidgets/qtquickwidgetsversion.h
 usr/lib/*/cmake/Qt5Qml/Qt5QmlConfig.cmake
 usr/lib/*/cmake/Qt5Qml/Qt5QmlConfigVersion.cmake
 usr/lib/*/cmake/Qt5Qml/Qt5Qml_QTcpServerConnection.cmake
-usr/lib/*/cmake/Qt5Qml/Qt5Qml_QtQuick2Plugin.cmake
 usr/lib/*/cmake/Qt5Quick/Qt5QuickConfig.cmake
 usr/lib/*/cmake/Qt5Quick/Qt5QuickConfigVersion.cmake
 usr/lib/*/cmake/Qt5Quick/Qt5Quick_AccessibleQuickFactory.cmake
diff --git a/debian/rules b/debian/rules
index eb79fc8..660f16b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,9 @@ override_dh_auto_install-arch:
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
+	# Remove CMake files for plugins, we don't need them.
+	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt5Qml/*Plugin.cmake
+
 	# Fix wrong permissions in examples.
 	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/ -type f \( \
 	-name '*.png' \

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list