[Python-modules-commits] r6478 - in packages/pprocess/trunk/debian (changelog control)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Sep 8 23:42:17 UTC 2008


    Date: Monday, September 8, 2008 @ 23:42:16
  Author: piotr
Revision: 6478

* "DM-Upload-Allowed: yes" field added
* Rewrap long description

Modified:
  packages/pprocess/trunk/debian/changelog
  packages/pprocess/trunk/debian/control

Modified: packages/pprocess/trunk/debian/changelog
===================================================================
--- packages/pprocess/trunk/debian/changelog	2008-09-08 22:48:02 UTC (rev 6477)
+++ packages/pprocess/trunk/debian/changelog	2008-09-08 23:42:16 UTC (rev 6478)
@@ -1,5 +1,6 @@
 pprocess (0.4-1) experimental; urgency=low
 
+  [ Sandro Tosi ]
   * New upstream release
   * debian/patches/10_fix_pprocess.dpatch
     - added description
@@ -11,6 +12,10 @@
   * debian/rules
     - install doc stylesheet
 
+  [ Piotr Ożarowski ]
+  * "DM-Upload-Allowed: yes" field added
+  * Rewrap long description
+
  -- Sandro Tosi <matrixhasu at gmail.com>  Mon, 08 Sep 2008 22:10:20 +0200
 
 pprocess (0.3.1-1) unstable; urgency=low

Modified: packages/pprocess/trunk/debian/control
===================================================================
--- packages/pprocess/trunk/debian/control	2008-09-08 22:48:02 UTC (rev 6477)
+++ packages/pprocess/trunk/debian/control	2008-09-08 23:42:16 UTC (rev 6478)
@@ -9,16 +9,16 @@
 Homepage: http://www.boddie.org.uk/python/pprocess.html
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pprocess/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pprocess/trunk/?op=log
+DM-Upload-Allowed: yes
 XS-Python-Version: all
 
 Package: python-pprocess
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 XB-Python-Version: ${python:Versions}
-Description: Elementary parallel programming for Python
- The  pprocess   module  provides  elementary   support  for  parallel
- programming in  Python using a  fork-based process creation  model in
- conjunction  with a  channel-based  communications model  implemented
- using socketpair and poll. On systems with multiple CPUs or multicore
- CPUs, processes should take advantage of as many CPUs or cores as the
- operating system permits.
+Description: elementary parallel programming for Python
+ The pprocess module  provides elementary support for parallel programming in
+ Python using a fork-based process creation model in conjunction with a
+ channel-based communications model implemented using socketpair and poll. On
+ systems with multiple CPUs or multicore CPUs, processes should take advantage
+ of as many CPUs or cores as the operating system permits.




More information about the Python-modules-commits mailing list