r717 - in /branches/experimental/boinc/debian: changelog rules

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Wed Oct 10 09:34:24 UTC 2007


Author: fst-guest
Date: Wed Oct 10 09:34:23 2007
New Revision: 717

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=717
Log:
Removed permission fixes, because they were applied upstream.

Modified:
    branches/experimental/boinc/debian/changelog
    branches/experimental/boinc/debian/rules

Modified: branches/experimental/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/changelog?rev=717&op=diff
==============================================================================
--- branches/experimental/boinc/debian/changelog (original)
+++ branches/experimental/boinc/debian/changelog Wed Oct 10 09:34:23 2007
@@ -31,10 +31,10 @@
       Some of them were required by the tools/make_project script.
     - Removed: tools/add (long deprecated upstream).
   * debian/rules:
-    - Don't fix PHP shebang and execute permissions of files in html/ops/
-      since these were fixed upstream.
-
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sun, 07 Oct 2007 14:46:53 +0200
+    - Don't fix PHP shebangs of files in html/ops/ and removed other
+      permission fixes, because they were fixed upstream.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Wed, 10 Oct 2007 11:25:33 +0200
 
 boinc (5.10.8-3) unstable; urgency=low
 

Modified: branches/experimental/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/rules?rev=717&op=diff
==============================================================================
--- branches/experimental/boinc/debian/rules (original)
+++ branches/experimental/boinc/debian/rules Wed Oct 10 09:34:23 2007
@@ -203,15 +203,6 @@
 	    usr/share/boinc-server/sched/`basename $$i`; \
 	done;
 	
-	# Fix some file permissions.
-	chmod +x \
-	  $(BOINC_SERVER_DIR)/tools/watch_tcp
-	chmod -x \
-	  $(BOINC_SERVER_DIR)/html/user/forum_search.php \
-	  $(BOINC_SERVER_DIR)/html/user/forum_search_action.php \
-	  $(BOINC_SERVER_DIR)/html/user/forum_thread_status.php \
-	  $(BOINC_SERVER_DIR)/html/user/forum_thread_vote.php
-	
 	# Remove Python shebang from Boinc module files that are not scripts.
 	sed -i -e '1 d' \
 	  $(BOINC_SERVER_DIR)/py/Boinc/add_util.py \




More information about the pkg-boinc-commits mailing list