[SCM] qtimageformats packaging branch, master, updated. debian/5.2.0-2-2-gb880850
Pino Toscano
pino at moszumanska.debian.org
Fri Jan 31 19:23:18 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtimageformats.git;a=commitdiff;h=b880850
The following commit has been merged in the master branch:
commit b8808502e8d66d59ad4c12d04bb5f1a3855b4450
Author: Pino Toscano <pino at debian.org>
Date: Fri Jan 31 20:23:06 2014 +0100
do not install development stuff of plugins
---
debian/changelog | 2 ++
debian/rules | 6 ++++++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 7c17a43..51b8ec4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qtimageformats-opensource-src (5.2.0-3) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Do not install the development stuff of the plugins.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 31 Jan 2014 20:20:13 +0100
diff --git a/debian/rules b/debian/rules
index 12b3f7f..3253f17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,11 @@ export QT_SELECT := qt5
override_dh_auto_configure:
qmake
+override_dh_auto_install:
+ dh_auto_install
+
+ # Remove the development stuff of the installed plugins
+ rm -rfv $(CURDIR)/debian/qt5-image-formats-plugins/usr/lib/*/cmake/
+
override_dh_builddeb:
dh_builddeb -- -Zxz
--
qtimageformats packaging
More information about the pkg-kde-commits
mailing list