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

Pino Toscano pino at alioth.debian.org
Mon Apr 22 16:46:10 UTC 2013


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

The following commit has been merged in the master branch:
commit fbdb73b89177bfabfedef4bb71db9c9085803fa2
Author: Pino Toscano <pino at debian.org>
Date:   Mon Apr 22 18:45:56 2013 +0200

    fix permissions of .svg files in examples
---
 debian/rules |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8ad93f6..1e446e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,9 +22,9 @@ override_dh_auto_install:
 	-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 \( \
+	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/ -type f \( \
 	-name '*.svg' \
-	\) -print0 | xargs -0 chmod 660
+	\) -print0 | xargs -0 chmod 644
 
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list