[pkg-boinc-commits] r479 - in trunk/boinc/debian: . manpages

Frank S. Thomas fst-guest at costa.debian.org
Sun Jul 23 09:16:32 UTC 2006


Author: fst-guest
Date: 2006-07-23 09:16:30 +0000 (Sun, 23 Jul 2006)
New Revision: 479

Modified:
   trunk/boinc/debian/boinc-client.README.Debian
   trunk/boinc/debian/changelog
   trunk/boinc/debian/manpages/boinc_client.xml
   trunk/boinc/debian/rules
Log:
Removed -ffast-math from the client's optimization flags to fix #379137.


Modified: trunk/boinc/debian/boinc-client.README.Debian
===================================================================
--- trunk/boinc/debian/boinc-client.README.Debian	2006-07-12 19:53:29 UTC (rev 478)
+++ trunk/boinc/debian/boinc-client.README.Debian	2006-07-23 09:16:30 UTC (rev 479)
@@ -80,8 +80,9 @@
      % mv -f /var/lib/boinc-client/gui_rpc_auth.cfg /etc/boinc-client/
      % ln -s /etc/boinc-client/gui_rpc_auth.cfg /var/lib/boinc-client/gui_rpc_auth.cfg
 
-    Repeat the last step for the configuration files 'global_prefs_override.xml'
-    and 'remote_hosts.cfg' if they exist in your old BOINC data directory.
+    Repeat the last step for the following configuration files if they exist in
+    your old BOINC data directory: 'global_prefs_override.xml', 'log_flags.xml',
+    and 'remote_hosts.cfg'
 
  5. Start the BOINC core client again:
      % /etc/init.d/boinc-client start

Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-07-12 19:53:29 UTC (rev 478)
+++ trunk/boinc/debian/changelog	2006-07-23 09:16:30 UTC (rev 479)
@@ -1,14 +1,15 @@
-boinc (5.4.10-2) UNRELEASED; urgency=low
+boinc (5.4.10-2) unstable; urgency=high
 
-  * NOT RELEASED YET
-
   [ Frank S. Thomas ]
+  * Removed -ffast-math from the client's optimization flags because it causes
+    a floating point exception on Alpha when the client is started.
+    (closes: #379137)
   * Added conffile /etc/boinc-client/log_flags.xml which can be used to turn
     on/off logging and debugging messages. For a detailed list of messages
     that can be turned on/off, see http://boinc.berkeley.edu/client_msgs.php
     Note that this file was renamed to cc_config.xml in BOINC (>= 5.5.2).
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 20 Jun 2006 22:38:01 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sun, 23 Jul 2006 11:11:28 +0200
 
 boinc (5.4.10-1) unstable; urgency=low
 

Modified: trunk/boinc/debian/manpages/boinc_client.xml
===================================================================
--- trunk/boinc/debian/manpages/boinc_client.xml	2006-07-12 19:53:29 UTC (rev 478)
+++ trunk/boinc/debian/manpages/boinc_client.xml	2006-07-23 09:16:30 UTC (rev 479)
@@ -73,7 +73,9 @@
   <refsect1>
     <title>DESCRIPTION</title>
     <para><command>&dhbinary;</command> starts a client for communication with
-      the Berkeley Open Infrastructure for Network Computing.  For a graphical interface to the BOINC client, use BOINC manager.  For a command-line interface to the BOINC client, use boinc_cmd.</para>
+      the Berkeley Open Infrastructure for Network Computing. For a graphical
+      interface to the BOINC client, use BOINC Manager. For a command-line
+      interface to the BOINC client, use boinc_cmd.</para>
   </refsect1>
   
   <refsect1>

Modified: trunk/boinc/debian/rules
===================================================================
--- trunk/boinc/debian/rules	2006-07-12 19:53:29 UTC (rev 478)
+++ trunk/boinc/debian/rules	2006-07-23 09:16:30 UTC (rev 479)
@@ -45,7 +45,7 @@
   DEB_OPT_FLAGS_boinc-client = -O0
 else
   DEB_OPT_FLAGS = -O2
-  DEB_OPT_FLAGS_boinc-client = -O3 -ffast-math
+  DEB_OPT_FLAGS_boinc-client = -O3
 endif
 
 CFLAGS += $(DEB_OPT_FLAGS)
@@ -119,7 +119,7 @@
 	  boinc_cmd.1 \
 	  boincmgr.1 \
 	  update-boinc-applinks.1
-	  
+	
 	dh_clean \
 	  api/Makefile.in \
 	  apps/Makefile.in \




More information about the pkg-boinc-commits mailing list