[SCM] qtquick1 packaging branch, master, updated. debian/5.3.2-2-2-g3b23bf5

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Sep 25 01:56:05 UTC 2014


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

The following commit has been merged in the master branch:
commit 3b23bf5e7f07b70e80ec103663261b51518c3095
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Sep 24 22:55:45 2014 -0300

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

diff --git a/debian/changelog b/debian/changelog
index 66bf096..d24e466 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtquick1-opensource-src (5.3.2-3) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Do not ship CMake files for plugins, we don't need them.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 24 Sep 2014 22:53:19 -0300
 
 qtquick1-opensource-src (5.3.2-2) unstable; urgency=medium
diff --git a/debian/qtquick1-5-dev.install b/debian/qtquick1-5-dev.install
index a27d80f..fb2747b 100644
--- a/debian/qtquick1-5-dev.install
+++ b/debian/qtquick1-5-dev.install
@@ -52,7 +52,6 @@ usr/include/*/qt5/QtDeclarative/qtdeclarativeversion.h
 usr/lib/*/cmake/Qt5Declarative/Qt5DeclarativeConfig.cmake
 usr/lib/*/cmake/Qt5Declarative/Qt5DeclarativeConfigVersion.cmake
 usr/lib/*/cmake/Qt5Declarative/Qt5Declarative_QTcpServerConnection.cmake
-usr/lib/*/cmake/Qt5Declarative/Qt5Declarative_QtQuick1Plugin.cmake
 usr/lib/*/libQt5Declarative.prl
 usr/lib/*/libQt5Declarative.so
 usr/lib/*/pkgconfig/Qt5Declarative.pc
diff --git a/debian/rules b/debian/rules
index fd8b65c..0e468ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ override_dh_auto_install:
 	# libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
+	# Remove CMake files for plugins, we don't need to ship them.
+	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt5Declarative/*Plugin.cmake
+
 	# Fix wrong path in pkgconfig files
 	find $(CURDIR)/debian/tmp/usr/lib/*/pkgconfig -type f -name '*.pc' \
 	-exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \;

-- 
qtquick1 packaging



More information about the pkg-kde-commits mailing list