[Python-modules-commits] r33125 - in packages/django-ldapdb/trunk/debian (2 files)
fladi at users.alioth.debian.org
fladi at users.alioth.debian.org
Sat Jun 27 09:27:08 UTC 2015
Date: Saturday, June 27, 2015 @ 09:27:07
Author: fladi
Revision: 33125
Reformat packaging files with cme for better readability.
Modified:
packages/django-ldapdb/trunk/debian/control
packages/django-ldapdb/trunk/debian/python-django-ldapdb.examples
Modified: packages/django-ldapdb/trunk/debian/control
===================================================================
--- packages/django-ldapdb/trunk/debian/control 2015-06-27 09:23:22 UTC (rev 33124)
+++ packages/django-ldapdb/trunk/debian/control 2015-06-27 09:27:07 UTC (rev 33125)
@@ -1,23 +1,30 @@
Source: django-ldapdb
Maintainer: Olivier Berger <obergix at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Olivier Berger <olivier.berger at telecom-sudparis.eu>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Olivier Berger <olivier.berger at telecom-sudparis.eu>
Section: python
Priority: optional
-Build-Depends: python-setuptools, python-all, debhelper, dh-python, python-mockldap, python-django
+Build-Depends: debhelper,
+ dh-python,
+ python-all,
+ python-django,
+ python-mockldap,
+ python-setuptools
Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-ldapdb/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-ldapdb/trunk/
+Homepage: https://github.com/jlaine/django-ldapdb
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}
+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
+ same way as for regular models. You can even edit the LDAP entries
using Django's admin interface.
Modified: packages/django-ldapdb/trunk/debian/python-django-ldapdb.examples
===================================================================
--- packages/django-ldapdb/trunk/debian/python-django-ldapdb.examples 2015-06-27 09:23:22 UTC (rev 33124)
+++ packages/django-ldapdb/trunk/debian/python-django-ldapdb.examples 2015-06-27 09:27:07 UTC (rev 33125)
@@ -1,4 +1,4 @@
+examples/
manage.py
settings.py
urls.py
-examples/
More information about the Python-modules-commits
mailing list