This is an automated email from the git hooks/post-receive script. ghisvail-guest pushed a commit to branch master in repository mypy.
commit 12469b163862e2d12f2b992b978f630858e318e8 Author: Ghislain Antony Vaillant <[email protected]> Date: Mon Nov 13 14:56:13 2017 +0000 Run cme fix on control file - Sort Build-Depends - Wrap and sort Depends Gbp-Dch: Full --- debian/control | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/control b/debian/control index 54f1837..7c3057a 100644 --- a/debian/control +++ b/debian/control @@ -5,14 +5,14 @@ Section: python Priority: optional Build-Depends: debhelper (>= 10), dh-python, + flake8, + help2man, python3-all, - python3-setuptools, - python3-typed-ast (>= 1.1.0), - python3-pytest, python3-lxml, + python3-pytest, python3-pytest-cov, - flake8, - help2man + python3-setuptools, + python3-typed-ast (>= 1.1.0) Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/mypy.git Vcs-Git: https://anonscm.debian.org/git/debian-med/mypy.git @@ -21,7 +21,8 @@ X-Python3-Version: >= 3.2 Package: mypy Architecture: all -Depends: ${python3:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, + ${python3:Depends} Description: Optional static typing for Python Add type annotations to your Python programs, and use mypy to type check them. Mypy is essentially a Python linter on steroids, and it can catch many -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mypy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
