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

Guo Yixuan culu.gyx at gmail.com
Sat Sep 22 15:56:33 UTC 2012


The following commit has been merged in the master branch:
commit c6c4163601018fddf9a9a109f050ed1b20235e7f
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Sat Sep 22 23:35:56 2012 +0800

    remove 200_don-t-assume_SCHED_BATCH_exist.patch: already fixed

diff --git a/debian/patches/200_don-t-assume_SCHED_BATCH_exist.patch b/debian/patches/200_don-t-assume_SCHED_BATCH_exist.patch
deleted file mode 100644
index 1e1f94a..0000000
--- a/debian/patches/200_don-t-assume_SCHED_BATCH_exist.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-# Author: René Mayorga <rmayorga at debian.org>
-# Description: Check if the system is linux befoore use SCHED_BATCH
-#  This will prevent FTBFS on  kFreeBSD
-#  The patch stills need to be forward to upstream
-Index: boinc-6.10.58/client/app_start.cpp
-===================================================================
---- boinc-6.10.58.orig/client/app_start.cpp	2010-05-27 21:51:25.000000000 +0200
-+++ boinc-6.10.58/client/app_start.cpp	2010-07-13 17:20:00.000000000 +0200
-@@ -24,7 +24,7 @@
- #include "win_util.h"
- #else
- #include "config.h"
--#ifdef HAVE_SCHED_SETSCHEDULER
-+#if defined (HAVE_SCHED_SETSCHEDULER) && defined (__linux__)
- #include <sched.h>
- #endif
- #if HAVE_SYS_TIME_H
-@@ -884,7 +884,7 @@
-                 perror("setpriority");
-             }
- #endif
--#ifdef HAVE_SCHED_SETSCHEDULER
-+#if defined (HAVE_SCHED_SETSCHEDULER) && defined (__linux__)
-             if (!high_priority) {
-                 struct sched_param p;
-                 p.sched_priority = 0;

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list