[Python-modules-commits] r10530 - in packages/python-multiprocessing/trunk/debian (2 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Nov 18 22:22:14 UTC 2009


    Date: Wednesday, November 18, 2009 @ 22:22:13
  Author: morph
Revision: 10530

* debian/control
  - fix XS-P-V to not hardcode Python versions, but uses logical expressions;
    Thanks to Jakub Wilk for the report and patch; Closes: #556857

Modified:
  packages/python-multiprocessing/trunk/debian/changelog
  packages/python-multiprocessing/trunk/debian/control

Modified: packages/python-multiprocessing/trunk/debian/changelog
===================================================================
--- packages/python-multiprocessing/trunk/debian/changelog	2009-11-18 21:47:52 UTC (rev 10529)
+++ packages/python-multiprocessing/trunk/debian/changelog	2009-11-18 22:22:13 UTC (rev 10530)
@@ -1,3 +1,11 @@
+python-multiprocessing (2.6.2.1-2) UNRELEASED; urgency=low
+
+  * debian/control
+    - fix XS-P-V to not hardcode Python versions, but uses logical expressions;
+      Thanks to Jakub Wilk for the report and patch; Closes: #556857
+
+ -- Sandro Tosi <morph at debian.org>  Wed, 18 Nov 2009 23:19:08 +0100
+
 python-multiprocessing (2.6.2.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-multiprocessing/trunk/debian/control
===================================================================
--- packages/python-multiprocessing/trunk/debian/control	2009-11-18 21:47:52 UTC (rev 10529)
+++ packages/python-multiprocessing/trunk/debian/control	2009-11-18 22:22:13 UTC (rev 10530)
@@ -8,7 +8,7 @@
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-multiprocessing/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-multiprocessing/trunk/
 Homepage: http://code.google.com/p/python-multiprocessing/
-XS-Python-Version: 2.4, 2.5
+XS-Python-Version: >= 2.4, << 2.6
 
 Package: python-multiprocessing
 Architecture: any




More information about the Python-modules-commits mailing list