[SCM] qtmultimedia packaging branch, master, updated. debian/5.0.2-2-3-g77aa5ce

Timo Jyrinki timo at alioth.debian.org
Thu May 23 10:08:07 UTC 2013


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

The following commit has been merged in the master branch:
commit 77aa5ce82aae3e15787b1282f25942d9b99b7d41
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Thu May 23 13:08:00 2013 +0300

    Fix wrong path in pkgconfig
---
 debian/rules |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 676230e..b28df56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,11 @@ 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
 

-- 
qtmultimedia packaging



More information about the pkg-kde-commits mailing list