[SCM] qtdeclarative packaging branch, experimental, updated. debian/5.5.0-2-5-g05e97c1

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Oct 16 17:18:43 UTC 2015


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

The following commit has been merged in the experimental branch:
commit 05e97c1eae853ded657f1ebdb117288242297d0f
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Oct 16 14:18:20 2015 -0300

    Do not ship empty directories.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6f7210e..4792796 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtdeclarative-opensource-src (5.5.1-1) UNRELEASED; urgency=medium
     - Bump Qt build dependencies.
   * Update symbols files with buildds' logs.
   * Update symbols files with current build log.
+  * Do not ship empty directories.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 16 Oct 2015 12:16:40 -0300
 
diff --git a/debian/rules b/debian/rules
index 12ee958..a15b09a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,9 @@ override_dh_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_html_docs
 
 override_dh_install:
+	# Remove empty directories.
+	find $(CURDIR)/debian/tmp -type d -empty -delete
+	# Install stuff.
 	dh_install --fail-missing
 
 override_dh_link:

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list