[SCM] qtx11extras packaging branch, experimental, updated. debian/5.5.1-3-5-g3b7ce98

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Mar 6 15:07:14 UTC 2016


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

The following commit has been merged in the experimental branch:
commit 63b2f3332b74c18166ecf99e63d34f917f2a1f14
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Mar 6 18:05:35 2016 +0300

    Drop the obsolete 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 dfd7df9..9c09c2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtx11extras-opensource-src (5.6.0~rc-1) UNRELEASED; urgency=medium
   * New upstream release candidate.
   * Bump Qt build-dependencies to 5.6.0~rc.
   * Drop obsolete Breaks/Replaces from libqt5x11extras5-dev.
+  * Drop the obsolete hack to fix wrong path in pkgconfig files.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 06 Mar 2016 17:58:16 +0300
 
diff --git a/debian/rules b/debian/rules
index 360a388..ae24268 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,10 +27,6 @@ override_dh_auto_install-arch:
 
 	# Remove private stuff which we are not shipping.
 	rm -fv debian/tmp/usr/lib/*/qt5/mkspecs/modules/qt_lib_x11extras_private.pri
-	
-	# 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_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs

-- 
qtx11extras packaging



More information about the pkg-kde-commits mailing list