[Python-modules-commits] [contextlib2] 04/05: Run wrap-and-sort -t -s.

Tristan Seligmann mithrandi at moszumanska.debian.org
Tue Jan 19 17:55:02 UTC 2016


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

mithrandi pushed a commit to branch master
in repository contextlib2.

commit 0364c0a051d2c391b7db4419b5e08fa4fb5f50ce
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Tue Jan 19 19:48:34 2016 +0200

    Run wrap-and-sort -t -s.
---
 debian/control | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 5ba2f6a..93da591 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,14 @@ Source: contextlib2
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Tristan Seligmann <mithrandi at debian.org>,
-Build-Depends: debhelper (>= 9),
-               dh-python,
-               python-all,
-               python-setuptools,
-               python3-all,
-               python3-setuptools,
+Uploaders: Tristan Seligmann <mithrandi at debian.org>
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/contextlib2.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/contextlib2.git
@@ -16,8 +17,7 @@ Homepage: http://contextlib2.readthedocs.org/
 
 Package: python-contextlib2
 Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
+Depends: ${misc:Depends}, ${python:Depends}
 Description: Backport and enhancements for the contextlib module - Python 2.7
  contextlib2 is a backport of the standard library's contextlib module to
  earlier Python versions.
@@ -29,8 +29,7 @@ Description: Backport and enhancements for the contextlib module - Python 2.7
 
 Package: python3-contextlib2
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends},
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Backport and enhancements for the contextlib module - Python 3.x
  contextlib2 is a backport of the standard library's contextlib module to
  earlier Python versions.

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



More information about the Python-modules-commits mailing list