[Python-modules-commits] [pytest-pep8] 10/10: run wrap-and-sort
Adrian Vondendriesch
discostu-guest at moszumanska.debian.org
Wed May 31 15:33:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
discostu-guest pushed a commit to branch master
in repository pytest-pep8.
commit 3f20259e882ccda763c72cdda3b61778699ab97a
Author: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Date: Wed May 31 16:54:44 2017 +0200
run wrap-and-sort
---
debian/control | 16 +++++++++++-----
1 file changed, 11 insertions(+), 5 deletions(-)
diff --git a/debian/control b/debian/control
index d13acbf..cedcf71 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,16 @@
Source: pytest-pep8
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders:
- Adrian Vondendriesch <adrian.vondendriesch at credativ.de>,
+Uploaders: Adrian Vondendriesch <adrian.vondendriesch at credativ.de>
Section: python
Priority: optional
-Build-Depends: dh-python, python-setuptools (>= 0.6b3), python3-setuptools, python-all (>= 2.6.6-3), python3-all, debhelper (>= 9), python-pep8, python3-pep8
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3),
+ python-pep8,
+ python-setuptools (>= 0.6b3),
+ python3-all,
+ python3-pep8,
+ python3-setuptools
Standards-Version: 3.9.8
Homepage: http://bitbucket.org/hpk42/pytest-pep8/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-pep8.git
@@ -12,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-pep8
Package: python-pytest-pep8
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pytest, python-pep8
+Depends: python-pep8, python-pytest, ${misc:Depends}, ${python:Depends}
Description: pytest plugin to check PEP8 requirements
py.test plugin for efficiently checking PEP8 compliance such as:
- Code layout
@@ -22,7 +28,7 @@ Description: pytest plugin to check PEP8 requirements
Package: python3-pytest-pep8
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python-pytest, python3-pep8
+Depends: python-pytest, python3-pep8, ${misc:Depends}, ${python3:Depends}
Description: pytest plugin to check PEP8 requirements
py.test plugin for efficiently checking PEP8 compliance such as:
- Code layout
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest-pep8.git
More information about the Python-modules-commits
mailing list