r902 - in /branches/boinc/experimental/debian: boinc-client.NEWS boinc-client.README.Debian boinc-client.default boinc-client.init boinc-client.links boinc-client.manpages changelog extra/bash/boinc rules

fst at users.alioth.debian.org fst at users.alioth.debian.org
Thu May 22 08:46:04 UTC 2008


Author: fst
Date: Thu May 22 08:46:04 2008
New Revision: 902

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=902
Log:
For consistency upstream renamed the core client and the command tool
("boinc_client" to "boinc" and "boinc_cmd" to "boinccmd"). Done the same
in all packages and created symlinks with the old names for the binaries
and man pages. Also added an entry in debian/boinc-client.NEWS explaining
this change.


Modified:
    branches/boinc/experimental/debian/boinc-client.NEWS
    branches/boinc/experimental/debian/boinc-client.README.Debian
    branches/boinc/experimental/debian/boinc-client.default
    branches/boinc/experimental/debian/boinc-client.init
    branches/boinc/experimental/debian/boinc-client.links
    branches/boinc/experimental/debian/boinc-client.manpages
    branches/boinc/experimental/debian/changelog
    branches/boinc/experimental/debian/extra/bash/boinc
    branches/boinc/experimental/debian/rules

Modified: branches/boinc/experimental/debian/boinc-client.NEWS
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/boinc-client.NEWS?rev=902&op=diff
==============================================================================
--- branches/boinc/experimental/debian/boinc-client.NEWS (original)
+++ branches/boinc/experimental/debian/boinc-client.NEWS Thu May 22 08:46:04 2008
@@ -1,3 +1,17 @@
+boinc (6.2.4-1) unstable; urgency=low
+
+    During the development cycle of the 6.2 series the BOINC developers
+    decided to rename the core client from "boinc_client" to just "boinc" and
+    the command tool from "boinc_cmd" to "boinccmd" to have consistent names
+    for BOINC executables on all operating systems.
+
+    If you use the old binary names in local scripts or elsewhere please
+    change them to use the new names. For your convenience, the boinc-client
+    package will contain symbolic links with the old names until after the
+    release of Debian 5.0 codenamed "Lenny".
+
+ -- Frank S. Thomas <fst at debian.org>  Thu, 22 May 2008 10:16:35 +0200
+
 boinc (5.8.17-1) unstable; urgency=low
 
     The configuration file "log_flags.xml" of the BOINC 5.4 series was renamed

Modified: branches/boinc/experimental/debian/boinc-client.README.Debian
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/boinc-client.README.Debian?rev=902&op=diff
==============================================================================
--- branches/boinc/experimental/debian/boinc-client.README.Debian (original)
+++ branches/boinc/experimental/debian/boinc-client.README.Debian Thu May 22 08:46:04 2008
@@ -32,7 +32,7 @@
 client at boot time.
 
 To configure a running core client (e.g. attaching a project to it)
-the 'boinc_cmd' console program or the graphical BOINC Manager
+the 'boinccmd' console program or the graphical BOINC Manager
 ('boincmgr') should be used. Have a look at the man pages of both
 for more information.
 

Modified: branches/boinc/experimental/debian/boinc-client.default
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/boinc-client.default?rev=902&op=diff
==============================================================================
--- branches/boinc/experimental/debian/boinc-client.default (original)
+++ branches/boinc/experimental/debian/boinc-client.default Thu May 22 08:46:04 2008
@@ -4,8 +4,9 @@
 # Set this to 1 to enable and to 0 to disable the init script.
 ENABLED="1"
 
-# Set this to 1 to enable advanced scheduling of the BOINC client and all its
-# sub-processes (reduces the impact of BOINC on the system's performance).
+# Set this to 1 to enable advanced scheduling of the BOINC core client and
+# all its sub-processes (reduces the impact of BOINC on the system's
+# performance).
 SCHEDULE="1"
 
 # The BOINC core client will be started with the permissions of this user.
@@ -14,11 +15,11 @@
 # This is the data directory of the BOINC core client.
 BOINC_DIR="/var/lib/boinc-client"
 
-# This is the location of the BOINC core client, that the init script uses. 
+# This is the location of the BOINC core client, that the init script uses.
 # If you do not want to use the client program provided by the boinc-client
 # package, you can specify here an alternative client program.
