r581 - in /branches/experimental/boinc/debian: boinc-client.README.Debian copyright extra/move-boinc-dir.sh patches/00list patches/03_wx2.6-with-unicode.dpatch

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Tue Feb 13 08:31:39 CET 2007


Author: fst-guest
Date: Tue Feb 13 08:31:39 2007
New Revision: 581

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=581
Log:
* The wxWidgets patch is not needed anymore.
* Replaced the last occurances of log_flags.xml with cc_config.xml.

Removed:
    branches/experimental/boinc/debian/patches/03_wx2.6-with-unicode.dpatch
Modified:
    branches/experimental/boinc/debian/boinc-client.README.Debian
    branches/experimental/boinc/debian/copyright
    branches/experimental/boinc/debian/extra/move-boinc-dir.sh
    branches/experimental/boinc/debian/patches/00list

Modified: branches/experimental/boinc/debian/boinc-client.README.Debian
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/boinc-client.README.Debian?rev=581&op=diff
==============================================================================
--- branches/experimental/boinc/debian/boinc-client.README.Debian (original)
+++ branches/experimental/boinc/debian/boinc-client.README.Debian Tue Feb 13 08:31:39 2007
@@ -82,8 +82,8 @@
      % ln -s /etc/boinc-client/gui_rpc_auth.cfg /var/lib/boinc-client/gui_rpc_auth.cfg
 
     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'
+    exist in your old BOINC data directory: 'cc_config.xml',
+    'global_prefs_override.xml' and 'remote_hosts.cfg'
 
  5. Start the BOINC core client again:
      % /etc/init.d/boinc-client start

Modified: branches/experimental/boinc/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/copyright?rev=581&op=diff
==============================================================================
--- branches/experimental/boinc/debian/copyright (original)
+++ branches/experimental/boinc/debian/copyright Tue Feb 13 08:31:39 2007
@@ -941,7 +941,7 @@
        own source and binary releases.
 
 
-The Debian packaging is © 2004-2006 Debian BOINC Maintainers
+The Debian packaging is © 2004-2007 Debian BOINC Maintainers
 <pkg-boinc-devel at lists.alioth.debian.org> and is licensed under
 the GPL.
 

Modified: branches/experimental/boinc/debian/extra/move-boinc-dir.sh
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/extra/move-boinc-dir.sh?rev=581&op=diff
==============================================================================
--- branches/experimental/boinc/debian/extra/move-boinc-dir.sh (original)
+++ branches/experimental/boinc/debian/extra/move-boinc-dir.sh Tue Feb 13 08:31:39 2007
@@ -1,13 +1,13 @@
 #!/bin/sh
 #
-# This script can be used to move an BOINC data directory to Debian's
+# This script can be used to move a BOINC data directory to Debian's
 # default location of the BOINC data directory /var/lib/boinc-client.
 # Invoke it with the old data directory as it's only argument,
 # for example:
 #    % move-boinc-dir.sh /home/john/BOINC
 #
-# Copyright © 2006 Debian BOINC Maintainers
-#                  <pkg-boinc-devel at lists.alioth.debian.org>
+# Copyright © 2006-2007 Debian BOINC Maintainers
+#                       <pkg-boinc-devel at lists.alioth.debian.org>
 #
 # This file is licensed under the terms of the GNU General Public License,
 # Version 2 or any later version published by the Free Software Foundation.
@@ -19,7 +19,7 @@
     echo "Error: Old BOINC directory not specified."
     exit 1
 elif [ ! -d "$OLD_DIR" ]; then
-    echo "Error: $OLD_DIR does not exists or is not a directory."
+    echo "Error: $OLD_DIR does not exist or is not a directory."
     exit 1
 fi
 
@@ -32,7 +32,6 @@
         mv -f "$BOINC_DIR/$1" "$CONF_DIR/$1"
     fi
     ln -sf "$CONF_DIR/$1" "$BOINC_DIR/$1"
-    chown boinc:boinc "$BOINC_DIR/$1" || true
 }
 
 # Stop the BOINC core client.
@@ -48,9 +47,9 @@
 
 # Move old configuration files to /etc/boinc-client/ and
 # create symlinks for the BOINC core client.
+mv_conffile cc_config.xml
 mv_conffile global_prefs_override.xml
 mv_conffile gui_rpc_auth.cfg
-mv_conffile log_flags.xml
 mv_conffile remote_hosts.cfg
 
 CA_FILE=/etc/ssl/certs/ca-certificates.crt

Modified: branches/experimental/boinc/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/patches/00list?rev=581&op=diff
==============================================================================
--- branches/experimental/boinc/debian/patches/00list (original)
+++ branches/experimental/boinc/debian/patches/00list Tue Feb 13 08:31:39 2007
@@ -1,5 +1,4 @@
 #01_amd64-disable-platform-reset.dpatch
-#03_wx2.6-with-unicode.dpatch
 04_sched-makefile.am.dpatch
 07_use-sensible-browser.dpatch
 #08_boinc-path-config.dpatch




More information about the pkg-boinc-commits mailing list