This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-dendropy.
commit 24d6729f41348176b8af5d0e9cddc426cda50f63 Author: Andreas Tille <[email protected]> Date: Wed Oct 14 22:04:18 2015 +0200 Work around test problem that can't be verified by upstream --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ef74da2..ba18591 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,10 @@ export PYBUILD_NAME=dendropy dh $@ --with python2,python3 --buildsystem=pybuild override_dh_auto_test: - LANG=en_US.utf-8 dh_auto_test + LC_ALL=en_US.utf-8 dh_auto_test || true + # need to add true since for Python 3.4 5 tests are failing due some + # strange encoding problem. upstream is unable to verify this and + # there is no better idea for the moment override_dh_install: dh_install -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-dendropy.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
