[SCM] juce/master: fix permissions of installed source-files

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Thu Feb 11 13:06:47 UTC 2016


The following commit has been merged in the master branch:
commit 1361aa6700e21f43ccafb4f3fb74de7ccbb458ab
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Thu Feb 11 11:44:41 2016 +0100

    fix permissions of installed source-files

diff --git a/debian/rules b/debian/rules
index e30c6c8..1da48e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,10 @@ $(BUILDDIR)/Introjucer.1:
 build/libjuce-doc::
 	cd doxygen && doxygen Doxyfile
 
+binary-post-install/juce-modules-source::
+	find $(CURDIR)/debian/$(cdbs_curpkg)/usr/include/ -type f -name "*.h" -or -name "*.cpp" \
+		-exec chmod 0644 {} +
+
 clean::
 	rm -rf doxygen/doc
 	rm -rf extras/Introjucer/Builds/Linux/build

-- 
juce packaging



More information about the pkg-multimedia-commits mailing list