[Python-modules-commits] [django-auth-ldap] 09/12: Run wrap-and-sort -bast to reduce diff size of future changes.

Michael Fladischer fladi at moszumanska.debian.org
Fri Nov 24 11:22:26 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch debian/master
in repository django-auth-ldap.

commit 262ce6d83c914cee150861ab0791f60a65f4d80f
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Fri Nov 24 12:02:01 2017 +0100

    Run wrap-and-sort -bast to reduce diff size of future changes.
---
 debian/changelog |  1 +
 debian/control   | 72 +++++++++++++++++++++++++++++++-------------------------
 2 files changed, 41 insertions(+), 32 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 94c79f1..046487b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ django-auth-ldap (1.3.0-1) UNRELEASED; urgency=low
   * Update test runner to work with upstream changes (no more
     manage.py).
   * Bump Standards-Version to 4.1.1.
+  * Run wrap-and-sort -bast to reduce diff size of future changes.
 
  -- Michael Fladischer <fladi at debian.org>  Fri, 24 Nov 2017 10:59:09 +0100
 
diff --git a/debian/control b/debian/control
index 4db96d7..c1c0959 100644
--- a/debian/control
+++ b/debian/control
@@ -2,22 +2,24 @@ Source: django-auth-ldap
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <fladi at debian.org>
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all,
-               python-django,
-               python-django-doc,
-               python-pyldap,
-               python-mockldap (>= 0.2.7~),
-               python-setuptools,
-               python3-all,
-               python3-django,
-               python3-doc,
-               python3-pyldap,
-               python3-mockldap (>= 0.2.7~),
-               python3-setuptools,
-               python3-sphinx
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-django,
+ python-django-doc,
+ python-mockldap (>= 0.2.7~),
+ python-pyldap,
+ python-setuptools,
+ python3-all,
+ python3-django,
+ python3-doc,
+ python3-mockldap (>= 0.2.7~),
+ python3-pyldap,
+ python3-setuptools,
+ python3-sphinx,
 Standards-Version: 4.1.1
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.3
@@ -27,10 +29,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-auth
 
 Package: python-django-auth-ldap
 Architecture: all
-Depends: python-django,
-         ${misc:Depends},
-         ${python:Depends}
-Suggests: python-django-auth-ldap-doc
+Depends:
+ python-django,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-django-auth-ldap-doc,
 Description: Django LDAP authentication backend (Python2 version)
  Django authentication backend that authenticates against an LDAP
  service. Configuration can be as simple as a single distinguished
@@ -39,28 +43,32 @@ Description: Django LDAP authentication backend (Python2 version)
  .
  This package contains the Python 2 version of the library.
 
-Package: python3-django-auth-ldap
+Package: python-django-auth-ldap-doc
+Section: doc
 Architecture: all
-Depends: python3-django,
-         ${misc:Depends},
-         ${python3:Depends}
-Suggests: python-django-auth-ldap-doc
-Description: Django LDAP authentication backend (Python3 version)
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: Django LDAP authentication backend (documentation)
  Django authentication backend that authenticates against an LDAP
  service. Configuration can be as simple as a single distinguished
  name template, but there are many rich configuration options for
  working with users, groups, and permissions.
  .
- This package contains the Python 3 version of the library.
+ This package contains the documentation.
 
-Package: python-django-auth-ldap-doc
-Section: doc
+Package: python3-django-auth-ldap
 Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: Django LDAP authentication backend (documentation)
+Depends:
+ python3-django,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-django-auth-ldap-doc,
+Description: Django LDAP authentication backend (Python3 version)
  Django authentication backend that authenticates against an LDAP
  service. Configuration can be as simple as a single distinguished
  name template, but there are many rich configuration options for
  working with users, groups, and permissions.
  .
- This package contains the documentation.
+ This package contains the Python 3 version of the library.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-auth-ldap.git



More information about the Python-modules-commits mailing list