[SCM] qtquick1 packaging branch, master, updated. 25e7f8522228d0d5c0eb93aed025d66df1a41ab6

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat Jun 1 22:48:51 UTC 2013


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

The following commit has been merged in the master branch:
commit 25e7f8522228d0d5c0eb93aed025d66df1a41ab6
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Jun 1 19:48:11 2013 -0300

    Remove stuff we don't ship.
    
    Private headers and libtool-like files.
---
 debian/rules |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4f2cda6..7ef1ab6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,13 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
+
+	# Remove stuff that we don't ship.
+	# Private headers.
+	rm -vrf debian/tmp/usr/include/qt5/QtDeclarative/5.?.?/QtDeclarative/private
+	# libtool-like files
+	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+
 	# 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