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

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Thu Apr 26 21:17:44 UTC 2007


Author: fst-guest
Date: Thu Apr 26 21:17:43 2007
New Revision: 639

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=639
Log:
Don't fix PHP shebang and execute permissions of files in html/ops/ since
these were fixed 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=639&op=diff
==============================================================================
--- branches/experimental/boinc/debian/changelog (original)
+++ branches/experimental/boinc/debian/changelog Thu Apr 26 21:17:43 2007
@@ -25,14 +25,16 @@
     since tools/db_query and tools/watch_tcp use /bin/csh as interpreter.
   * debian/boinc-server.README.Debian: Added README.Debian which is at the
     moment only a pointer to http://wiki.debian.org/BOINC/Server.
-  * boinc-server.install: Added new files: db/init_db, sched/db_dump_spec.xml,
-    test/uc_result, test/uc_wu_nodelete, tools/cleanlogs.sh,
-    tools/create_work_example, tools/makelog.sh, tools/project.xml,
-    tools/run_in_ops and tools/updater. Some of them were required by the
-    tools/make_project script.
-  * 
-
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Wed, 25 Apr 2007 10:19:56 +0200
+  * debian/boinc-server.install: Added new files: db/init_db,
+    sched/db_dump_spec.xml, test/uc_result, test/uc_wu_nodelete,
+    tools/cleanlogs.sh, tools/create_work_example, tools/makelog.sh,
+    tools/project.xml, tools/run_in_ops and tools/updater. Some of them were
+    required by the tools/make_project script.
+  * 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>  Thu, 26 Apr 2007 23:12:29 +0200
 
 boinc (5.8.17-1) unstable; urgency=low
 

Modified: branches/experimental/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/rules?rev=639&op=diff
==============================================================================
--- branches/experimental/boinc/debian/rules (original)
+++ branches/experimental/boinc/debian/rules Thu Apr 26 21:17:43 2007
@@ -202,15 +202,6 @@
 	  $(BOINC_SERVER_DIR)/html/user/forum_thread_status.php \
 	  $(BOINC_SERVER_DIR)/html/user/forum_thread_vote.php
 	
-	# Fix PHP shebang for executable PHP scripts.
-	sed -i -e '1 s/\/usr\/local\/bin\/php/\/usr\/bin\/php/' \
-	  $(BOINC_SERVER_DIR)/html/ops/db_update.php \
-	  $(BOINC_SERVER_DIR)/html/ops/update_forum_activities.php \
-	  $(BOINC_SERVER_DIR)/html/ops/update_profile_pages.php \
-	  $(BOINC_SERVER_DIR)/html/ops/update_uotd.php \
-	  $(BOINC_SERVER_DIR)/html/ops/watchdogs.php \
-	  $(BOINC_SERVER_DIR)/html/ops/wd_nresults_changing.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