[med-svn] [mypy] 04/06: update changelog
Michael Crusoe
misterc-guest at moszumanska.debian.org
Thu Feb 2 08:22:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository mypy.
commit cea0e7820bc28b118f1db57d8c0f269ed396c725
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Wed Feb 1 00:51:54 2017 -0800
update changelog
---
debian/changelog | 7 +++++++
debian/rules | 6 ++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fd985b4..175260a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mypy (0.470-complete-1) unstable; urgency=medium
+
+ * Use complete upstream source from PyPI, not incomplete tarball from
+ GitHub. (Closes: #852819)
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Wed, 01 Feb 2017 02:59:28 -0800
+
mypy (0.470-1) unstable; urgency=medium
* new upstream location
diff --git a/debian/rules b/debian/rules
index e149610..99183f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,9 @@
# DH_VERBOSE := 1
DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
-export PYBUILD_NAME = mypy-lang
+export PYBUILD_NAME = mypy
PPATH=$(CURDIR):$(CURDIR)/lib-typing/3.2
+#export PYBUILD_BEFORE_TEST=${interpreter} {dir}/runtests.py
%:
dh $@ --with python3 --buildsystem=pybuild
@@ -18,9 +19,6 @@ override_dh_auto_build:
--name 'Generate draft stubs for Python modules.' > \
debian/stubgen.1
-override_dh_auto_test:
- ./runtests.py
-
override_dh_auto_clean:
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