[SCM] qtwebkit-examples packaging branch, master, updated. 264b1b68fc245350ce14a3ca3bbf9207be487e45

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Wed Aug 21 20:52:40 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebkit-examples.git;a=commitdiff;h=4dc0c7d

The following commit has been merged in the master branch:
commit 4dc0c7d5d3e0b36b9108c922f1da26c7c774fe8e
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Aug 21 17:48:51 2013 -0300

    Fix files permissions.
---
 debian/rules |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index aca0f1b..d4d3330 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,10 @@ override_dh_auto_install-arch:
 	# We will replace jquery.min.js with a symbolic link to a packaged version.
 	rm -rf $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/webkitwidgets/fancybrowser/jquery.min.js
 	dh_auto_install
+	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/ \
+		-perm /u+x,g+x,o+x -type f \
+                -regex '.*\.\(app\|conf\|cpp\|h\|html\|js\|php\|png\|pro\|xml\|xsl\)$$' \
+                -exec chmod a-x {} \;
 
 override_dh_link:
 	dh_link -p qtwebkit5-examples /usr/share/javascript/jquery/jquery.min.js \

-- 
qtwebkit-examples packaging



More information about the pkg-kde-commits mailing list