[SCM] BOINC packaging branch, master, updated. debian/6.4.5+dfsg-2-2-gcc055c6

rmayorga rmayorga at debian.org
Sun Sep 6 01:41:13 UTC 2009


The following commit has been merged in the master branch:
commit 3489fd58847cb5386e16e58ccefe5e826f4d41b8
Author: rmayorga <rmayorga at debian.org>
Date:   Sat Sep 5 18:31:29 2009 -0600

    Fix GNU/kFreeBSD FTBFS

diff --git a/debian/changelog b/debian/changelog
index eda8a30..5f79fcd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+boinc (6.4.5+dfsg-3) unstable; urgency=low
+
+  * Fix FTBFS on GNU/kFreeBSD, thanks to Cyril Brulebois and
+    Petr Salinger for the bug report and patch (Closes: #544070)
+  * Standards-Version set to 3.8.3 (No changes needed)
+
+ -- Rene Mayorga <rmayorga at debian.org>  Sat, 05 Sep 2009 18:24:45 -0600
+
 boinc (6.4.5+dfsg-2) unstable; urgency=low
 
   * Uploaded to unstable
diff --git a/debian/patches/103_fix_ftbfs_on_kfreebsd.patch b/debian/patches/103_fix_ftbfs_on_kfreebsd.patch
new file mode 100644
index 0000000..2763fa0
--- /dev/null
+++ b/debian/patches/103_fix_ftbfs_on_kfreebsd.patch
@@ -0,0 +1,10 @@
+--- boinc.orig/zip/unzip/unzpriv.h
++++ boinc/zip/unzip/unzpriv.h
+@@ -22,6 +22,7 @@
+ #ifndef __unzpriv_h   /* prevent multiple inclusions */
+ #define __unzpriv_h
+ 
++#include <unistd.h>
+ /* First thing: Signal all following code that we compile UnZip utilities! */
+ #ifndef UNZIP
+ #  define UNZIP
diff --git a/debian/patches/series b/debian/patches/series
index 687268f..69c44a3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+103_fix_ftbfs_on_kfreebsd.patch
 001_dont_install_ca-bundle.crt.patch
 002_remove_hardcoded_optimization.patch
 003_use_sensible-browser.patch 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list