[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.6.0-rc-1-3-g647eed8

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Mar 17 18:29:04 UTC 2016


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

The following commit has been merged in the experimental branch:
commit b0bc71095130440e49f09edf833c3a7058e87e12
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Mar 17 19:24:23 2016 +0100

    Drop the no longer needed hack to fix wrong path in pkgconfig files.
---
 debian/changelog | 1 +
 debian/rules     | 4 ----
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 69a99a1..2031d3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtdeclarative-opensource-src (5.6.0-1) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * New upstream release.
+  * Drop the no longer needed hack to fix wrong path in pkgconfig files.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 17 Mar 2016 19:23:05 +0100
 
diff --git a/debian/rules b/debian/rules
index 7ad5da1..425778f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,10 +23,6 @@ override_dh_auto_build-indep:
 override_dh_auto_install-arch:
 	dh_auto_install
 
-	# Fix wrong path in pkgconfig files
-	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
 

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list