[Pkg-scicomp-commits] cpushare/trunk/debian

Sam Hocevar sam at zoy.org
Tue Apr 8 14:31:15 UTC 2008


SVN commit 2383 by sho:

  * debian/control:
    + Bunp python-twisted-core dependency to (>= 2.5) because previous versions
      do not support our plugin.


 M  +3 -0      cpushare/trunk/debian/changelog  
 M  +1 -1      cpushare/trunk/debian/control  


--- cpushare/trunk/debian/changelog #2382:2383
@@ -4,6 +4,9 @@
     + Put the workaround for #474630 *between* the dh_pysupport and
       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
+      do not support our plugin.
   * debian/cpushare.init:
     + Exit immediately if seccomp is not activated.
 
--- cpushare/trunk/debian/control #2382:2383
@@ -10,7 +10,7 @@
 
 Package: cpushare
 Architecture: amd64 i386 ppc64 powerpc
-Depends: adduser, python-twisted-core, python-pyopenssl, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Depends: adduser, python-twisted-core (>= 2.5), python-pyopenssl, ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Suggests: binutils, cpp, gcc
 Provides: ${python:Provides}
 Description: client and server for the CPUShare distributed computing platform



More information about the Pkg-scicomp-commits mailing list