[SCM] BOINC packaging branch, master, updated. upstream/7.0.53+dfsg-669-g30df9f1

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Sun Mar 3 00:09:29 UTC 2013


The following commit has been merged in the master branch:
commit 30df9f1750d9944c1e69ad03348509e3db7038c3
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun Mar 3 01:07:38 2013 +0100

    Trying to fix lp bug #933354

diff --git a/debian/boinc-client.init b/debian/boinc-client.init
index 2f94aad..1c52e78 100644
--- a/debian/boinc-client.init
+++ b/debian/boinc-client.init
@@ -104,6 +104,9 @@ start()
   if is_running; then
     log_progress_msg "already running"
   else
+    # workaround for ubuntu bug #933354
+    log_progress_msg "sleeping a little bit in order to let graphics start"
+    sleep 5
     if [ -n "$DISPLAY" -a -x /usr/bin/xhost ]; then
        # grant the boinc client to perform GPU computing
        xhost local:boinc || echo -n "xhost error ignored, GPU computing may not be possible"
diff --git a/debian/changelog b/debian/changelog
index 828c090..62f03e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ boinc (7.0.53+dfsg-1) UNRELEASED; urgency=low
   * New upstream release.
   * Added boincmgr_fix_long_pointers.patch to fix boincmgr crash
     Thanks Alyssa Milburn (Closes: #679207)
+  * Added sleep to boinc-client init script to workaround GPU
+    detection issues (lp: #933354).
 
   [ Guo Yixuan ]
   * Reverted the workaround for #679207.

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list