[Pkg-scicomp-commits] cpushare/branches/etch/debian

Sam Hocevar sam at zoy.org
Wed Apr 9 22:08:42 UTC 2008


SVN commit 2390 by sho:

  * debian/control:
    + Depend on binutils rather than merely suggesting it, since it is needed
      for bytecode loading.


 M  +3 -1      cpushare/branches/etch/debian/changelog  
 M  +2 -2      cpushare/branches/etch/debian/control  


--- cpushare/branches/etch/debian/changelog #2389:2390
@@ -7,8 +7,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/branches/etch/debian/control #2389:2390
@@ -8,8 +8,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