-#BOINC_CLIENT="/usr/local/bin/boinc_4.25"
-BOINC_CLIENT="/usr/bin/boinc_client"
+#BOINC_CLIENT="/usr/local/bin/boinc"
+BOINC_CLIENT="/usr/bin/boinc"
 
 # Here you can specify additional options to pass to the BOINC core client.
 # Type 'boinc --help' or 'man boinc' for a full summary of allowed options.

Modified: branches/boinc/experimental/debian/boinc-client.init
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/boinc-client.init?rev=902&op=diff
==============================================================================
--- branches/boinc/experimental/debian/boinc-client.init (original)
+++ branches/boinc/experimental/debian/boinc-client.init Thu May 22 08:46:04 2008
@@ -1,6 +1,6 @@
 #! /bin/sh
 ### BEGIN INIT INFO
-# Provides:          boinc_client
+# Provides:          boinc
 # Required-Start:    $local_fs $remote_fs
 # Required-Stop:     $local_fs $remote_fs
 # Default-Start:     2 3 4 5
@@ -26,7 +26,7 @@
 SCHEDULE=0
 BOINC_USER=boinc
 BOINC_DIR=/var/lib/boinc-client
-BOINC_CLIENT=/usr/bin/boinc_client
+BOINC_CLIENT=/usr/bin/boinc
 
 # Source defaults file. Edit that file to configure this script.
 if [ -e /etc/default/boinc-client ]; then
@@ -36,7 +36,7 @@
 # Quit quietly, if $ENABLED is 0.
 test "$ENABLED" != "0" || exit 0
 
-if [ "$BOINC_CLIENT" = "/usr/bin/boinc_client" ]; then
+if [ "$BOINC_CLIENT" = "/usr/bin/boinc" ]; then
   test -x "$BOINC_CLIENT" || exit 0
 elif [ ! -x "$BOINC_CLIENT" ]; then
   log_failure_msg "BOINC client '$BOINC_CLIENT' does not exist or is not" \
@@ -55,7 +55,7 @@
   exit 6
 fi
 
-PIDFILE=/var/run/boinc_client.pid
+PIDFILE=/var/run/boinc.pid
 DESC="BOINC core client"
 NAME=`basename $BOINC_CLIENT`
 BOINC_OPTS="--check_all_logins --redirectio --dir $BOINC_DIR $BOINC_OPTS"

Modified: branches/boinc/experimental/debian/boinc-client.links
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/boinc-client.links?rev=902&op=diff
==============================================================================
--- branches/boinc/experimental/debian/boinc-client.links (original)
+++ branches/boinc/experimental/debian/boinc-client.links Thu May 22 08:46:04 2008
@@ -1,2 +1,4 @@
-usr/bin/boinc_client                    usr/bin/boinc
-usr/share/man/man1/boinc_client.1.gz    usr/share/man/man1/boinc.1.gz
+usr/bin/boinc                           usr/bin/boinc_client
+usr/bin/boinccmd                        usr/bin/boinc_cmd
+usr/share/man/man1/boinc.1.gz           usr/share/man/man1/boinc_client.1.gz
+usr/share/man/man1/boinccmd.1.gz        usr/share/man/man1/boinc_cmd.1.gz

Modified: branches/boinc/experimental/debian/boinc-client.manpages
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/boinc-client.manpages?rev=902&op=diff
==============================================================================
--- branches/boinc/experimental/debian/boinc-client.manpages (original)
+++ branches/boinc/experimental/debian/boinc-client.manpages Thu May 22 08:46:04 2008
@@ -1,3 +1,3 @@
-doc/manpages/boinc_client.1
-doc/manpages/boinc_cmd.1
+doc/manpages/boinc.1
+doc/manpages/boinccmd.1
 update-boinc-applinks.1

Modified: branches/boinc/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/changelog?rev=902&op=diff
==============================================================================
--- branches/boinc/experimental/debian/changelog (original)
+++ branches/boinc/experimental/debian/changelog Thu May 22 08:46:04 2008
@@ -1,13 +1,18 @@
-boinc (6.2.2-1) UNRELEASED; urgency=low
+boinc (6.2.4-1) UNRELEASED; urgency=low
 
   [ Frank S. Thomas ]
   * New upstream release.
     - BOINC Manager: Redraw disk usage charts immediately after connecting to
