[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:49 UTC 2013


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

The following commit has been merged in the master branch:
commit 390ef9f5a1bb71d94d39691466ffd64a9af71ae4
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Thu Jul 11 13:39:01 2013 -0300

    Check files permission in a broader path.
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8340312..9a1ba05 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ qtdeclarative-opensource-src (5.1.0-1) UNRELEASED; urgency=low
     - Actually mark the symbols.
     - Add lintian overrides for libqt5quickparticles5 and libqt5quick5.
   * Add .qml to the list of file extensions that should not be executable.
+  * Check files permission in a broader path.
 
  -- Timo Jyrinki <timo at debian.org>  Tue, 09 Jul 2013 08:53:30 +0300
 
diff --git a/debian/rules b/debian/rules
index a68191c..6ecf8ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ override_dh_auto_install-arch:
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
 	# Fix wrong permissions in examples.
-	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/ -type f \( \
+	find $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/ -type f \( \
 	-name '*.png' \
 	-o -name '*.php' \
 	-o -name '*.xsl' \

-- 
qtdeclarative packaging



More information about the pkg-kde-commits mailing list