[SCM] BOINC packaging branch, master, updated. upstream/7.0.52+dfsg-661-g84a1b3a

Guo Yixuan culu.gyx at gmail.com
Wed Feb 20 11:18:27 UTC 2013


The following commit has been merged in the master branch:
commit 9986452cebb71d7338270846e0c27abb5c8f6970
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Wed Feb 20 16:02:27 2013 +0800

    try to fix hurd ftbfs

diff --git a/debian/changelog b/debian/changelog
index 0cef197..ce1658f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (7.0.52+dfsg-2) UNRELEASED; urgency=low
+
+  * Try to fix ftbfs on hurd-i386.
+
+ -- Guo Yixuan <culu.gyx at gmail.com>  Wed, 20 Feb 2013 16:01:52 +0800
+
 boinc (7.0.52+dfsg-1) experimental; urgency=low
 
   * New upstream release, all platforms.
diff --git a/debian/patches/hurd-ftbfs.patch b/debian/patches/hurd-ftbfs.patch
new file mode 100644
index 0000000..ff28554
--- /dev/null
+++ b/debian/patches/hurd-ftbfs.patch
@@ -0,0 +1,13 @@
+Author: Guo Yixuan <culu.gyx at gmail.com>
+Description: Hurd ftbts: missing definition for MAXPATHLEN
+ Hurd kernel doesn't limit path length.
+--- a/lib/procinfo_unix.cpp
++++ b/lib/procinfo_unix.cpp
+@@ -51,6 +51,7 @@
+ #include "str_replace.h"
+ 
+ #include "procinfo.h"
++#include "filesys.h"
+ 
+ using std::vector;
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f12c62a..42f7282 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -61,3 +61,4 @@ Missing_libSched.patch
 fix-add-exclusive-app.patch
 zip_only_built_with_server.patch
 #fix-for-debian-bug-646583.patch
+hurd-ftbfs.patch

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list