[SCM] deken/master: fix permissions of hy-scripts

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue May 24 14:41:54 UTC 2016


The following commit has been merged in the master branch:
commit 92c2a7bbb24c67f3f8b942cf3efb2abf200b0c9b
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Mon May 23 16:21:11 2016 +0200

    fix permissions of hy-scripts

diff --git a/debian/rules b/debian/rules
index 4a271af..f984da2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,7 @@ override_dh_auto_build:
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf debian/deken.1
+
+override_dh_fixperms:
+	dh_fixperms
+	find debian/deken/ -type f -name "*.hy" -exec chmod a+x {} \;

-- 
deken packaging



More information about the pkg-multimedia-commits mailing list