[Python-modules-commits] [python-mock] 02/06: wrap-and-sort -t -a

Ondřej Nový onovy at moszumanska.debian.org
Wed Jul 6 08:14:32 UTC 2016


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

onovy pushed a commit to branch master
in repository python-mock.

commit c47ce36defcc5b032cb8703a6b03198e00a72848
Author: Ondřej Nový <onovy at debian.org>
Date:   Wed Jul 6 09:44:26 2016 +0200

    wrap-and-sort -t -a
---
 debian/changelog |  1 +
 debian/control   | 12 ++++++------
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8b894f1..ae0175b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-mock (2.0.0-2) UNRELEASED; urgency=medium
   * Require newer version of python-funcsigs (Closes: #829631)
   * Use Python 3 version of Sphinx
   * Added myself as uploader
+  * wrap-and-sort -t -a
 
  -- Ondřej Nový <onovy at debian.org>  Mon, 04 Jul 2016 22:51:08 +0200
 
diff --git a/debian/control b/debian/control
index 40f3868..df873c1 100644
--- a/debian/control
+++ b/debian/control
@@ -15,8 +15,8 @@ Build-Depends: debhelper (>= 9),
                python3-all,
                python3-pbr (>= 1.3),
                python3-setuptools (>= 17.1),
-               python3-sphinx,
                python3-six (>= 1.9),
+               python3-sphinx,
                python3-unittest2,
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-mock.git
@@ -31,8 +31,8 @@ Architecture: all
 Depends: python-funcsigs (>= 1),
          python-pbr (>= 1.3),
          ${misc:Depends},
-         ${python:Depends}
-Suggests: python-mock-doc
+         ${python:Depends},
+Suggests: python-mock-doc,
 Description: Mocking and Testing Library
  mock provides a core mock.Mock class that is intended to reduce the
  need to create a host of trivial stubs throughout your test suite.
@@ -45,8 +45,8 @@ Package: python3-mock
 Architecture: all
 Depends: python3-pbr (>= 1.3),
          ${misc:Depends},
-         ${python3:Depends}
-Suggests: python-mock-doc
+         ${python3:Depends},
+Suggests: python-mock-doc,
 Description: Mocking and Testing Library (Python3 version)
  mock provides a core mock.Mock class that is intended to reduce the
  need to create a host of trivial stubs throughout your test suite.
@@ -61,7 +61,7 @@ Package: python-mock-doc
 Architecture: all
 Section: doc
 Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
+         ${sphinxdoc:Depends},
 Description: Mocking and Testing Library (Documentation)
  mock provides a core mock.Mock class that is intended to reduce the
  need to create a host of trivial stubs throughout your test suite.

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



More information about the Python-modules-commits mailing list