[Pkg-scicomp-commits] cpushare/trunk/debian
Sam Hocevar
sam at zoy.org
Wed Apr 9 22:08:18 UTC 2008
SVN commit 2389 by sho:
* debian/control:
+ Depend on binutils rather than merely suggesting it, since it is needed
for bytecode loading.
M +3 -1 cpushare/trunk/debian/changelog
M +2 -2 cpushare/trunk/debian/control
--- cpushare/trunk/debian/changelog #2388:2389
@@ -5,8 +5,10 @@
dh_installinit calls, otherwise the first init.d call will fail due
to the cpushare twistd plugin not being found.
* debian/control:
- + Bunp python-twisted-core dependency to (>= 2.5) because previous versions
+ + Bump python-twisted-core dependency to (>= 2.5) because previous versions
do not support our plugin.
+ + Depend on binutils rather than merely suggesting it, since it is needed
+ for bytecode loading.
* debian/cpushare.init:
+ Exit immediately if seccomp is not activated.
--- cpushare/trunk/debian/control #2388:2389
@@ -10,8 +10,8 @@
Package: cpushare
Architecture: amd64 i386 ppc64 powerpc
-Depends: adduser, python-twisted-core (>= 2.5), python-pyopenssl, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Suggests: binutils, cpp, gcc
+Depends: adduser, binutils, python-twisted-core (>= 2.5), python-pyopenssl, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: cpp, gcc
Provides: ${python:Provides}
Description: client and server for the CPUShare distributed computing platform
CPUShare is a research project created by Andrea Arcangeli with the goal of
More information about the Pkg-scicomp-commits
mailing list