[SCM] BOINC packaging branch, master, updated. upstream/7.0.28+dfsg-467-g2dcb33c
Guo Yixuan
culu.gyx at gmail.com
Tue Jun 5 11:48:54 UTC 2012
The following commit has been merged in the master branch:
commit 2dcb33cdfcccbbf2a991ef414390ce64179f8d5b
Author: Guo Yixuan <culu.gyx at gmail.com>
Date: Tue Jun 5 19:45:23 2012 +0800
Make sched/transitioner_catchup.php executable.
diff --git a/debian/rules b/debian/rules
index fcf02e4..f885d6e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -317,7 +317,7 @@ override_dh_installchangelogs:
override_dh_fixperms:
dh_fixperms
# some files are not right with 755
- find debian -name "*.php" -o -name "*.php.example" -o -name "*.cpp" | grep -v "update_translations.php" | xargs -L 1 -r chmod 644 --
+ find debian -name "*.php" -o -name "*.php.example" -o -name "*.cpp" | grep -v "update_translations.php" | grep -v "transitioner_catchup.php" | xargs -L 1 -r chmod 644 --
# some other files are indeed to be executed via the command line
cd debian/boinc-server-maker/usr/share/boinc-server/html/ops ; \
for i in *.php; do \
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list