[SCM] qtcreator packaging branch, experimental, updated. debian/3.0.1+dfsg+exp-4-16-gf1025f4
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Sat Jun 7 14:50:41 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtcreator.git;a=commitdiff;h=f1025f4
The following commit has been merged in the experimental branch:
commit f1025f4c70ae5b1dbaffb1c6e817871b5873c559
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Sat Jun 7 11:50:22 2014 -0300
Fix permissions on qbs files.
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 010e74a..0c70297 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ qtcreator (3.1.1+dfsg-1) UNRELEASED; urgency=medium
dependencies. This might be an upstream bug.
* Do not override dh_makeshlibs. We do not provide libs, so it shouldn't be a
problem.
+ * Fix permissions on qbs files.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 06 Apr 2014 17:59:18 -0300
diff --git a/debian/rules b/debian/rules
index cbfbd56..8de9086 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,9 @@ endif
# Do not install the file, we better symlink it.
rm -vf debian/tmp/usr/share/qtcreator/debugger/LICENSE.LGPL
+ # Fix wrong permissions
+ chmod -v 664 debian/tmp/usr/share/qtcreator/qbs/share/qbs/modules/nsis/*.qbs
+
override_dh_auto_clean:
dh_auto_clean
rm -rf doc/html lib/qmldesigner lib/qtcreator/plugins share/doc
--
qtcreator packaging
More information about the pkg-kde-commits
mailing list