[SCM] BOINC packaging branch, master, updated. debian/7.0.33+dfsg-1-53-g96518d5

Guo Yixuan culu.gyx at gmail.com
Sat Sep 22 15:56:33 UTC 2012


The following commit has been merged in the master branch:
commit 539145e879e76006fa8a971af2d83829fc8d12ec
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Sat Sep 22 23:19:38 2012 +0800

    remove 003_use_sensible-browser.patch: fixed in wx

diff --git a/debian/patches/003_use_sensible-browser.patch b/debian/patches/003_use_sensible-browser.patch
deleted file mode 100644
index f118225..0000000
--- a/debian/patches/003_use_sensible-browser.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Frank S. Thomas <frank at thomas-alfeld.de>
-Description: use sensible-browser only, because upstream's attempt to
-start a browser fails miserably.
-Disclaimer: This patch is Debian-specific. Don't use it for non Debian packages.
-The program "sensible-browser" is part of the essential package debianutils.
-
---- boinc.orig/clientgui/hyperlink.cpp
-+++ boinc/clientgui/hyperlink.cpp
-@@ -171,7 +171,8 @@
- }
- 
- void wxHyperLink::ExecuteLink (const wxString &strLink) {
--    if (!wxLaunchDefaultBrowser(strLink)) {
-+    wxString cmd = wxT("sensible-browser ") + strLink;
-+    if (!::wxExecute(cmd, wxEXEC_ASYNC)) {
-         wxString strDialogTitle = wxEmptyString;
-         wxString strDialogMessage = wxEmptyString;
- 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list