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

Gianfranco Costamagna costamagnagianfranco at yahoo.it
Tue Oct 30 16:29:31 UTC 2012


The following commit has been merged in the master branch:
commit 6ac0c8c52ccd8717fdb293cc6ea65488fb502b0c
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Oct 30 17:29:04 2012 +0100

    Added a patch for fix a FTBFS on new ubuntu 13.04 development release

diff --git a/debian/patches/missing_libs_wrapper.patch b/debian/patches/missing_libs_wrapper.patch
new file mode 100644
index 0000000..0e0d1da
--- /dev/null
+++ b/debian/patches/missing_libs_wrapper.patch
@@ -0,0 +1,16 @@
+Include some headers file, to fix a problem with getrusage and setpriority functions with the new ubuntu raring ringtail development release
+Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
+Forwarded: <no>
+
+
+--- boinc-7.0.36+dfsg.orig/samples/wrapper/wrapper.cpp
++++ boinc-7.0.36+dfsg/samples/wrapper/wrapper.cpp
+@@ -31,6 +31,8 @@
+ #include <stdio.h>
+ #include <vector>
+ #include <string>
++#include <sys/time.h>
++#include <sys/resource.h> 
+ #ifdef _WIN32
+ #include "boinc_win.h"
+ #include "win_util.h"

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list