-      (different) client. (closes: 463823)
+      a (different) client. (closes: 463823)
   * debian/copyright: Added the instructions from debian/README.Debian-source
     about how repackaged BOINC tarballs can be reproduced because DevRef now
     recommends to put this here instead of in the afore-mentioned file.
   * Removed the obsolete debian/README.Debian-source.
+  * For consistency upstream renamed the core client and the command tool
+    ("boinc_client" to "boinc" and "boinc_cmd" to "boinccmd"). Done the same
+    in all packages and created symlinks with the old names for the binaries
+    and man pages. Also added an entry in debian/boinc-client.NEWS explaining
+    this change.
 
  -- Frank S. Thomas <fst at debian.org>  Tue, 15 Apr 2008 15:09:05 +0200
 

Modified: branches/boinc/experimental/debian/extra/bash/boinc
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/extra/bash/boinc?rev=902&op=diff
==============================================================================
--- branches/boinc/experimental/debian/extra/bash/boinc (original)
+++ branches/boinc/experimental/debian/extra/bash/boinc Thu May 22 08:46:04 2008
@@ -1,11 +1,11 @@
-_boinc_client()
+_boinc()
 {
     local cur prev opts
     COMPREPLY=()
     cur="${COMP_WORDS[COMP_CWORD]}"
     prev="${COMP_WORDS[COMP_CWORD-1]}"
 
-    opts="$(boinc_client --help | \
+    opts="$(boinc --help | \
         sed -n -r 's/^[[:space:]]*(--[a-z_]*).*/\1/p')"
 
     # Handle options that require one or more arguments.
@@ -32,9 +32,9 @@
         return 0
     fi
 }
-complete -F _boinc_client -o default boinc_client
+complete -F _boinc -o default boinc
 
-_boinc_cmd()
+_boinccmd()
 {
     local cur prev opts cmds
     COMPREPLY=()
@@ -42,7 +42,7 @@
     prev="${COMP_WORDS[COMP_CWORD-1]}"
 
     opts="--host --passwd -h --help -V --version"
-    cmds="$(boinc_cmd --help 2>&1 | \
+    cmds="$(boinccmd --help 2>&1 | \
         sed -n -r 's/^[[:space:]]*(--[a-z_]*).*/\1/p')"
 
     # The following construct assures that:
@@ -90,5 +90,5 @@
         ;;
     esac
 }
-complete -F _boinc_cmd boinc_cmd
+complete -F _boinccmd boinccmd
 # vim: syntax=sh

Modified: branches/boinc/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/boinc/experimental/debian/rules?rev=902&op=diff
==============================================================================
--- branches/boinc/experimental/debian/rules (original)
+++ branches/boinc/experimental/debian/rules Thu May 22 08:46:04 2008
@@ -140,7 +140,7 @@
 	dh_testdir
 	./configure $(CFGFLAGS_boinc-client)
 	$(MAKE)
-	cp client/boinc.unmodified client/boinc_client.optimized
+	cp client/boinc.unmodified client/boinc.optimized
 	touch $@
 
 clean: clean-patched unpatch
@@ -151,7 +151,7 @@
 	rm -f build-stamp
 	rm -f build-stamp-boinc-client
 	
-	dh_clean client/boinc_client.optimized
+	dh_clean client/boinc.optimized
 	
 	[ ! -f Makefile ] || $(MAKE) distclean
 	
@@ -195,11 +195,11 @@
 	dh_install -a
 	
 	# Install files for the boinc-client package.
-	install -D client/boinc_client.optimized \
-	  debian/boinc-client/usr/bin/boinc_client
+	install -D client/boinc.optimized \
+	  debian/boinc-client/usr/bin/boinc
 	
 	install -D lib/boinccmd.unmodified \
-	  debian/boinc-client/usr/bin/boinc_cmd
+	  debian/boinc-client/usr/bin/boinccmd
 	
 	# Install files for the boinc-manager package.
 	install -D clientgui/boincmgr.unmodified \




More information about the pkg-boinc-commits mailing list