debian/0000775000000000000000000000000012611614403007166 5ustar debian/source/0000775000000000000000000000000012357115012010465 5ustar debian/source/format0000664000000000000000000000001412343470352011701 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000212343470353010372 0ustar 7 debian/control0000664000000000000000000000272112357114741010602 0ustar Source: python-ldap3 Maintainer: Brian May Uploaders: Debian Python Modules Team Section: python Priority: optional 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/ Homepage: https://bitbucket.org/python3ldap/python3-ldap X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Package: python-ldap3 Architecture: all Depends: ${python:Depends}, ${misc: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 (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771 (December 1997) . This package contains the Python 3.x version of the library. Package: python3-ldap3 Architecture: all Depends: ${python3:Depends}, ${misc: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 (June 2006) from IETF and obsoletes the previous LDAP RFCs 2251, 2830, 3771 (December 1997) . This package contains the Python 3.x version of the library. debian/watch0000664000000000000000000000013112343470353010220 0ustar version=3 http://pypi.python.org/packages/source/p/python3-ldap/python3-ldap-(.*).tar.gz debian/changelog0000664000000000000000000000253512611614403011045 0ustar python-ldap3 (0.9.4.2-1~ubuntu14.04.1) trusty-backports; urgency=medium * No-change backport to trusty (LP: #1464090) -- Micah Gersten Tue, 20 Oct 2015 23:48:03 -0500 python-ldap3 (0.9.4.2-1) unstable; urgency=low * New upstream version. -- Brian May Wed, 09 Jul 2014 11:21:59 +1000 python-ldap3 (0.9.3.5-1) unstable; urgency=low * New upstream version. * Fix error closing connection when it is already closed. -- Brian May Thu, 19 Jun 2014 08:59:16 +1000 python-ldap3 (0.9.3.4-1) unstable; urgency=low * New upstream version. * Exception can now be imported from ldap3 package * Escape_bytes return '' for empty string instead of None (thanks Brian) * Added exception history to restartable connection (except than for infinite retries) * Fixed start_tls retrying in restartable connection (thanks Brian) * New exception LDAPMaximumRetriesError for signaling when the SyncRestartable * Strategy has reached the maximum number of retries while performing an operation * Inverted deleteoldrdn value in LDIF output (thanks Joseph) -- Brian May Tue, 17 Jun 2014 09:38:11 +1000 python-ldap3 (0.9.3.3-1) unstable; urgency=low * Initial release. Closes: #750396. -- Brian May Tue, 03 Jun 2014 16:10:41 +1000 debian/copyright0000664000000000000000000000226012347027275011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python3-ldap Upstream-Contact: Giovanni Cannata Source: https://pypi.python.org/pypi/python3-ldap Files: * Copyright: 2013, Giovanni Cannata License: LGPL-3+ Files: debian/* Copyright: 2014, Brian May License: LGPL-3+ License: LGPL-3+ python3-ldap is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. . python3-ldap is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with python3-ldap in the COPYING and COPYING.LESSER files. If not, see . . On Debian systems, the full text of the GNU General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. debian/rules0000775000000000000000000000014612343470353010255 0ustar #!/usr/bin/make -f export PYBUILD_NAME=ldap3 %: dh $@ --with python2,python3 --buildsystem=pybuild