[boinc] 01/02: Tweak again patch
Gianfranco Costamagna
locutusofborg at moszumanska.debian.org
Wed Mar 15 16:54:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
locutusofborg pushed a commit to branch master
in repository boinc.
commit d80a2820a31dc3964208d49b02a056bd33134a77
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Mar 15 17:53:24 2017 +0100
Tweak again patch
---
debian/changelog | 6 ++++++
debian/patches/boinc-issue-1177.patch | 11 +++++++++++
2 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 31f4518..2e646a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (7.6.33+dfsg-10) unstable; urgency=medium
+
+ * New upload changing the working dir during execve
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Wed, 15 Mar 2017 17:53:03 +0100
+
boinc (7.6.33+dfsg-9exp1) experimental; urgency=medium
* Upload to experimental again, with the boinc-server-* packages.
diff --git a/debian/patches/boinc-issue-1177.patch b/debian/patches/boinc-issue-1177.patch
index 4daaccc..5570c8f 100644
--- a/debian/patches/boinc-issue-1177.patch
+++ b/debian/patches/boinc-issue-1177.patch
@@ -4,6 +4,17 @@ Author: Christian Beer
Bug-Ubuntu: https://launchpad.net/bugs/1115607
Forwarded: https://github.com/BOINC/boinc/issues/1177
+--- a/clientgui/AdvancedFrame.cpp
++++ b/clientgui/AdvancedFrame.cpp
+@@ -1601,7 +1601,7 @@ void CAdvancedFrame::OnLaunchNewInstance(wxCommandEvent& WXUNUSED(event)) {
+ wxString strExecutable = wxGetApp().GetRootDirectory() + wxGetApp().GetExecutableName();
+
+ run_program(
+- wxGetApp().GetRootDirectory().mb_str(),
++ wxGetApp().GetDataDirectory().mb_str(),
+ strExecutable.mb_str(),
+ argc,
+ argv,
diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp
index 434769b5e4..b5c0b8a45b 100644
--- a/clientgui/BOINCGUIApp.cpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git
More information about the pkg-boinc-commits
mailing list