[SCM] pd-zexy/master: Fix permissions of dll files

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Sun Jan 21 22:30:53 UTC 2018


The following commit has been merged in the master branch:
commit 845e7d208ef5e9f64271f9462725af17f374674f
Author: IOhannes m zmölnig <zmoelnig at umlautS.umlaeute.mur.at>
Date:   Sun Jan 21 23:25:03 2018 +0100

    Fix permissions of dll files
    
    Gbp-Dch: ignore

diff --git a/debian/rules b/debian/rules
index 132f346..702ce32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,7 @@ override_dh_auto_install:
 	rm -f -- "$(CURDIR)"/debian/*/usr/lib/pd/extra/*/LICENSE.txt
 	# remove libtools leftovers
 	find "$(CURDIR)"/debian/*/usr/ -name "*.la" -delete || true
+	find "$(CURDIR)"/debian/*/usr/lib/pd/extra -type f -exec chmod -x {} +
 
 licensecheck:
 	licensecheck --deb-machine -r * \

-- 
pd-zexy packaging



More information about the pkg-multimedia-commits mailing list