[SCM] qtconnectivity packaging branch, experimental, updated. debian/5.2.1-3-10-g8ac9987

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Sun May 25 01:55:33 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 8c3784477a937cd8015fa2b2dbbc2c2f1e269b21
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sat May 24 22:52:55 2014 -0300

    Fix rule to remove private headers.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3209e18..458a730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtconnectivity-opensource-src (5.3.0-1) UNRELEASED; urgency=medium
   * Move the headers to their new m-a path. Mark the development package
     as Multi-Arch: same.
   * Bump Qt build dependencies.
+  * Fix rule to remove private headers, they are now also in a m-a path.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 24 May 2014 21:37:42 -0300
 
diff --git a/debian/rules b/debian/rules
index 7f241f7..f6b406c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,5 +21,5 @@ override_dh_auto_install:
 	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
 	# Remove private headers we are not installing.
-	rm -rfv debian/tmp/usr/include/qt5/QtNfc/*/QtNfc/private/
-	rm -rfv debian/tmp/usr/include/qt5/QtBluetooth/*/QtBluetooth/private/
+	rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtNfc/*/QtNfc/private/
+	rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtBluetooth/*/QtBluetooth/private/

-- 
qtconnectivity packaging



More information about the pkg-kde-commits mailing list