[Python-modules-commits] r13853 - in packages/python-multiprocessing/branches/bpo/debian (2 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Thu Jul 8 22:39:04 UTC 2010
Date: Thursday, July 8, 2010 @ 22:39:03
Author: morph
Revision: 13853
* debian/control
- relax python-support dependencies
Modified:
packages/python-multiprocessing/branches/bpo/debian/changelog
packages/python-multiprocessing/branches/bpo/debian/control
Modified: packages/python-multiprocessing/branches/bpo/debian/changelog
===================================================================
--- packages/python-multiprocessing/branches/bpo/debian/changelog 2010-07-08 22:09:23 UTC (rev 13852)
+++ packages/python-multiprocessing/branches/bpo/debian/changelog 2010-07-08 22:39:03 UTC (rev 13853)
@@ -3,8 +3,10 @@
* Rebuild for lenny-backports, requested by ftp-master
* debian/{control, python-multiprocessing.doc-base, rules}
- removed doc generation, we can leave without it
+ * debian/control
+ - relax python-support dependencies
- -- Sandro Tosi <morph at debian.org> Fri, 09 Jul 2010 00:07:56 +0200
+ -- Sandro Tosi <morph at debian.org> Fri, 09 Jul 2010 00:37:48 +0200
python-multiprocessing (2.6.2.1-4) unstable; urgency=low
Modified: packages/python-multiprocessing/branches/bpo/debian/control
===================================================================
--- packages/python-multiprocessing/branches/bpo/debian/control 2010-07-08 22:09:23 UTC (rev 13852)
+++ packages/python-multiprocessing/branches/bpo/debian/control 2010-07-08 22:39:03 UTC (rev 13853)
@@ -3,7 +3,7 @@
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), python2.5-dev, python2.5-dbg, python-support (>= 1), python-setuptools (>= 0.6c8)
+Build-Depends: debhelper (>= 7), python2.5-dev, python2.5-dbg, python-support, python-setuptools (>= 0.6c8)
Standards-Version: 3.8.4
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/
@@ -13,7 +13,7 @@
Package: python-multiprocessing
Architecture: any
XB-Python-Version: ${python:Versions}
-Depends: python2.5, python-support (>= 0.90.0), ${shlibs:Depends}, ${misc:Depends}
+Depends: python2.5, python-support, ${shlibs:Depends}, ${misc:Depends}
Description: process-based "threading" interface
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