[Python-modules-commits] r10350 - in packages/python-gasp/trunk/debian (changelog control)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Nov 10 19:41:15 UTC 2009


    Date: Tuesday, November 10, 2009 @ 19:41:14
  Author: dktrkranz
Revision: 10350

Optionally depend on python (>= 2.6) with python-multiprocessing, multiprocessing module is part of Python 2.6

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

Modified: packages/python-gasp/trunk/debian/changelog
===================================================================
--- packages/python-gasp/trunk/debian/changelog	2009-11-10 19:36:08 UTC (rev 10349)
+++ packages/python-gasp/trunk/debian/changelog	2009-11-10 19:41:14 UTC (rev 10350)
@@ -1,3 +1,10 @@
+python-gasp (0.3.2-1.1) UNRELEASED; urgency=low
+
+  * Optionally depend on python (>= 2.6) with python-multiprocessing,
+    multiprocessing module is part of Python 2.6.
+
+ -- Luca Falavigna <dktrkranz at debian.org>  Tue, 10 Nov 2009 20:40:08 +0100
+
 python-gasp (0.3.2-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/python-gasp/trunk/debian/control
===================================================================
--- packages/python-gasp/trunk/debian/control	2009-11-10 19:36:08 UTC (rev 10349)
+++ packages/python-gasp/trunk/debian/control	2009-11-10 19:41:14 UTC (rev 10350)
@@ -12,7 +12,7 @@
 
 Package: python-gasp
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject, python-multiprocessing
+Depends: ${misc:Depends}, ${python:Depends}, python-cairo (>= 1.4), python-gtk2, python-gobject, python-multiprocessing | python (>= 2.6)
 Provides: ${python:Provides}
 Description: procedural Python graphics library for beginning programmers
  GASP is a wrapper around the Python Cairo Graphics library which makes writing 




More information about the Python-modules-commits mailing list