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

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Thu Nov 1 23:04:58 UTC 2012


The following commit has been merged in the master branch:
commit 1bc0176567526a445eb5dba8572d9bd05376c922
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Thu Nov 1 23:50:23 2012 +0100

    First attempt to fix ftbfs on hurd reported by Guo

diff --git a/debian/changelog b/debian/changelog
index 958dbc8..be6b724 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ boinc (7.0.36+dfsg-3) UNRELEASED; urgency=low
 
   [ Gianfranco Costamagna ]
   * Added missing_libs_wrapper.patch to fix a FTBFS on ubuntu 13.04 raring
+  * added boinc-ftbfs-hurd.patch from upstream
 
- -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Tue, 30 Oct 2012 17:28:51 +0100
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Thu, 01 Nov 2012 23:46:31 +0100
 
 boinc (7.0.36+dfsg-2) experimental; urgency=low
 
diff --git a/debian/patches/boinc-ftbfs-hurd.patch b/debian/patches/boinc-ftbfs-hurd.patch
new file mode 100644
index 0000000..c42defe
--- /dev/null
+++ b/debian/patches/boinc-ftbfs-hurd.patch
@@ -0,0 +1,61 @@
+Author: Gianfranco Costamagna costamagnagianfranco at yahoo.it
+
+Origin: upstream, 9506b117 http://boinc.berkeley.edu/trac/changeset/9506b117a1df4d5754d891ec12cb8aa76d4dd192/boinc
+Forwarded: not-needed
+Reviewed-By: costamagnagianfranco at yahoo.it
+Last-Update: <2012-11-01>
+
+--- boinc-7.0.36+dfsg.orig/lib/filesys.h
++++ boinc-7.0.36+dfsg/lib/filesys.h
+@@ -35,7 +35,7 @@
+ #endif
+ 
+ #ifndef MAXPATHLEN
+-#define MAXPATHLEN 1024
++#define MAXPATHLEN 4096
+ #endif
+ 
+ #endif /* !WIN32 */
+--- boinc-7.0.36+dfsg.orig/lib/gui_rpc_client.h
++++ boinc-7.0.36+dfsg/lib/gui_rpc_client.h
+@@ -33,13 +33,14 @@
+ #include <locale.h>
+ #endif
+ 
+-#include "miofile.h"
+-#include "prefs.h"
+-#include "hostinfo.h"
++#include "cc_config.h"
+ #include "common_defs.h"
+-#include "notice.h"
++#include "filesys.h"
++#include "hostinfo.h"
++#include "miofile.h"
+ #include "network.h"
+-#include "cc_config.h"
++#include "notice.h"
++#include "prefs.h"
+ 
+ struct GUI_URL {
+     std::string name;
+--- boinc-7.0.36+dfsg.orig/lib/boinc_win.h
++++ boinc-7.0.36+dfsg/lib/boinc_win.h
+@@ -22,10 +22,6 @@
+ #ifndef _BOINC_WIN_
+ #define _BOINC_WIN_
+ 
+-#ifndef MAXPATHLEN
+-#define MAXPATHLEN 4096
+-#endif
+-
+ #ifndef __CYGWIN32__
+ 
+ // Windows C Runtime Library
+--- boinc-7.0.36+dfsg.orig/lib/common_defs.h
++++ boinc-7.0.36+dfsg/lib/common_defs.h
+@@ -191,5 +191,4 @@ struct VERSION_INFO {
+ #define DEFAULT_SS_EXECUTABLE       "boincscr"
+ #endif
+ 
+-
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index b3bf691..079585a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -78,3 +78,4 @@ boinclib_shared.patch
 dynamic_libboinc.patch
 Missing_libSched.patch
 missing_libs_wrapper.patch
+boinc-ftbfs-hurd.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list