[SCM] lives/master: Remove executable bit from txt files in usr/lib/lives/plugins/effects/realtime/weed/data/fourKlives/songs

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Nov 29 23:28:01 UTC 2013


The following commit has been merged in the master branch:
commit 7c6a4b87fa2ce06b14600caa73e6991984b38896
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Nov 29 22:20:03 2013 +0100

    Remove executable bit from txt files in usr/lib/lives/plugins/effects/realtime/weed/data/fourKlives/songs

diff --git a/debian/rules b/debian/rules
index 72458c5..d3094c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,8 @@ override_dh_auto_install:
 	 debian/tmp/usr/lib/lives/plugins/effects/realtime/weed/data/.svn/ \
 	 debian/tmp/usr/lib/lives/plugins/effects/realtime/weed/icons/.svn/
 	find debian/tmp/usr/lib/lives -type d -empty -delete
+	chmod a-x \
+		debian/tmp/usr/lib/lives/plugins/effects/realtime/weed/data/fourKlives/songs/*.txt
 
 override_dh_strip:
 	dh_strip -plibweed0 --dbg-package=libweed-dbg

-- 
lives packaging



More information about the pkg-multimedia-commits mailing list