[Python-modules-commits] r10910 - in packages/python-multiprocessing/trunk/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Dec 28 22:37:16 UTC 2009
Date: Monday, December 28, 2009 @ 22:37:14
Author: morph
Revision: 10910
* debian/control
- make the package be compatible only with Python 2.5 (since Python 2.4 will
be dropped soon), depending directly on python2.5* packages and dropping
ctypes depends; thanks to Luca Falavigna for the report; Closes: #562479
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-12-28 15:17:56 UTC (rev 10909)
+++ packages/python-multiprocessing/trunk/debian/changelog 2009-12-28 22:37:14 UTC (rev 10910)
@@ -1,3 +1,12 @@
+python-multiprocessing (2.6.2.1-3) UNRELEASED; urgency=low
+
+ * debian/control
+ - make the package be compatible only with Python 2.5 (since Python 2.4 will
+ be dropped soon), depending directly on python2.5* packages and dropping
+ ctypes depends; thanks to Luca Falavigna for the report; Closes: #562479
+
+ -- Sandro Tosi <morph at debian.org> Mon, 28 Dec 2009 22:46:33 +0100
+
python-multiprocessing (2.6.2.1-2) unstable; urgency=low
* debian/control
Modified: packages/python-multiprocessing/trunk/debian/control
===================================================================
--- packages/python-multiprocessing/trunk/debian/control 2009-12-28 15:17:56 UTC (rev 10909)
+++ packages/python-multiprocessing/trunk/debian/control 2009-12-28 22:37:14 UTC (rev 10910)
@@ -3,17 +3,17 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 7), python-all-dev, python-all-dbg, python-support (>= 1), python-ctypes, python-sphinx (>= 0.5), python-setuptools (>= 0.6c8)
+Build-Depends: debhelper (>= 7), python2.5-dev, python2.5-dbg, python-support (>= 1), python-sphinx (>= 0.5), python-setuptools (>= 0.6c8)
Standards-Version: 3.8.3
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.6
+XS-Python-Version: 2.5
Package: python-multiprocessing
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-ctypes, libjs-jquery
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, libjs-jquery
Description: process-based "threading" interface
multiprocessing is a package that supports spawning processes using
an API similar to the threading module. The multiprocessing package
@@ -32,7 +32,7 @@
Priority: extra
Section: debug
Architecture: any
-Depends: python-multiprocessing (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, python-all-dbg
+Depends: python-multiprocessing (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, python2.5-dbg
Description: process-based "threading" interface (debug extension)
multiprocessing is a package that supports spawning processes using
an API similar to the threading module. The multiprocessing package
More information about the Python-modules-commits
mailing list