[Python-modules-commits] r29206 - in packages/python-ldap3/trunk/debian (control)

bam at users.alioth.debian.org bam at users.alioth.debian.org
Wed Jun 4 01:14:18 UTC 2014


    Date: Wednesday, June 4, 2014 @ 01:14:17
  Author: bam
Revision: 29206

Update depends.

Modified:
  packages/python-ldap3/trunk/debian/control

Modified: packages/python-ldap3/trunk/debian/control
===================================================================
--- packages/python-ldap3/trunk/debian/control	2014-06-04 01:07:41 UTC (rev 29205)
+++ packages/python-ldap3/trunk/debian/control	2014-06-04 01:14:17 UTC (rev 29206)
@@ -3,14 +3,14 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Section: python
 Priority: optional
-Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), python3-all, python3-setuptools, dh-python, debhelper (>= 7)
+Build-Depends: debhelper (>= 8), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python3-all, python3-setuptools
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-ldap3/trunk/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-ldap3/trunk/
 
 Package: python-ldap3
 Architecture: all
-Depends: python, ${misc:Depends}, ${python:Depends}
+Depends: python (>= 2.6.5), ${misc:Depends}, ${python:Depends}
 Description: Pure Python LDAP client library
  A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under
  the LGPL v3 open source license. RFC4511 is the current LDAP specification
@@ -21,7 +21,7 @@
 
 Package: python3-ldap3
 Architecture: all
-Depends: python3, ${misc:Depends}, ${python:Depends}
+Depends: python3 (>= 3.2), ${misc:Depends}, ${python:Depends}
 Description: Pure Python LDAP client library
  A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under
  the LGPL v3 open source license. RFC4511 is the current LDAP specification




More information about the Python-modules-commits mailing list