[SCM] qtdeclarative packaging branch, master, updated. debian/5.0.2-6-13-gf3c32bd

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Thu Jul 11 16:47:48 UTC 2013


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

The following commit has been merged in the master branch:
commit d61d6d38cb0d28b60b1e662df19ddac8b8245293
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Jul 11 12:42:14 2013 -0300

    Add .qml to the list of file extensions that should not be executable.
---
 debian/changelog |    1 +
 debian/rules     |    1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4ba176a..8340312 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ qtdeclarative-opensource-src (5.1.0-1) UNRELEASED; urgency=low
     - Add mark_private_symbols.sh to mark the symbols.
     - Actually mark the symbols.
     - Add lintian overrides for libqt5quickparticles5 and libqt5quick5.
+  * Add .qml to the list of file extensions that should not be executable.
 
  -- Timo Jyrinki <timo at debian.org>  Tue, 09 Jul 2013 08:53:30 +0300
 
diff --git a/debian/rules b/debian/rules
index 95005b8..a68191c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,6 +35,7 @@ override_dh_auto_install-arch:
 	-o -name '*.xml' \
 	-o -name '*.js' \
 	-o -name '*.jpg' \
+	-o -name '*.qml' \
 	\) -print0 | xargs -0 chmod a-x
 
 override_dh_auto_install-indep:

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list