[SCM] qtdeclarative packaging branch, master, updated. 196aa630eedac2ae7065211224e093cca8fe3251

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Apr 21 20:02:02 UTC 2013


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

The following commit has been merged in the master branch:
commit 196aa630eedac2ae7065211224e093cca8fe3251
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Apr 21 17:01:20 2013 -0300

    Fix wrong permissions in examples.
---
 debian/rules |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index ddc49ca..ae9535b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,6 +21,16 @@ override_dh_auto_install:
 	find $(CURDIR)/debian/tmp/usr/lib/*/pkgconfig -type f -name '*.pc' \
 	-exec sed -i -e 's/$(DEB_HOST_MULTIARCH)\/$(DEB_HOST_MULTIARCH)/$(DEB_HOST_MULTIARCH)/g' {} \;
 
+	# Fix wrong permissions in examples.
+	find $(CURDIR)/debian/tmp/usr/lib/*/qt5/examples/ -type f \( \
+	-name '*.png' \
+	-o -name '*.php' \
+	-o -name '*.xsl' \
+	-o -name '*.xml' \
+	-o -name '*.js' \
+	-o -name '*.jpg' \
+	\) -print0 | xargs -0 chmod 660
+
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list