[pkg-boinc-commits] r500 - in /branches/sarge/boinc/debian: boinc-client.README.Debian boinc-client.install boinc-client.postinst changelog control manpages/boinc_client.xml manpages/boinc_cmd.xml rules

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Sun Aug 13 09:28:01 UTC 2006


Author: fst-guest
Date: Sun Aug 13 09:28:00 2006
New Revision: 500

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=500
Log:
Merged the boinc backport with 5.4.10-2. This is ready for release as soon as -2 enters
testing.

Modified:
    branches/sarge/boinc/debian/boinc-client.README.Debian
    branches/sarge/boinc/debian/boinc-client.install
    branches/sarge/boinc/debian/boinc-client.postinst
    branches/sarge/boinc/debian/changelog
    branches/sarge/boinc/debian/control
    branches/sarge/boinc/debian/manpages/boinc_client.xml
    branches/sarge/boinc/debian/manpages/boinc_cmd.xml
    branches/sarge/boinc/debian/rules

Modified: branches/sarge/boinc/debian/boinc-client.README.Debian
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge/boinc/debian/boinc-client.README.Debian?rev=500&op=diff
==============================================================================
--- branches/sarge/boinc/debian/boinc-client.README.Debian (original)
+++ branches/sarge/boinc/debian/boinc-client.README.Debian Sun Aug 13 09:28:00 2006
@@ -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: branches/sarge/boinc/debian/boinc-client.install
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge/boinc/debian/boinc-client.install?rev=500&op=diff
==============================================================================
--- branches/sarge/boinc/debian/boinc-client.install (original)
+++ branches/sarge/boinc/debian/boinc-client.install Sun Aug 13 09:28:00 2006
@@ -1,5 +1,6 @@
 debian/extra/global_prefs_override.xml  etc/boinc-client
 debian/extra/gui_rpc_auth.cfg           etc/boinc-client
+debian/extra/log_flags.xml              etc/boinc-client
 debian/extra/remote_hosts.cfg           etc/boinc-client
 debian/extra/update-boinc-applinks      usr/bin
 debian/tmp/usr/bin/boinc_cmd            usr/bin

Modified: branches/sarge/boinc/debian/boinc-client.postinst
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge/boinc/debian/boinc-client.postinst?rev=500&op=diff
==============================================================================
--- branches/sarge/boinc/debian/boinc-client.postinst (original)
+++ branches/sarge/boinc/debian/boinc-client.postinst Sun Aug 13 09:28:00 2006
@@ -37,6 +37,7 @@
         # create symlinks for the BOINC core client.
         move_configfile_and_symlink global_prefs_override.xml
         move_configfile_and_symlink gui_rpc_auth.cfg
+        move_configfile_and_symlink log_flags.xml
         move_configfile_and_symlink remote_hosts.cfg
     ;;
 

Modified: branches/sarge/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge/boinc/debian/changelog?rev=500&op=diff
==============================================================================
--- branches/sarge/boinc/debian/changelog (original)
+++ branches/sarge/boinc/debian/changelog Sun Aug 13 09:28:00 2006
@@ -1,3 +1,26 @@
+boinc (5.4.10-1bpo1) sarge-backports; urgency=low
+
+  * Rebuild for sarge.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sun, 13 Aug 2006 11:26:21 +0200
+
+boinc (5.4.10-2) unstable; urgency=medium
+
+  [ 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).
+  * Applied patches from Peter Bailis <pbailis at gmail.com> for the boinc_cmd
+    manual page. Thanks again Peter!
+  * debian/control:
+    - Added boinc-app-seti to boinc-client's Suggests field.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 25 Jul 2006 12:55:10 +0200
+
 boinc (5.4.10-0bpo1) sarge-backports; urgency=low
 
   * Initial upload to backports.org. The following changes were needed for the

Modified: branches/sarge/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge/boinc/debian/control?rev=500&op=diff
==============================================================================
--- branches/sarge/boinc/debian/control (original)
+++ branches/sarge/boinc/debian/control Sun Aug 13 09:28:00 2006
@@ -10,7 +10,7 @@
 Section: net
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), adduser, lsb-base (>= 3.0-6)
-Suggests: kboincspy
+Suggests: boinc-app-seti, kboincspy
 Description: core client for the BOINC distributed computing infrastructure
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a
  software platform for distributed computing.

