This is an automated email from the git hooks/post-receive script. ghisvail-guest pushed a commit to branch master in repository mypy.
commit e3e6447ef302244033cbd2a6891a8cfedefe6b32 Author: Ghislain Antony Vaillant <[email protected]> Date: Mon Nov 13 15:19:21 2017 +0000 Normalize the DH_VERBOSE preamble --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 24213cc..c8a9278 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f -# DH_VERBOSE := 1 +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + export PYBUILD_NAME = mypy export PYBUILD_DISABLE=test PPATH=$(CURDIR) -- 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
