[SCM] qttools packaging branch, master, updated. debian/5.0.2-3-3-gb8691f6

Timo Jyrinki timo at alioth.debian.org
Wed May 1 22:26:21 UTC 2013


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

The following commit has been merged in the master branch:
commit b8691f6415a338aef4d2f27ada5fbf8931b95304
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Wed May 1 15:26:03 2013 -0700

    Fix wrong paths in pkgconfig
---
 debian/changelog |    3 +++
 debian/rules     |    6 +++++-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7f8d6e3..a8edcec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,9 @@ qttools-opensource-src (5.0.2-4) UNRELEASED; urgency=low
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Update symbols files for armhf, ia64 and ppc64.
 
+  [ Timo Jyrinki ]
+  * Fix wrong paths in pkgconfig
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 30 Apr 2013 09:19:39 -0300
 
 qttools-opensource-src (5.0.2-3) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index b196f72..abfceb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,9 +20,13 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
-
+	
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+	
+	# 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_install:
 	dh_install --fail-missing

-- 
qttools packaging



More information about the pkg-kde-commits mailing list