Modified: branches/sarge/boinc/debian/manpages/boinc_client.xml
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge/boinc/debian/manpages/boinc_client.xml?rev=500&op=diff
==============================================================================
--- branches/sarge/boinc/debian/manpages/boinc_client.xml (original)
+++ branches/sarge/boinc/debian/manpages/boinc_client.xml Sun Aug 13 09:28:00 2006
@@ -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.</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: branches/sarge/boinc/debian/manpages/boinc_cmd.xml
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge/boinc/debian/manpages/boinc_cmd.xml?rev=500&op=diff
==============================================================================
--- branches/sarge/boinc/debian/manpages/boinc_cmd.xml (original)
+++ branches/sarge/boinc/debian/manpages/boinc_cmd.xml Sun Aug 13 09:28:00 2006
@@ -17,7 +17,7 @@
   <!ENTITY dhgroupmail "<email>pkg-boinc-devel at lists.alioth.debian.org</email>">
 
   <!ENTITY dhbinary    "boinc_cmd">
-  <!ENTITY dhdate      "<date>January 20, 2006</date>">
+  <!ENTITY dhdate      "<date>July 24, 2006</date>">
 
   <!ENTITY debian      "<productname>Debian</productname>">
   <!ENTITY gnu         "<acronym>GNU</acronym>">
@@ -29,11 +29,19 @@
     <address>
       &dhgroupmail;
     </address>
-    <author>
-      <firstname>Frank</firstname>
-      <lastname>Thomas</lastname>
-      <email>frank at thomas-alfeld.de</email>
-    </author>
+    <authorgroup>
+      <author>
+        <firstname>Frank</firstname>
+        <lastname>Thomas</lastname>
+        <email>frank at thomas-alfeld.de</email>
+      </author>
+
+      <author>
+        <firstname>Peter</firstname>
+        <lastname>Bailis</lastname>
+        <email>pbailis at gmail.com</email>
+      </author>
+    </authorgroup>
     <copyright>
       <year>2005</year>
       <year>2006</year>
@@ -96,7 +104,9 @@
         </term>
         <listitem>
           <para>Use <replaceable>passwd</replaceable> as password for RPC
-            authentication.</para>
+            authentication. If the current working directory contains a file
+            'gui_rpc_auth.cfg', <command>boinc_cmd</command> will read the
+            password from this file.</para>
         </listitem>
       </varlistentry>
 
@@ -113,7 +123,6 @@
           <para>Show the version of the program.</para>
         </listitem>
       </varlistentry>
-
     </variablelist>
   </refsect1>
 
@@ -163,8 +172,51 @@
             <replaceable>url</replaceable>
             <replaceable>result_name</replaceable>
             {suspend | resume | abort | graphics_window | graphics_fullscreen}
-          </option>
-        </term>
+            {--window_station ws} {--desktop dt} {--display dp}
+          </option>
+        </term>
+        <listitem>
+          <para>Do operation on a result.</para>
+
+          <variablelist>
+	        <varlistentry>
+	          <term><option>suspend</option></term>
+	          <listitem>
+                <para>Temporarily stop work on a result.</para>
+              </listitem>
+	        </varlistentry>
+
+            <varlistentry>
+              <term><option>resume</option></term>
+              <listitem>
+                <para>Allow work on a result.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>abort</option></term>
+              <listitem>
+                <para>Permanently stop work on result.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>graphics_window</option></term>
+              <listitem>
+                <para>Open graphics in a window. The optional desktop /
+                  window_station (Windows) or display (X11) arguments
+                  specify the display.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>graphics_fullscreen</option></term>
+              <listitem>
+                <para>Open graphics fullscreen.</para>
+              </listitem>
+            </varlistentry>
+	      </variablelist>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -175,6 +227,60 @@
             | allowmorework}
           </option>
         </term>
