[SCM] faust/master: Made sure that code files are non-executable

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Jan 3 16:01:02 UTC 2017


The following commit has been merged in the master branch:
commit e2c73b42f81f9de0a5c72868d586c0efa70e1a62
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Jan 3 16:31:45 2017 +0100

    Made sure that code files are non-executable

diff --git a/debian/rules b/debian/rules
index 6331a0c..649eece 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,9 @@ fixinstall:
 #	remove binary artifacts from to-be /usr/share
 	#-find $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/faust/code "(" -name "*.a" -or -name "*.o" ")" -delete
 	rm -rf $(DEB_DESTDIR)/usr/share/faust/iOS/osclib/
-
+	-find $(DEB_DESTDIR)/usr/share/faust \
+		-name "*.cpp" -o -name "*.jucer" \
+		-exec chmod a-x {} +
 
 common-binary-arch:: manpages
 clean:: manpageclean

-- 
faust packaging



More information about the pkg-multimedia-commits mailing list