[Python-modules-commits] [python-hypothesis] 04/05: Run wrap-and-sort -t -s.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Wed Dec 16 15:18:23 UTC 2015
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-hypothesis.
commit ec3be1105d2cfd7817944699b996eb5d8ca852be
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Wed Dec 16 17:14:44 2015 +0200
Run wrap-and-sort -t -s.
---
debian/control | 23 +++++++++++++++--------
1 file changed, 15 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 97c9d86..0efcfa3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,19 @@ Source: python-hypothesis
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 9), dh-python,
- python-all, python3-all,
- python-setuptools, python3-setuptools,
- python-pytest, python3-pytest,
- python-flake8, python3-flake8
+Uploaders:
+ Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all,
+ python-flake8,
+ python-pytest,
+ python-setuptools,
+ python3-all,
+ python3-flake8,
+ python3-pytest,
+ python3-setuptools,
Standards-Version: 3.9.6
Homepage: https://github.com/DRMacIver/hypothesis
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-hypothesis.git
@@ -15,7 +22,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-hypo
Package: python-hypothesis
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Description: advanced Quickcheck style testing library for Python 2
Hypothesis is a library for testing your Python code against a much
larger range of examples than you would ever want to write by
@@ -32,7 +39,7 @@ Description: advanced Quickcheck style testing library for Python 2
Package: python3-hypothesis
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: advanced Quickcheck style testing library for Python 3
Hypothesis is a library for testing your Python code against a much
larger range of examples than you would ever want to write by
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-hypothesis.git
More information about the Python-modules-commits
mailing list