[SCM] qtquick1 packaging branch, master, updated. 9e027266b92c0056931ff5b118971fa25db94940

Timo Jyrinki timo at alioth.debian.org
Thu May 2 18:33:07 UTC 2013


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

The following commit has been merged in the master branch:
commit 9e027266b92c0056931ff5b118971fa25db94940
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Thu May 2 11:32:51 2013 -0700

    Fix the pkgconfig file paths.
---
 debian/rules |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 4daccaf..c0102e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,11 @@ export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
 override_dh_auto_configure:
 	qmake 
 
+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' {} \;
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz

-- 
qtquick1 packaging



More information about the pkg-kde-commits mailing list