[SCM] qtconnectivity packaging branch, experimental, updated. debian/5.3.2-2-14-g6dc4632

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Dec 19 19:23:16 UTC 2014


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

The following commit has been merged in the experimental branch:
commit 5add3ba6f3c1e3578c704e4a4f3df928db1f7762
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Dec 19 16:22:20 2014 -0300

    Remove empty directories left after removing private headers.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9fb0e00..57b1e97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ qtconnectivity-opensource-src (5.4.0-1) UNRELEASED; urgency=medium
     creating licensing problems in the code.
   * Update symbols files with current build log.
   * Update Standards-Version to 3.9.6, no changes required.
+  * Remove empty directories left after removing private headers.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 18 Dec 2014 11:35:32 -0300
 
diff --git a/debian/rules b/debian/rules
index 794fb5a..0c42b26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,3 +26,4 @@ override_dh_auto_install:
 	# Remove private headers we are not installing.
 	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/
+	find debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/ -type d -empty -delete

-- 
qtconnectivity packaging



More information about the pkg-kde-commits mailing list