This is an automated email from the git hooks/post-receive script. misterc-guest pushed a commit to tag debian/0.520-1 in repository mypy.
commit 2df80b826be8627bef60f6582bdc8579a21b4e05 Author: Michael R. Crusoe <[email protected]> Date: Fri Jul 14 07:14:01 2017 -0700 new upstream --- debian/changelog | 6 ++++++ debian/control | 1 - debian/myunit | 9 --------- debian/rules | 5 ++--- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/debian/changelog b/debian/changelog index 660e413..4d8a247 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mypy (0.520-1) unstable; urgency=medium + + * New upstream release + + -- Michael R. Crusoe <[email protected]> Fri, 14 Jul 2017 07:34:50 -0700 + mypy (0.511-2) unstable; urgency=high * Merge fix from Ubuntu / Michael Hudson-Doyle to prevent ftbfs when multiple diff --git a/debian/control b/debian/control index 888682e..f0c4b7b 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 10), python3-typed-ast (>= 1.0.3), python3-pytest, python3-lxml, - python3-pytest-xdist, python3-pytest-cov, flake8, help2man diff --git a/debian/myunit b/debian/myunit deleted file mode 100644 index 43fce06..0000000 --- a/debian/myunit +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/env python3 -"""Myunit test runner command line tool. - -Usually used as a slave by runtests.py, but can be used directly. -""" - -from mypy.myunit import main - -main() diff --git a/debian/rules b/debian/rules index f44cb3a..24213cc 100755 --- a/debian/rules +++ b/debian/rules @@ -11,15 +11,14 @@ include /usr/share/dpkg/pkg-info.mk override_dh_auto_build: dh_auto_build - PYTHONPATH=$(PPATH) help2man build/scripts-$(PY3V)/mypy --no-info \ + PYTHONPATH=$(PPATH) help2man scripts/mypy --no-info \ --version-string="${DEB_VERSION_UPSTREAM}" \ --name 'Optional Static Typing for Python' > debian/mypy.1 - PYTHONPATH=$(PPATH) help2man build/scripts-$(PY3V)/stubgen --no-info \ + PYTHONPATH=$(PPATH) help2man 'python${PY3V} scripts/stubgen' --no-info \ --no-discard-stderr --version-string="${DEB_VERSION_UPSTREAM}" \ --name 'Generate draft stubs for Python modules.' > \ debian/stubgen.1 override_dh_auto_clean: - rm -f scripts/myunit rm -f debian/*.1 dh_auto_clean -- 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
