[Python-modules-commits] [mockldap] 02/02: Run wrap-and-sort -bast to reduce diff size of future changes.

Michael Fladischer fladi at moszumanska.debian.org
Thu Nov 9 21:34:59 UTC 2017


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

fladi pushed a commit to branch debian/master
in repository mockldap.

commit d12d4e08de2601d5e5dc445f37ddadf98c9de82c
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Thu Nov 9 22:31:22 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index c1b68ab..f80401a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 mockldap (0.3.0-2) UNRELEASED; urgency=medium
 
   * Add python-mock to Depends for the Python2 package (Closes: #880865).
+  * Run wrap-and-sort -bast to reduce diff size of future changes.
 
  -- Michael Fladischer <fladi at debian.org>  Thu, 09 Nov 2017 22:29:44 +0100
 
diff --git a/debian/control b/debian/control
index b0bafcf..607b087 100644
--- a/debian/control
+++ b/debian/control
@@ -2,23 +2,25 @@ Source: mockldap
 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-funcparserlib,
-               python-pyldap,
-               python-mock,
-               python-mock-doc,
-               python-setuptools,
-               python-unittest2,
-               python3-all,
-               python3-doc,
-               python3-funcparserlib,
-               python3-mock,
-               python3-pyldap,
-               python3-setuptools,
-               python3-sphinx
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-funcparserlib,
+ python-mock,
+ python-mock-doc,
+ python-pyldap,
+ python-setuptools,
+ python-unittest2,
+ python3-all,
+ python3-doc,
+ python3-funcparserlib,
+ python3-mock,
+ python3-pyldap,
+ python3-setuptools,
+ python3-sphinx,
 Standards-Version: 4.1.1
 X-Python-Version: >= 2.7
 X-Python3-Version: >= 3.4
@@ -28,8 +30,12 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/mockldap.gi
 
 Package: python-mockldap
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-mock
-Suggests: python-mockldap-doc
+Depends:
+ python-mock,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-mockldap-doc,
 Description: simple mock implementation of python-ldap (Python2 version)
  This project provides a mock replacement for python-ldap. It’s useful for any
  project that would like to write unit tests against LDAP code without relying
@@ -49,11 +55,13 @@ Description: simple mock implementation of python-ldap (Python2 version)
  .
  This package contains the Python 2 version of the library.
 
-Package: python3-mockldap
+Package: python-mockldap-doc
+Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
-Suggests: python-mockldap-doc
-Description: simple mock implementation of python-ldap (Python3 version)
+Depends:
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
+Description: simple mock implementation of python-ldap (Documentation)
  This project provides a mock replacement for python-ldap. It’s useful for any
  project that would like to write unit tests against LDAP code without relying
  on a running LDAP server.
@@ -70,13 +78,16 @@ Description: simple mock implementation of python-ldap (Python3 version)
  LDAP operations–this obviously isn’t a complete Python LDAP server
  implementation–but those simple operations tend to cover a lot of cases.
  .
- This package contains the Python 3 version of the library.
+ This package contains the documentation.
 
-Package: python-mockldap-doc
-Section: doc
+Package: python3-mockldap
 Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
-Description: simple mock implementation of python-ldap (Documentation)
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-mockldap-doc,
+Description: simple mock implementation of python-ldap (Python3 version)
  This project provides a mock replacement for python-ldap. It’s useful for any
  project that would like to write unit tests against LDAP code without relying
  on a running LDAP server.
@@ -93,4 +104,4 @@ Description: simple mock implementation of python-ldap (Documentation)
  LDAP operations–this obviously isn’t a complete Python LDAP server
  implementation–but those simple operations tend to cover a lot of cases.
  .
- 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/mockldap.git



More information about the Python-modules-commits mailing list