[SCM] pd-extendedview/master: Drop executable bits from Pd-patches

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Feb 21 22:38:24 UTC 2016


The following commit has been merged in the master branch:
commit b31fc389108368df10b4729121dd454a7b19135e
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Sun Feb 21 23:29:49 2016 +0100

    Drop executable bits from Pd-patches

diff --git a/debian/rules b/debian/rules
index e66f690..b136180 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,3 +18,5 @@ DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
 binary-post-install/pd-extendedview::
 	find $(CURDIR)/debian/$(cdbs_curpkg)/ -type f -name "*.pd" \
 		-exec $(CURDIR)/debian/fix-declare.sh \{\} \;
+	find $(CURDIR)/debian/$(cdbs_curpkg)/usr/lib/pd/extra -type f \
+		-exec chmod a-x \{\} \+

-- 
pd-extendedview packaging



More information about the pkg-multimedia-commits mailing list