r745 - in /scripts: download-seti supported_platforms.php

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Sat Nov 17 15:01:29 UTC 2007


Author: fst-guest
Date: Sat Nov 17 15:01:28 2007
New Revision: 745

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=745
Log:
download-seti: The file client/win_build/fftw3.h is required for the build,
therefore we don't want to delete it from the upstream tarball.

Modified:
    scripts/download-seti
    scripts/supported_platforms.php

Modified: scripts/download-seti
URL: http://svn.debian.org/wsvn/pkg-boinc/scripts/download-seti?rev=745&op=diff
==============================================================================
--- scripts/download-seti (original)
+++ scripts/download-seti Sat Nov 17 15:01:28 2007
@@ -30,8 +30,12 @@
 DEBIAN_VERSION="$VERSION+cvs`echo $DATE | sed 's/-//g'`"
 
 # remove non-free or unneeded things
-rm -rf seti_boinc/client/win_build
 rm -rf seti_boinc/jpeglib
+# The source file client/malloc_a.cpp includes "win_build/fftw3.h" therefore
+# we need it and cannot remove it from the tarball. Since other files in
+# win_build/ are binary files without their sources, we do not want to ship
+# them in the tarball.
+rm -rf `find seti_boinc/client/win_build -mindepth 1 ! -name "fftw3.h"`
 rm -rf `find seti_boinc -depth \( -name "CVS" -o -name ".svn" \)`
 
 tar -czf "boinc-app-seti_$DEBIAN_VERSION.orig.tar.gz" seti_boinc

Modified: scripts/supported_platforms.php
URL: http://svn.debian.org/wsvn/pkg-boinc/scripts/supported_platforms.php?rev=745&op=diff
==============================================================================
--- scripts/supported_platforms.php (original)
+++ scripts/supported_platforms.php Sat Nov 17 15:01:28 2007
@@ -47,6 +47,7 @@
     'prime' => array('http://www.primegrid.com/', 'PrimeGrid'),
     'ps3grid' => array('http://www.ps3grid.net/PS3GRID/', 'PS3GRID'),
     'neuron' => array('http://neuron.mine.nu/neuron/', 'Project Neuron'),
+    'poem' => array('http://boinc.fzk.de/poem/', 'POEM at HOME'),
     'proteins' => array('http://biology.polytechnique.fr/proteinsathome/', 'proteins at home'),
     'qmc' => array('http://qah.uni-muenster.de/', 'QMC at HOME'),
     'ralph' => array('http://ralph.bakerlab.org/', 'RALPH at home'),




More information about the pkg-boinc-commits mailing list