[SCM] qtdeclarative packaging branch, master, updated. debian/5.0.2-1-11-gee07f7d

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Wed May 1 00:10:30 UTC 2013


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

The following commit has been merged in the master branch:
commit 88beb7fed48609e51aa5f03a56b4baf7531724a8
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Apr 30 21:09:52 2013 -0300

    Simply remove the execute bit.
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 96c6be1..17250df 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_auto_install:
 	-o -name '*.xml' \
 	-o -name '*.js' \
 	-o -name '*.jpg' \
-	\) -print0 | xargs -0 chmod 644
+	\) -print0 | xargs -0 chmod a-x
 
 	# 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