r642 - /branches/experimental/boinc/debian/changelog
/branches/experimental/boinc/debian/control /trunk/boinc/debian/changelog
/trunk/boinc/debian/control
fst-guest at users.alioth.debian.org
fst-guest at users.alioth.debian.org
Mon Apr 30 15:51:52 UTC 2007
Author: fst-guest
Date: Mon Apr 30 15:51:51 2007
New Revision: 642
URL: http://svn.debian.org/wsvn/pkg-boinc/?sc=1&rev=642
Log:
* Extended boinc-manager's long description.
* Removed all php4 packages from boinc-server's Depends, see:
http://lists.debian.org/debian-devel/2007/04/msg00816.html
Modified:
branches/experimental/boinc/debian/changelog
branches/experimental/boinc/debian/control
trunk/boinc/debian/changelog
trunk/boinc/debian/control
Modified: branches/experimental/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/changelog?rev=642&op=diff
==============================================================================
--- branches/experimental/boinc/debian/changelog (original)
+++ branches/experimental/boinc/debian/changelog Mon Apr 30 15:51:51 2007
@@ -21,8 +21,11 @@
* 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 "tcsh | c-shell" to boinc-server's Depends field
- since tools/db_query and tools/watch_tcp use /bin/csh as interpreter.
+ * debian/control:
+ - Added "tcsh | c-shell" to boinc-server's Depends field since
+ tools/db_query and tools/watch_tcp use /bin/csh as interpreter.
+ - Removed all php4 packages from boinc-server's Depends because php4
+ will not be supported during lenny's life cycle.
* debian/boinc-server.README.Debian: Added README.Debian which is at the
moment only a pointer to http://wiki.debian.org/BOINC/Server.
* debian/boinc-server.install: Added new files: db/init_db,
@@ -34,7 +37,15 @@
- Don't fix PHP shebang and execute permissions of files in html/ops/
since these were fixed upstream.
- -- Frank S. Thomas <frank at thomas-alfeld.de> Thu, 26 Apr 2007 23:12:29 +0200
+ -- Frank S. Thomas <frank at thomas-alfeld.de> Sat, 28 Apr 2007 11:12:25 +0200
+
+boinc (5.8.17-2) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * debian/control:
+ - Extended boinc-manager's long description.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de> Mon, 30 Apr 2007 14:23:44 +0200
boinc (5.8.17-1) unstable; urgency=low
Modified: branches/experimental/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/branches/experimental/boinc/debian/control?rev=642&op=diff
==============================================================================
--- branches/experimental/boinc/debian/control (original)
+++ branches/experimental/boinc/debian/control Mon Apr 30 15:51:51 2007
@@ -36,10 +36,19 @@
software platform for distributed computing using volunteered computer
resources.
.
- This package contains the BOINC Manager, a graphical monitor and control
- utility for the BOINC core client. For active participation in any BOINC
- project the recommended client package, not the manager, is required for
- every machine contributing.
+ This package contains the BOINC Manager, a graphical monitor and
+ control utility for the BOINC core client. It gives a detailed
+ overview of the state of the client it is monitoring, for example it
+ shows attached projects, running tasks or file transfers between the
+ client and project servers. It also shows statistics about granted
+ credits and disk usage of the client and the projects. The BOINC
+ Manager has two modes of operation, the "Simple View" in which it only
+ displays the most important information and the "Advanced View" in
+ which all information and all control elements are available.
+ .
+ For active participation in any BOINC project the recommended
+ boinc-client package, not the boinc-manager, is required for every
+ machine contributing.
.
Homepage: http://boinc.berkeley.edu
@@ -60,7 +69,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, tcsh | c-shell
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-mysqldb, mysql-server-5.0 | virtual-mysql-server, apache2 | httpd-cgi, php5, php5-cli, php5-mysql, tcsh | 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
Modified: trunk/boinc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/changelog?rev=642&op=diff
==============================================================================
--- trunk/boinc/debian/changelog (original)
+++ trunk/boinc/debian/changelog Mon Apr 30 15:51:51 2007
@@ -1,3 +1,11 @@
+boinc (5.8.17-2) UNRELEASED; urgency=low
+
+ * NOT RELEASED YET
+ * debian/control:
+ - Extended boinc-manager's long description.
+
+ -- Frank S. Thomas <frank at thomas-alfeld.de> Mon, 30 Apr 2007 14:23:44 +0200
+
boinc (5.8.17-1) unstable; urgency=low
[ Frank S. Thomas ]
Modified: trunk/boinc/debian/control
URL: http://svn.debian.org/wsvn/pkg-boinc/trunk/boinc/debian/control?rev=642&op=diff
==============================================================================
--- trunk/boinc/debian/control (original)
+++ trunk/boinc/debian/control Mon Apr 30 15:51:51 2007
@@ -36,10 +36,19 @@
software platform for distributed computing using volunteered computer
resources.
.
- This package contains the BOINC Manager, a graphical monitor and control
- utility for the BOINC core client. For active participation in any BOINC
- project the recommended client package, not the manager, is required for
- every machine contributing.
+ This package contains the BOINC Manager, a graphical monitor and
+ control utility for the BOINC core client. It gives a detailed
+ overview of the state of the client it is monitoring, for example it
+ shows attached projects, running tasks or file transfers between the
+ client and project servers. It also shows statistics about granted
+ credits and disk usage of the client and the projects. The BOINC
+ Manager has two modes of operation, the "Simple View" in which it only
+ displays the most important information and the "Advanced View" in
+ which all information and all control elements are available.
+ .
+ For active participation in any BOINC project the recommended
+ boinc-client package, not the boinc-manager, is required for every
+ machine contributing.
.
Homepage: http://boinc.berkeley.edu
More information about the pkg-boinc-commits
mailing list