[med-svn] [mypy] 03/04: new upstream

Michael Crusoe misterc-guest at moszumanska.debian.org
Sat Oct 7 17:16:21 UTC 2017


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

misterc-guest pushed a commit to branch temp
in repository mypy.

commit 3458ac759b55bdae8e1709c6285b38f9659eaf8d
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Fri Jul 14 07:14:01 2017 -0700

    new upstream
---
 debian/changelog      | 6 ++++++
 debian/myunit         | 9 ---------
 debian/patches/series | 2 +-
 debian/rules          | 5 ++---
 4 files changed, 9 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 <michael.crusoe at gmail.com>  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/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/patches/series b/debian/patches/series
index 341f822..c3a9b0a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-adjust-test-py-path
+#adjust-test-py-path
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



More information about the debian-med-commit mailing list