From 8f0cb17907dd6652779091cd361d1811af0217a3 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 13 Feb 2008 00:33:58 +0000 Subject: [PATCH] Removed executable permission from non-executable files. --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index fc68116..4119776 100755 --- a/debian/rules +++ b/debian/rules @@ -12,13 +12,15 @@ install: build dh_testdir dh_testroot dh_clean -k + dh_install + find debian/emusic-remote/usr/share/emusic-remote -type f \ + | xargs chmod -x binary-indep: install dh_testdir dh_testroot dh_installchangelogs dh_installdocs - dh_install dh_installmenu dh_compress dh_fixperms -- 2.39.2