debian/0000755000000000000000000000000012257314752007176 5ustar debian/python-django-ldapdb.examples0000644000000000000000000000005012257314345014734 0ustar manage.py settings.py urls.py examples/ debian/python-django-ldapdb.pyremove0000644000000000000000000000006412257314345014771 0ustar ldapdb/tests.py django_ldapdb*.egg-info/SOURCES.txt debian/control0000644000000000000000000000213212257314345010575 0ustar Source: django-ldapdb Maintainer: Olivier Berger Uploaders: Debian Python Modules Team , Olivier Berger Section: python Priority: optional Build-Depends: python-setuptools, python-all, debhelper, dh-python, python-mockldap, python-django Standards-Version: 3.9.5 X-Python-Version: >= 2.6 Homepage: https://github.com/jlaine/django-ldapdb Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-ldapdb/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-ldapdb/trunk/ Package: python-django-ldapdb Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: LDAP database backend for Django django-ldapdb is an LDAP database backend for Django. It allows you to manipulate LDAP entries using Django's models. . Declaring models using theLDAP backend is very staightforward, you simply inherit from ldapdb.models.Model and declare the fields in the same way as for regular models. You can even edit the LDAP entries using Django's admin interface. debian/changelog0000644000000000000000000000024212257314345011044 0ustar django-ldapdb (0.2.0-1) unstable; urgency=low * Initial packaging (Closes: #730548). -- Olivier Berger Wed, 04 Dec 2013 14:08:21 +0100 debian/lintian-overrides/0000755000000000000000000000000012257314752012634 5ustar debian/lintian-overrides/python-django-ldapdb0000644000000000000000000000014512257314345016562 0ustar python-django-ldapdb: nested-examples-directory usr/share/doc/python-django-ldapdb/examples/examples/debian/watch0000644000000000000000000000023112257314345010221 0ustar version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/django-ldapdb-$1\.tar\.gz/ \ https://github.com/jlaine/django-ldapdb/tags .*/v?(\d\S*)\.tar\.gz debian/install0000644000000000000000000000011312257314345010560 0ustar debian/lintian-overrides/python-django-ldapdb /usr/share/lintian/overrides debian/README.Debian0000644000000000000000000000050712257314345011237 0ustar In /usr/share/doc/python-django-ldapdb/examples is the Django example project from upstream illustrating how to integrate an 'examples' Django application (hence the extra examples/ subdir there), with the 'ldapdb' application provided by this package. -- Olivier Berger , Tue, 26 Nov 2013 17:27:07 +0100 debian/source/0000755000000000000000000000000012257314752010476 5ustar debian/source/format0000644000000000000000000000001412257314345011702 0ustar 3.0 (quilt) debian/docs0000644000000000000000000000001212257314345010040 0ustar README.md debian/rules0000755000000000000000000000120012257314345010245 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export PYBUILD_NAME=django-ldapdb %: dh $@ --with python2 --buildsystem=pybuild override_dh_auto_test: # Explicitely enumerate tests to avoid import error when # building with svn-buildpackage, where tests will be run # inside folder that isn't a python module, like: ERROR: # django-ldapdb-0.2.0.examples.tests # (unittest2.loader.ModuleImportFailure) # django-admin test --settings=settings --pythonpath=. django-admin test --settings=settings --pythonpath=. examples.tests ldapdb.tests override_dh_installexamples: find examples/ -name '*.pyc' -exec rm {} \; dh_installexamples debian/compat0000644000000000000000000000000212257314345010372 0ustar 7 debian/copyright0000644000000000000000000000325512257314345011134 0ustar Django-ldapdb is released under the following conditions : Copyright (c) 2009-2011, Bolloré Telecom Copyright (c) 2013, Jeremy Lainé All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The upstream sources were downloaded from https://github.com/jlaine/django-ldapdb. The Debian packaging source files are Copyright (c) 2013 by Olivier Berger and released under the same license as the upstream program (see above). debian/clean0000644000000000000000000000003112257314345010173 0ustar django_ldapdb.egg-info/*