[SCM] qtbase packaging branch, kubuntu_unstable, updated. debian/5.4.0+dfsg-4-35-geff4780

Rohan Garg rohangarg-guest at moszumanska.debian.org
Thu Feb 19 13:13:31 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit 7bcfb1e9b225801a8d5cef2e10fd6e4dcb63137f
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Feb 19 00:00:25 2015 -0300

    Remove bogus exec bits from debian/tmp/usr/share/qt5/doc/*.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ed3e54f..b584d73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -31,6 +31,7 @@ qtbase-opensource-src (5.4.0+dfsg-5) UNRELEASED; urgency=medium
     and be sure nothing will break in the future.
   * Do not ship libQt5Bootstrap, it's only used internally (Closes: #778717).
   * Do not ship docs' scripts empty directories.
+  * Remove bogus exec bits from debian/tmp/usr/share/qt5/doc/*.
 
   [ Dmitry Shachnev ]
   * Drop private marks from QCollator, QOpenGLWidget and QAccessible*
diff --git a/debian/rules b/debian/rules
index d2914da..4215ccb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -275,6 +275,7 @@ endif
 
 	# Remove bogus exec bits from some data files in mkspecs, docs, examples
 	find debian/tmp/usr/share/qt5/ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/ \
+	     debian/tmp/usr/share/qt5/doc/ \
 		-perm /u+x,g+x,o+x -type f \
 		-regex '.*\.\(app\|conf\|cpp\|h\|js\|php\|png\|pro\|xml\|xsl\)$$' \
 		-exec chmod a-x {} \;

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list