[SCM] BOINC packaging branch, master, updated. debian/7.0.33+dfsg-1-54-gce111f8
Guo Yixuan
culu.gyx at gmail.com
Sat Sep 22 16:00:10 UTC 2012
The following commit has been merged in the master branch:
commit ce111f8480587f5501e913ead0d835cc62cd6ec3
Author: Guo Yixuan <culu.gyx at gmail.com>
Date: Sun Sep 23 00:01:44 2012 +0800
already applied: boinc_manager_project_info_page.patch
diff --git a/debian/patches/boinc_manager_project_info_page.patch b/debian/patches/boinc_manager_project_info_page.patch
deleted file mode 100644
index 7ae8ebb..0000000
--- a/debian/patches/boinc_manager_project_info_page.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Author: Rom Walton <romw at romwnet.org>
-Bug-Debian: http://bugs.debian.org/641593
-
-Index: boinc/clientgui/ProjectInfoPage.cpp
-===================================================================
---- boinc.orig/clientgui/ProjectInfoPage.cpp 2012-05-30 23:05:52.000000000 +0800
-+++ boinc/clientgui/ProjectInfoPage.cpp 2012-05-30 23:05:55.000000000 +0800
-@@ -488,6 +488,7 @@
- void CProjectInfoPage::OnProjectSelected( wxCommandEvent& WXUNUSED(event) ) {
- wxLogTrace(wxT("Function Start/End"), wxT("CProjectInfoPage::OnProjectSelected - Function Begin"));
-
-+ if (m_pProjectsCtrl->GetSelection() != wxNOT_FOUND) {
- CProjectInfo* pProjectInfo = (CProjectInfo*)m_pProjectsCtrl->GetClientData(m_pProjectsCtrl->GetSelection());
-
- wxString strURL = pProjectInfo->m_strURL;
-@@ -539,6 +540,7 @@
- // Set tooltip to full text in case ellipsed
- m_pProjectDetailsOrganizationCtrl->SetToolTip(pProjectInfo->m_strOrganization);
-
-+ }
- wxLogTrace(wxT("Function Start/End"), wxT("CProjectInfoPage::OnProjectSelected - Function End"));
- }
-
diff --git a/debian/patches/series b/debian/patches/series
index 4c19c76..7423651 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -58,7 +58,6 @@ screen_saver_boinc_extra.patch
#socklenBuildFixByDavid.patch
boinclib_shared.patch
dynamic_libboinc.patch
-#boinc_manager_project_info_page.patch
ensure_there_is_no_newline_in_passwd.patch
Missing_libSched.patch
add_hardening_flags.patch
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list