r665 - in /trunk/boinc/debian: boinc-client.install bug/ bug/boinc-client/ bug/boinc-client/script changelog

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Wed Jun 20 15:58:59 UTC 2007


Author: fst-guest
Date: Wed Jun 20 15:58:58 2007
New Revision: 665

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=665
Log:
* Updated to 5.10.7, which is the current recommended version as of today.
* Added /usr/share/bug/boinc-client/script which pastes boinc-client's
  init script configuration file (/etc/default/boinc-client) into bug
  reports because this might be helpful for debugging.

Added:
    trunk/boinc/debian/bug/
    trunk/boinc/debian/bug/boinc-client/
    trunk/boinc/debian/bug/boinc-client/script   (with props)
Modified:
    trunk/boinc/debian/boinc-client.install
    trunk/boinc/debian/changelog

Modified: trunk/boinc/debian/boinc-client.install
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/boinc-client.install?rev=665&op=diff
==============================================================================
--- trunk/boinc/debian/boinc-client.install (original)
+++ trunk/boinc/debian/boinc-client.install Wed Jun 20 15:58:58 2007
@@ -1,3 +1,4 @@
+debian/bug/boinc-client/script      usr/share/bug/boinc-client
 debian/conffiles/cc_config.xml              etc/boinc-client
 debian/conffiles/global_prefs_override.xml  etc/boinc-client
 debian/conffiles/gui_rpc_auth.cfg           etc/boinc-client

Added: trunk/boinc/debian/bug/boinc-client/script
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/bug/boinc-client/script?rev=665&op=file
==============================================================================
--- trunk/boinc/debian/bug/boinc-client/script (added)
+++ trunk/boinc/debian/bug/boinc-client/script Wed Jun 20 15:58:58 2007
@@ -1,0 +1,8 @@
+#!/bin/sh
+
+DEFAULT_FILE=/etc/default/boinc-client
+
+if [ -r $DEFAULT_FILE ]; then
+  echo "-- Contents of $DEFAULT_FILE:" >&3
+  cat $DEFAULT_FILE >&3
+fi

Propchange: trunk/boinc/debian/bug/boinc-client/script
------------------------------------------------------------------------------
    svn:executable = *

Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=665&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Wed Jun 20 15:58:58 2007
@@ -1,4 +1,4 @@
-boinc (5.10.6-1) unstable; urgency=low
+boinc (5.10.7-1) unstable; urgency=low
 
   [ Frank S. Thomas ]
   * New upstream release.
@@ -25,6 +25,9 @@
     URLs to upstream documentation for each of them.
   * debian/copyright: State that the source code is obtained via Subversion
     (and not via CVS) and added a pointer to debian/README.Debian-source.
+  * Added /usr/share/bug/boinc-client/script which pastes boinc-client's
+    init script configuration file (/etc/default/boinc-client) into bug
+    reports because this might be helpful for debugging.
 
   [ Steffen Moeller ]
   * Smallish changes to Debian READMEs and man pages
@@ -33,7 +36,7 @@
   * Added Portuguese (pt.po) by Miguel Figueiredo <elmig at debianpt.org>.
     (closes: #428278)
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Thu, 14 Jun 2007 14:04:40 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 19 Jun 2007 17:58:45 +0200
 
 boinc (5.8.17-2) unstable; urgency=low
 




More information about the pkg-boinc-commits mailing list