[Python-modules-commits] r4819 - in packages/python-processing/trunk/debian (control rules)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Thu Mar 13 23:39:39 UTC 2008


    Date: Thursday, March 13, 2008 @ 23:39:38
  Author: shlomme
Revision: 4819

* change according to recommendations of python-support docs
* remove reStructuredText markup from description

Modified:
  packages/python-processing/trunk/debian/control
  packages/python-processing/trunk/debian/rules

Modified: packages/python-processing/trunk/debian/control
===================================================================
--- packages/python-processing/trunk/debian/control	2008-03-13 23:31:03 UTC (rev 4818)
+++ packages/python-processing/trunk/debian/control	2008-03-13 23:39:38 UTC (rev 4819)
@@ -3,29 +3,26 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <matrixhasu at gmail.com>
-Build-Depends: debhelper (>= 5), python-all-dev, python-support (>= 0.4), dpatch
+Build-Depends: debhelper (>= 5), python-all-dev, python-support (>= 0.6), dpatch
 Standards-Version: 3.7.3
 Homepage: http://developer.berlios.de/projects/pyprocessing
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-processing/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-processing/trunk/?op=log
-XS-Python-Version: all
 
 Package: python-processing
 Architecture: any
 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
-XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
-Description: spawning processes mimicking the threading module
- It's a package for the Python language which supports the spawning of
- processes  using  the API  of  the  standard library's  ``threading``
- module. Its features are:
+Description: Library for running multiple Python processes using the threading API
+ Processing is a Python package which supports the spawning of processes
+ using the API of the standard library's threading module. 
+ Features include:
  .
-  * Objects  can  be transferred  between  processes  using pipes  or
+  * Objects can  be transferred  between  processes using pipes or
     multi-producer/multi-consumer queues.
   * Objects can be shared between processes using a server process or
     (for simple data) shared memory.
-  * Equivalents   of   all    the   synchronization   primitives   in
-    ``threading`` are available.
-  * A Pool  class makes it easy to  submit tasks to a  pool of worker
+  * Equivalents  of all the synchronization primitives in threading
+    are available.
+  * A Pool class makes it easy to submit tasks to a pool of worker
     processes.
-

Modified: packages/python-processing/trunk/debian/rules
===================================================================
--- packages/python-processing/trunk/debian/rules	2008-03-13 23:31:03 UTC (rev 4818)
+++ packages/python-processing/trunk/debian/rules	2008-03-13 23:39:38 UTC (rev 4819)
@@ -8,7 +8,7 @@
 PKGNAME:=python-processing
 include /usr/share/dpatch/dpatch.make
 
-PYVERS=$(shell pyversions -rv)
+PYVERS=$(shell pyversions -vs)
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   CXXFLAGS += -O0
@@ -23,7 +23,7 @@
 
 	for py in $(PYVERS); do  \
 	    python$$py setup.py build; \
-	    # # python$$py-dbg setup.py build; \
+	# # python$$py-dbg setup.py build; \
 	done
 
 	# performing tests




More information about the Python-modules-commits mailing list