[SCM] qtsensors packaging branch, master, updated. 6242a0eed77121c10e73dea309323f16a119a981

Pino Toscano pino at alioth.debian.org
Thu May 30 13:30:47 UTC 2013


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

The following commit has been merged in the master branch:
commit d1a16f61393aade0d245b2f81797eea780101778
Author: Pino Toscano <pino at kde.org>
Date:   Thu May 30 15:30:00 2013 +0200

    improve override_dh_auto_install
---
 debian/rules |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index d310a13..39501c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,9 +15,13 @@ 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' {} \;
+	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/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

-- 
qtsensors packaging



More information about the pkg-kde-commits mailing list