[pkg-boinc-commits] r395 - in branches/experimental/boinc/debian: . extra patches

Frank S. Thomas fst-guest at costa.debian.org
Thu Apr 13 10:14:30 UTC 2006


Author: fst-guest
Date: 2006-04-13 10:14:29 +0000 (Thu, 13 Apr 2006)
New Revision: 395

Added:
   branches/experimental/boinc/debian/extra/global_prefs_override.xml
   branches/experimental/boinc/debian/patches/03_wx2.6-with-unicode.dpatch
Modified:
   branches/experimental/boinc/debian/boinc-client.install
   branches/experimental/boinc/debian/boinc-client.links
   branches/experimental/boinc/debian/changelog
   branches/experimental/boinc/debian/patches/00list
Log:
I've played around with 5.3.31 a little bit. 


Modified: branches/experimental/boinc/debian/boinc-client.install
===================================================================
--- branches/experimental/boinc/debian/boinc-client.install	2006-04-13 06:02:40 UTC (rev 394)
+++ branches/experimental/boinc/debian/boinc-client.install	2006-04-13 10:14:29 UTC (rev 395)
@@ -1,3 +1,4 @@
-debian/extra/gui_rpc_auth.cfg   etc/boinc-client
+debian/extra/gui_rpc_auth.cfg           etc/boinc-client
+debian/extra/global_prefs_override.xml  etc/boinc-client
 debian/extra/boinc_applinks     usr/bin
 debian/tmp/usr/bin/boinc_cmd    usr/bin

Modified: branches/experimental/boinc/debian/boinc-client.links
===================================================================
--- branches/experimental/boinc/debian/boinc-client.links	2006-04-13 06:02:40 UTC (rev 394)
+++ branches/experimental/boinc/debian/boinc-client.links	2006-04-13 10:14:29 UTC (rev 395)
@@ -1,2 +1,3 @@
+etc/boinc-client/global_prefs_override.xml var/lib/boinc-client/global_prefs_override.xml
 usr/bin/boinc_client                    usr/bin/boinc
 usr/share/man/man1/boinc_client.1.gz    usr/share/man/man1/boinc.1.gz

Modified: branches/experimental/boinc/debian/changelog
===================================================================
--- branches/experimental/boinc/debian/changelog	2006-04-13 06:02:40 UTC (rev 394)
+++ branches/experimental/boinc/debian/changelog	2006-04-13 10:14:29 UTC (rev 395)
@@ -1,4 +1,4 @@
-boinc (5.3.28-1) experimental; urgency=low
+boinc (5.3.31-1) experimental; urgency=low
 
   * NOT RELEASED YET
   * New experimental upstream release.

Added: branches/experimental/boinc/debian/extra/global_prefs_override.xml
===================================================================
--- branches/experimental/boinc/debian/extra/global_prefs_override.xml	2006-04-13 06:02:40 UTC (rev 394)
+++ branches/experimental/boinc/debian/extra/global_prefs_override.xml	2006-04-13 10:14:29 UTC (rev 395)
@@ -0,0 +1,2 @@
+<global_preferences>
+</global_preferences>

Modified: branches/experimental/boinc/debian/patches/00list
===================================================================
--- branches/experimental/boinc/debian/patches/00list	2006-04-13 06:02:40 UTC (rev 394)
+++ branches/experimental/boinc/debian/patches/00list	2006-04-13 10:14:29 UTC (rev 395)
@@ -1,4 +1,5 @@
 02_wx2.6-configure.ac.dpatch
+03_wx2.6-with-unicode.dpatch
 04_sched-makefile.am.dpatch
 05_correct-php-shebang.dpatch
 06_remove-python-shebang.dpatch

Added: branches/experimental/boinc/debian/patches/03_wx2.6-with-unicode.dpatch
===================================================================
--- branches/experimental/boinc/debian/patches/03_wx2.6-with-unicode.dpatch	2006-04-13 06:02:40 UTC (rev 394)
+++ branches/experimental/boinc/debian/patches/03_wx2.6-with-unicode.dpatch	2006-04-13 10:14:29 UTC (rev 395)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_wx2.6-with-unicode.dpatch by Frank S. Thomas <frank at thomas-alfeld.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad boinc-5.4.1~/clientgui/BOINCGUIApp.cpp boinc-5.4.1/clientgui/BOINCGUIApp.cpp
+--- boinc-5.4.1~/clientgui/BOINCGUIApp.cpp	2006-03-29 06:12:28.000000000 +0200
++++ boinc-5.4.1/clientgui/BOINCGUIApp.cpp	2006-04-13 08:24:54.000000000 +0200
+@@ -847,7 +847,7 @@
+             RPC_CLIENT rpc;
+             if (!rpc.init("localhost")) {
+                 m_pDocument->m_pNetworkConnection->GetLocalPassword(strPassword);
+-                rpc.authorize(strPassword.c_str());
++                rpc.authorize((const char*)strPassword.mb_str());
+                 if (wxProcess::Exists(m_lBOINCCoreProcessId)) {
+                     rpc.quit();
+                     for (iCount = 0; iCount <= 10; iCount++) {


Property changes on: branches/experimental/boinc/debian/patches/03_wx2.6-with-unicode.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-boinc-commits mailing list