[SCM] csoundqt/master: Remove execute bit from qutecsound shared files
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Wed Apr 13 23:28:46 UTC 2016
The following commit has been merged in the master branch:
commit 4eeaf9bc7fd408eb7ae92d637140eced277c015a
Author: Felipe Sateler <fsateler at debian.org>
Date: Wed Apr 13 20:20:49 2016 -0300
Remove execute bit from qutecsound shared files
diff --git a/debian/rules b/debian/rules
index 6481af0..1b38e6b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,5 @@ DEB_QMAKE_ARGS = -r qcs.pro \
DEB_BUILD_PARALLEL = 1
DEB_INSTALL_MANPAGES_csoundqt = debian/csoundqt.1
+binary-fixup/csoundqt::
+ find $(CURDIR)/debian/csoundqt/usr/share/qutecsound/ -type f -print0 | xargs -0 chmod 644
--
csoundqt packaging
More information about the pkg-multimedia-commits
mailing list