[pkg-boinc-commits] r529 - in /branches/experimental/boinc/debian: changelog control

fst-guest at users.alioth.debian.org fst-guest at users.alioth.debian.org
Sat Sep 2 13:58:42 UTC 2006


Author: fst-guest
Date: Sat Sep  2 13:58:42 2006
New Revision: 529

URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=529
Log:
added c-shell dependency to boinc-server

Modified:
    branches/experimental/boinc/debian/changelog
    branches/experimental/boinc/debian/control

Modified: branches/experimental/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/changelog?rev=529&op=diff
==============================================================================
--- branches/experimental/boinc/debian/changelog (original)
+++ branches/experimental/boinc/debian/changelog Sat Sep  2 13:58:42 2006
@@ -7,6 +7,9 @@
   * Updates for the new Python policy:
     - Added python-support (>= 0.4.2) to Build-Depends.
     - Replaced dh_python with dh_pysupport in debian/rules.
+  * debian/control:
+    - Added "csh | c-shell" to boinc-server's Depends field to since two
+      scripts in boinc-server use csh as interpreter.
 
   +++ Changes suitable for the trunk branch:
 
@@ -28,11 +31,11 @@
     they are now handled and installed by the upstream makefiles.
   * Added debian/boinc-client.preinst which removes the obsolete conffile
     /etc/boinc-client/log_flags.xml if it wasn't modified locally.
-  * Added debian/boinc-client.NEWS which informs the user that the conffile 
+  * Added debian/boinc-client.NEWS which informs the user that the conffile
     /etc/boinc-client/log_flags.xml is now obsolete and is superseded by the
     new conffile /etc/boinc-client/cc_config.xml.
 
- -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat,  2 Sep 2006 13:12:55 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de>  Sat,  2 Sep 2006 15:58:04 +0200
 
 boinc (5.4.11-1) unstable; urgency=low
 

Modified: branches/experimental/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/control?rev=529&op=diff
==============================================================================
--- branches/experimental/boinc/debian/control (original)
+++ branches/experimental/boinc/debian/control Sat Sep  2 13:58:42 2006
@@ -58,7 +58,7 @@
 Package: boinc-server
 Section: net
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mysqldb, mysql-server-5.0 | virtual-mysql-server, apache2 | httpd-cgi, php4 | php5, php4-cli | php5-cli, php4-mysql | php5-mysql
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mysqldb, mysql-server-5.0 | virtual-mysql-server, apache2 | httpd-cgi, php4 | php5, php4-cli | php5-cli, php4-mysql | php5-mysql, csh | c-shell
 Description: BOINC server applications and data files
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a
  software platform for distributed computing using volunteered computer




More information about the pkg-boinc-commits mailing list