[pkg-boinc-commits] r381 - in trunk/boinc/debian: . patches

Frank S. Thomas fst-guest at costa.debian.org
Tue Mar 21 18:39:22 UTC 2006


Author: fst-guest
Date: 2006-03-21 18:39:21 +0000 (Tue, 21 Mar 2006)
New Revision: 381

Added:
   trunk/boinc/debian/patches/10_exclude-sea.dpatch
Modified:
   trunk/boinc/debian/boinc-client.init
   trunk/boinc/debian/changelog
   trunk/boinc/debian/patches/00list
Log:
Don't build the superfluous self-extracting archive (sea) to fix a FTBFS on
kfreebsd. see: http://experimental.ftbfs.de/fetch.php?&pkg=boinc&ver=5.2.15-1&arch=kfreebsd-i386&stamp=1142952162&file=log&as=raw


Modified: trunk/boinc/debian/boinc-client.init
===================================================================
--- trunk/boinc/debian/boinc-client.init	2006-03-21 10:44:46 UTC (rev 380)
+++ trunk/boinc/debian/boinc-client.init	2006-03-21 18:39:21 UTC (rev 381)
@@ -38,7 +38,7 @@
 fi
 
 if [ ! -d "$BOINC_DIR" ]; then
-  log_failure_msg "BOINC working directory '$BOINC_DIR' does not exist."
+  log_failure_msg "BOINC data directory '$BOINC_DIR' does not exist."
   exit 3
 fi
 

Modified: trunk/boinc/debian/changelog
===================================================================
--- trunk/boinc/debian/changelog	2006-03-21 10:44:46 UTC (rev 380)
+++ trunk/boinc/debian/changelog	2006-03-21 18:39:21 UTC (rev 381)
@@ -9,8 +9,12 @@
       packages in an already used source tree.
     - Update config.guess and config.sub from the autotools-dev package to add
       support for GNU/k*BSD.
+  * debian/patches/:
+    - Added 10_exclude-sea.dpatch to prevent building the self-extracting
+      archive, since we don't need it in any case and this fixes a FTBFS on
+      non-Linux hosts.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Mon,  6 Feb 2006 23:51:50 +0100
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Tue, 21 Mar 2006 19:23:30 +0100
 
 boinc (5.2.15-2) unstable; urgency=low
 

Modified: trunk/boinc/debian/patches/00list
===================================================================
--- trunk/boinc/debian/patches/00list	2006-03-21 10:44:46 UTC (rev 380)
+++ trunk/boinc/debian/patches/00list	2006-03-21 18:39:21 UTC (rev 381)
@@ -2,3 +2,4 @@
 02_wx2.6-configure.ac.dpatch
 03_wx2.6-with-unicode.dpatch
 07_use-sensible-browser.dpatch
+10_exclude-sea.dpatch

Added: trunk/boinc/debian/patches/10_exclude-sea.dpatch
===================================================================
--- trunk/boinc/debian/patches/10_exclude-sea.dpatch	2006-03-21 10:44:46 UTC (rev 380)
+++ trunk/boinc/debian/patches/10_exclude-sea.dpatch	2006-03-21 18:39:21 UTC (rev 381)
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_exclude-sea.dpatch by Frank S. Thomas <frank at thomas-alfeld.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+
+diff -Naur boinc-5.2.15.orig/Makefile.am boinc-5.2.15/Makefile.am
+--- boinc-5.2.15.orig/Makefile.am	2005-09-30 02:19:38.000000000 +0200
++++ boinc-5.2.15/Makefile.am	2006-03-21 19:03:49.000000000 +0100
+@@ -17,7 +17,7 @@
+ endif
+ 
+ if BUILD_CLIENTGUI
+-   CLIENTGUI_SUBDIRS = clientgui sea
++   CLIENTGUI_SUBDIRS = clientgui
+ endif
+ 
+ # ORDER MATTERS below.  One must build dependencies FIRST, then things


Property changes on: trunk/boinc/debian/patches/10_exclude-sea.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-boinc-commits mailing list