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

Steffen Moeller moeller at debian.org
Sat Mar 5 20:40:55 UTC 2011


The following commit has been merged in the master branch:
commit 61294d6a7581da9a1a8ad436c7f74be466311f34
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Mar 5 21:36:50 2011 +0100

    Added explicit dependency on python to debian/control.

diff --git a/debian/changelog b/debian/changelog
index e962da9..cd50fe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ boinc (6.12.15+dfsg-2) UNRELEASED; urgency=low
 
   * New pt_BR.po file contributed by Adriano Rafael Gomes
     (Closes: #610407).
+  * Added explicit dependency on python.
 
  -- Steffen Moeller <moeller at debian.org>  Sat, 05 Mar 2011 21:17:23 +0100
 
diff --git a/debian/control b/debian/control
index 9652c12..8bc4f81 100644
--- a/debian/control
+++ b/debian/control
@@ -98,9 +98,11 @@ Package: boinc-server-maker
 Section: net
 Architecture: any
 Provides: boinc-server
-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, openssl (>= 0.9.8), adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
+ python, python-mysqldb,
+ mysql-server-5.0 | virtual-mysql-server, apache2 | httpd-cgi,
+ php5, php5-cli, php5-mysql,
+ tcsh | c-shell, openssl (>= 0.9.8), adduser
 Recommends: libapache2-mod-php5, php5-gd
 Description: BOINC server applications and data files
  The Berkeley Open Infrastructure for Network Computing (BOINC) is a

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list