Package: django-auth-ldap / 1.2.7+dfsg-1

Metadata

Package Version Patches format
django-auth-ldap 1.2.7+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
docs do_not_install_archive.patch | (download)

docs/source/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not include a static copy of "archive"

 Upstream configured sphinx to do a static copy of the "archive" directory,
 which is useless in the contet of the Debian package as it only contains
 outdated versions of the documentation.
docs use_local_intersphinx_mapping.patch | (download)

docs/source/conf.py | 23 17 + 6 - 0 !
1 file changed, 17 insertions(+), 6 deletions(-)

 use local objects.inv where possible

 Upstream uses intersphinx mappings that fetch the objects.inv for python and
 python-django by HTTP from a remote host. Using the local objects.inv from
 python and kombu enables the package to build without network connection.