+        <listitem>
+          <para>Do operation on a project.</para>
+
+          <variablelist>
+            <varlistentry>
+              <term><option>reset</option></term>
+              <listitem>
+                <para>Delete current work and get more.</para>
+              </listitem>
+	        </varlistentry>
+
+            <varlistentry>
+              <term><option>detach</option></term>
+              <listitem>
+                <para>Delete current work and don't get more.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>update</option></term>
+              <listitem>
+                <para>Contact scheduling server.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>suspend</option></term>
+              <listitem>
+                <para>Stop work for project.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>resume</option></term>
+              <listitem>
+                <para>Resume work for project.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>nomorework</option></term>
+              <listitem>
+                <para>Finish current work but don't get more.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>allowmorework</option></term>
+              <listitem>
+                <para>Undo <option>nomorework</option>.</para>
+              </listitem>
+            </varlistentry>
+          </variablelist>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -184,6 +290,10 @@
             <replaceable>auth</replaceable>
           </option>
         </term>
+        <listitem>
+          <para>Attach to an account via <replaceable>auth</replaceable>, the
+            authorization key from the project.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -208,6 +318,29 @@
         </term>
         <listitem>
           <para>Set run mode.</para>
+
+          <variablelist>
+            <varlistentry>
+	          <term><option>always</option></term>
+	          <listitem>
+                <para>Do work (network + CPU) always.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>auto</option></term>
+              <listitem>
+                <para>Do work only when allowed by preferences.</para>
+              </listitem>
+            </varlistentry>
+
+            <varlistentry>
+              <term><option>never</option></term>
+              <listitem>
+                <para>Don't do work (same as suspending all projects).</para>
+              </listitem>
+            </varlistentry>
+          </variablelist>
         </listitem>
       </varlistentry>
 
@@ -222,6 +355,10 @@
         <term>
           <option>--set_network_mode {always | auto | never}</option>
         </term>
+        <listitem>
+          <para>Set network mode. Like <option>--set_run_mode</option> but
+            applies only to network transfers.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -232,8 +369,21 @@
 
       <varlistentry>
         <term>
-          <option>--set_proxy_settings</option>
-        </term>
+          <option>--set_proxy_settings
+            <replaceable>http_server_name</replaceable>
+            <replaceable>http_server_port</replaceable>
+            <replaceable>http_user_name</replaceable>
+            <replaceable>http_user_passwd</replaceable>
+            <replaceable>socks_server_name</replaceable>
+            <replaceable>socks_server_port</replaceable>
+            <replaceable>socks_version</replaceable>
+            <replaceable>socks5_user_name</replaceable>
+            <replaceable>socks5_user_passwd</replaceable>
+          </option>
+        </term>
+        <listitem>
+          <para>Set proxy settings. All fields are mandantory.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -262,6 +412,10 @@
             <replaceable>password</replaceable>
           </option>
         </term>
+        <listitem>
+          <para>Instruct core client to contact an account manager
+            server.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -279,9 +433,17 @@
         <term>
           <option>--set_screensaver_mode {on | off}
             <replaceable>blank_time</replaceable>
-            {desktop window_station}
-          </option>
-        </term>
+            {--desktop desktop} {--window_station window_station}
+            {--display display}
+          </option>
+        </term>
+        <listitem>
+          <para>Tell the core client to start or stop doing fullscreen
+            graphics, and going to black after
+            <replaceable>blank_time</replaceable> seconds. The optional
+            arguments specify which desktop / windows_station (Windows) or
+            display (X11) to use.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
@@ -290,10 +452,22 @@
             <replaceable>url</replaceable>
           </option>
         </term>
+        <listitem>
+          <para>Fetch configuration at project located at
+            <replaceable>url</replaceable>.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>
         <term><option>--get_project_config_poll</option></term>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--read_global_prefs_override</option></term>
+        <listitem>
+          <para>Tell the core client to read the global_prefs_override.xml file
+            and incorporate any global preferences indicated there.</para>
+        </listitem>
       </varlistentry>
 
       <varlistentry>

Modified: branches/sarge/boinc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/sarge/boinc/debian/rules?rev=500&op=diff
==============================================================================
--- branches/sarge/boinc/debian/rules (original)
+++ branches/sarge/boinc/debian/rules Sun Aug 13 09:28:00 2006
@@ -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