[Python-modules-commits] r15542 - in packages/python-gearman/trunk/debian (control)

oxan-guest at users.alioth.debian.org oxan-guest at users.alioth.debian.org
Tue Feb 8 15:05:08 UTC 2011


    Date: Tuesday, February 8, 2011 @ 15:04:38
  Author: oxan-guest
Revision: 15542

Make it more clear from the description that this is an implementation of the protocl and not a interface to the library

Modified:
  packages/python-gearman/trunk/debian/control

Modified: packages/python-gearman/trunk/debian/control
===================================================================
--- packages/python-gearman/trunk/debian/control	2011-02-08 13:40:17 UTC (rev 15541)
+++ packages/python-gearman/trunk/debian/control	2011-02-08 15:04:38 UTC (rev 15542)
@@ -15,12 +15,11 @@
 Depends: ${misc:Depends}, ${python:Depends}
 Suggests: libjs-jquery
 Breaks: ${python:Breaks}
-XB-Python-Version: ${python:Versions}
-Description: Python interface to the Gearman library
+Description: Python interface to the Gearman system
  Gearman is a system to farm out work to other machines, dispatching function 
  calls to machines that are better suited to do work, to do work in parallel, 
  to load balance lots of functions calls, or to call functions between
  languages.
  .
- This package contains a Python interface to the library, allowing Python
- scripts to send and receive Gearman jobs.
+ This package contains a Python implementation of the Gearman protocol, allowing 
+ Python scripts to send and receive Gearman jobs.




More information about the Python-modules-commits mailing list