[SCM] qtxmlpatterns packaging branch, master, updated. 4aab04be3298929b684e4e1fb22d4b99270e312b

Timo Jyrinki timo at alioth.debian.org
Mon Mar 4 13:53:09 UTC 2013


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

The following commit has been merged in the master branch:
commit 4aab04be3298929b684e4e1fb22d4b99270e312b
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Mon Mar 4 13:53:01 2013 +0000

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

diff --git a/debian/rules b/debian/rules
index c6c2789..5979aba 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

-- 
qtxmlpatterns packaging



More information about the pkg-kde-commits mailing list