[SCM] qtsvg packaging branch, master, updated. e5ed4020473110081c6e8adabc8dbf22e3a7395d

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Mon Apr 22 16:25:56 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtsvg.git;a=commitdiff;h=6736d73

The following commit has been merged in the master branch:
commit 6736d73cd202946372c803aeb60040f625578fd6
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Apr 22 13:13:22 2013 -0300

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

diff --git a/debian/rules b/debian/rules
index f5636a4..428d831 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,10 +16,16 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install
+
 	# Fix wrong path in pkgconfig files
 	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 '*.svg' \
+	\) -print0 | xargs -0 chmod 660
+
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 	

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list