[SCM] qttools packaging branch, master, updated. debian/5.3.2-2-7-gc933229

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Sep 24 20:46:35 UTC 2014


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

The following commit has been merged in the master branch:
commit 277028dde87b9b87492088edb95625069144fcd3
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Sep 24 17:44:27 2014 -0300

    Remove the files before installing them.
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 6c47164..f7e3b9b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,6 +37,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.
+	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt5Designer/*Plugin.cmake
 	
 	# Fix wrong path in pkgconfig files
 	find $(CURDIR)/debian/tmp/usr/lib/*/pkgconfig -type f -name '*.pc' \

-- 
qttools packaging



More information about the pkg-kde-commits mailing list