[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-166-ge6bbf58

Steffen Moeller moeller at debian.org
Tue Jan 18 00:03:13 UTC 2011


The following commit has been merged in the master branch:
commit e6bbf584f47cdd45218c65652219939930847464
Author: Steffen Moeller <moeller at debian.org>
Date:   Tue Jan 18 01:02:40 2011 +0100

    Files in html/ops chmodded to 755
    
    775 might be too much since those files should
    not be modified post installation.

diff --git a/debian/rules b/debian/rules
index 3d5db8e..fd501d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -269,7 +269,7 @@ override_dh_fixperms:
 	cd debian/boinc-server-maker/usr/share/boinc-server/html/ops ; \
 	for i in *.php; do \
 		if head -n 1 "$$i" | grep -q "^#!"; then \
-			chmod 775 "$$i" ; \
+			chmod 755 "$$i" ; \
 		fi ; \
 	done
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list