[SCM] qtdeclarative packaging branch, master, updated. df28a591223c8efbd5ee471a6e649c166bc45eea

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sat Apr 20 17:38:03 UTC 2013


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

The following commit has been merged in the master branch:
commit 344974fd7b5853b64e193107261a2c9b4f067048
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat Apr 20 14:35:45 2013 -0300

    Remove libtool-like files.
---
 debian/rules |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 075f5df..082d676 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,10 +16,14 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
+
 	# 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' {} \;
 
+	# Remove libtool-like files
+	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list