[Python-modules-commits] [pytest-runner] 02/09: wrap-and-sort -t -a

Ondřej Nový onovy-guest at moszumanska.debian.org
Fri Jun 17 18:09:49 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository pytest-runner.

commit 66477eda82fcd3f1851e401d4462caf327ccaa9f
Author: Ondřej Nový <novy at ondrej.org>
Date:   Fri Jun 17 19:51:38 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 78f421e..c3e9a41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pytest-runner (2.7.1-2) UNRELEASED; urgency=medium
   * Distinguish between Py2 and Py3 version in short description
   * Added upstream changelog
   * Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION
+  * wrap-and-sort -t -a
 
  -- Ondřej Nový <novy at ondrej.org>  Wed, 25 May 2016 16:31:17 +0200
 
diff --git a/debian/control b/debian/control
index 0332da8..d83bee9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,15 @@ Source: pytest-runner
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Brian May <bam at debian.org>
-Build-Depends: debhelper (>=9), dh-python (>= 2.20160609~),
- python-all (>= 2.6.6-3~), python-setuptools, python-setuptools-scm,
- python3-all, python3-setuptools, python3-setuptools-scm,
+Uploaders: Brian May <bam at debian.org>,
+Build-Depends: debhelper (>=9),
+               dh-python (>= 2.20160609~),
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-setuptools-scm,
+               python3-all,
+               python3-setuptools,
+               python3-setuptools-scm,
 Standards-Version: 3.9.8
 Homepage: https://github.com/pytest-dev/pytest-runner
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-runner.git
@@ -13,7 +18,8 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-runn
 
 Package: python-pytest-runner
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: ${misc:Depends},
+         ${python:Depends},
 Description: Invoke py.test as distutils command with dependency resolution - Python 2.x
  Setup scripts can use pytest-runner to add setup.py test support for pytest
  runner.
@@ -22,7 +28,8 @@ Description: Invoke py.test as distutils command with dependency resolution - Py
 
 Package: python3-pytest-runner
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: ${misc:Depends},
+         ${python3:Depends},
 Description: Invoke py.test as distutils command with dependency resolution - Python 3.x
  Setup scripts can use pytest-runner to add setup.py test support for pytest
  runner.

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



More information about the Python-modules-commits mailing list