[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-288-ge58f958

Steffen Moeller moeller at debian.org
Sun Jul 24 20:39:19 UTC 2011


The following commit has been merged in the master branch:
commit 21a6f449b257122ef39d605a81075fb805a23c9e
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Jul 24 22:08:43 2011 +0200

    Preparing for addition of stripchart library.

diff --git a/debian/control b/debian/control
index 8748e07..865ecee 100644
--- a/debian/control
+++ b/debian/control
@@ -106,7 +106,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
  mysql-server-5.0 | virtual-mysql-server, apache2 | httpd-cgi,
  php5, php5-cli, php5-mysql,
  tcsh, openssl (>= 0.9.8), adduser, libfcgi0ldbl
-Recommends: libapache2-mod-php5, php5-gd, uuid-runtime
+Recommends: libapache2-mod-php5, php5-gd, uuid-runtime,
+ boinc-cgi-stripchart
 Suggests: boinc-app-examples
 Description: BOINC server applications and data files
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a
@@ -156,3 +157,17 @@ Description: debugging symbols for BOINC binaries
  the BOINC packages. It is provided primarily to provide a backtrace
  with names in a debugger, this makes it somewhat easier to interpret
  core dumps.
+
+Package: boinc-cgi-stripchart
+Section: libs
+Priority: extra
+Architecture: all
+Depends: gnuplot-nox, perl
+Recommends: apache2|httpd-cgi
+ The Berkeley Open Infrastructure for Network Computing (BOINC) is a
+ software platform for distributed computing using volunteered computer
+ resources.
+ .
+ The BOINC developers have found their charting library to be of
+ interest for a larger audience. It is isolated in the BOINC source
+ tree and thus presented as a separate package.
diff --git a/debian/patches/series b/debian/patches/series
index 60908f2..72e7765 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+stripchart_debian.patch
 upstream_sztaki_configureEval.patch
 AvoidingBlanksInMakefiles.patch
 pythonPath.patch
diff --git a/debian/patches/stripchart_debian.patch b/debian/patches/stripchart_debian.patch
new file mode 100644
index 0000000..cde83f1
--- /dev/null
+++ b/debian/patches/stripchart_debian.patch
@@ -0,0 +1,25 @@
+Index: boinc/stripchart/stripchart.cnf
+===================================================================
+--- boinc.orig/stripchart/stripchart.cnf	2011-07-24 20:08:48.000000000 +0200
++++ boinc/stripchart/stripchart.cnf	2011-07-24 20:11:18.000000000 +0200
+@@ -8,7 +8,7 @@
+ # Directory where gnuplot is
+ # $gnuplot = "/usr/local/gnuplot-3.7";
+ #$gnuplot = "/disks/asimov/a/users/hiramc/local/src/gnuplot-3.7";
+-$gnuplot = "/usr/local/bin"
++$gnuplot = "/usr/bin"
+  
+ # Temporary files
+ $suffix = rand(10000);
+@@ -54,9 +54,9 @@
+ # Note: there is a sample copy in the samples directory: 
+ $datafilelist = "datafiles";
+  
+-# Where is the list of user-definied cgi queries?
++# Where is the list of user-defined cgi queries?
+ # Note: this file gets created by the cgi - must put it somewhere that the cgi user can write to 
+-$queryfilelist = "querylist";
++$queryfilelist = "/tmp/querylist";
+ 
+ # What time is it right now?
+ $rightnow = time;

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list