[Python-modules-commits] [pytest-expect] 01/01: run wrap and sort, to make pretty lists

Diane Trout diane at moszumanska.debian.org
Tue Nov 15 23:11:58 UTC 2016


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

diane pushed a commit to branch master
in repository pytest-expect.

commit 82590a975a54e3aca136eb2c385d27d42a366537
Author: Diane Trout <diane at ghic.org>
Date:   Tue Nov 15 15:11:48 2016 -0800

    run wrap and sort, to make pretty lists
---
 debian/control | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/debian/control b/debian/control
index e22463a..0a12aec 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Diane Trout <diane at ghic.org>
 Build-Depends: debhelper (>= 9),
-	       dh-python,
-	       python-all (>= 2.6.6-3~),
-	       python-setuptools,
-	       python-six,
-	       python3-all,
-	       python3-setuptools,
-	       python3-six,
+               dh-python,
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-six,
+               python3-all,
+               python3-setuptools,
+               python3-six
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-expect.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-expect.git
 Homepage: https://github.com/html5lib/html5lib-python
@@ -20,11 +20,11 @@ X-Python3-Version: >= 3.2
 
 Package: python-pytest-expect
 Architecture: all
-Depends: python-six,
-	 python-pytest,
-	 python-u-msgpack,
-	 ${misc:Depends},
-	 ${python:Depends},
+Depends: python-pytest,
+         python-six,
+         python-u-msgpack,
+         ${misc:Depends},
+         ${python:Depends}
 Description: py.test plugin to store test expectations
  A py.test plugin that stores test expectations by saving the set of failing
  tests, allowing them to be marked as xfail when running them in future. The
@@ -38,11 +38,11 @@ Description: py.test plugin to store test expectations
 
 Package: python3-pytest-expect
 Architecture: all
-Depends: python3-six,
-	 python3-pytest,
-	 python3-u-msgpack,
-	 ${misc:Depends},
-	 ${python3:Depends},
+Depends: python3-pytest,
+         python3-six,
+         python3-u-msgpack,
+         ${misc:Depends},
+         ${python3:Depends}
 Description: py.test-3 plugin to store test expectations
  A py.test plugin that stores test expectations by saving the set of failing
  tests, allowing them to be marked as xfail when running them in future. The

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



More information about the Python-modules-commits mailing list